Package | Description |
---|---|
org.alfresco.repo.links | |
org.alfresco.repo.web.scripts.links | |
org.alfresco.service.cmr.links |
Modifier and Type | Class and Description |
---|---|
class |
LinkInfoImpl
An implementation of
LinkInfo |
Modifier and Type | Method and Description |
---|---|
LinkInfo |
LinksServiceImpl.createLink(String siteShortName,
String title,
String description,
String url,
boolean internal) |
LinkInfo |
LinksServiceImpl.getLink(String siteShortName,
String linkName) |
LinkInfo |
LinksServiceImpl.updateLink(LinkInfo link) |
Modifier and Type | Method and Description |
---|---|
org.alfresco.query.PagingResults<LinkInfo> |
LinksServiceImpl.findLinks(String siteShortName,
String user,
Date from,
Date to,
String tag,
org.alfresco.query.PagingRequest paging) |
org.alfresco.query.PagingResults<LinkInfo> |
LinksServiceImpl.listLinks(String siteShortName,
Date from,
Date to,
org.alfresco.query.PagingRequest paging) |
org.alfresco.query.PagingResults<LinkInfo> |
LinksServiceImpl.listLinks(String siteShortName,
org.alfresco.query.PagingRequest paging) |
org.alfresco.query.PagingResults<LinkInfo> |
LinksServiceImpl.listLinks(String siteShortName,
String user,
org.alfresco.query.PagingRequest paging) |
Modifier and Type | Method and Description |
---|---|
void |
LinksServiceImpl.deleteLink(LinkInfo link) |
LinkInfo |
LinksServiceImpl.updateLink(LinkInfo link) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractLinksWebScript.addActivityEntry(String event,
LinkInfo link,
SiteInfo site,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.json.simple.JSONObject json)
Generates an activity entry for the link
|
protected Map<String,Object> |
AbstractLinksWebScript.renderLink(LinkInfo link) |
Modifier and Type | Method and Description |
---|---|
LinkInfo |
LinksService.createLink(String siteShortName,
String title,
String description,
String url,
boolean internal)
Creates a new
LinkInfo in the given site, with the
specified settings |
LinkInfo |
LinksService.getLink(String siteShortName,
String linkName)
Retrieves an existing
LinkInfo from the repository |
LinkInfo |
LinksService.updateLink(LinkInfo link)
Updates an existing
LinkInfo in the repository. |
Modifier and Type | Method and Description |
---|---|
org.alfresco.query.PagingResults<LinkInfo> |
LinksService.findLinks(String siteShortName,
String user,
Date from,
Date to,
String tag,
org.alfresco.query.PagingRequest paging)
Finds all
LinkInfo instances indexed in the repository
for the given site, created by the specified user in the specified
date range, with the given tag |
org.alfresco.query.PagingResults<LinkInfo> |
LinksService.listLinks(String siteShortName,
Date from,
Date to,
org.alfresco.query.PagingRequest paging)
Retrieves all
LinkInfo instances in the repository
for the given site, created in the specified date range |
org.alfresco.query.PagingResults<LinkInfo> |
LinksService.listLinks(String siteShortName,
org.alfresco.query.PagingRequest paging)
Retrieves all
LinkInfo instances in the repository
for the given site. |
org.alfresco.query.PagingResults<LinkInfo> |
LinksService.listLinks(String siteShortName,
String user,
org.alfresco.query.PagingRequest paging)
Retrieves all
LinkInfo instances in the repository
for the given site and the specified user. |
Modifier and Type | Method and Description |
---|---|
void |
LinksService.deleteLink(LinkInfo link)
Deletes an existing
LinkInfo from the repository |
LinkInfo |
LinksService.updateLink(LinkInfo link)
Updates an existing
LinkInfo in the repository. |
Copyright © 2005–2017 Alfresco Software. All rights reserved.