Uses of Interface
org.alfresco.service.cmr.links.LinkInfo
Packages that use LinkInfo
-
Uses of LinkInfo in org.alfresco.repo.links
Classes in org.alfresco.repo.links that implement LinkInfoMethods in org.alfresco.repo.links that return LinkInfoModifier and TypeMethodDescriptionLinksServiceImpl.createLink(String siteShortName, String title, String description, String url, boolean internal) LinksServiceImpl.updateLink(LinkInfo link) Methods in org.alfresco.repo.links that return types with arguments of type LinkInfoModifier and TypeMethodDescriptionorg.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, String user, 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>Methods in org.alfresco.repo.links with parameters of type LinkInfoModifier and TypeMethodDescriptionvoidLinksServiceImpl.deleteLink(LinkInfo link) LinksServiceImpl.updateLink(LinkInfo link) -
Uses of LinkInfo in org.alfresco.service.cmr.links
Methods in org.alfresco.service.cmr.links that return LinkInfoModifier and TypeMethodDescriptionLinksService.createLink(String siteShortName, String title, String description, String url, boolean internal) Creates a newLinkInfoin the given site, with the specified settingsRetrieves an existingLinkInfofrom the repositoryLinksService.updateLink(LinkInfo link) Updates an existingLinkInfoin the repository.Methods in org.alfresco.service.cmr.links that return types with arguments of type LinkInfoModifier and TypeMethodDescriptionorg.alfresco.query.PagingResults<LinkInfo>LinksService.findLinks(String siteShortName, String user, Date from, Date to, String tag, org.alfresco.query.PagingRequest paging) Finds allLinkInfoinstances indexed in the repository for the given site, created by the specified user in the specified date range, with the given tagorg.alfresco.query.PagingResults<LinkInfo>Retrieves allLinkInfoinstances in the repository for the given site and the specified user.org.alfresco.query.PagingResults<LinkInfo>LinksService.listLinks(String siteShortName, Date from, Date to, org.alfresco.query.PagingRequest paging) Retrieves allLinkInfoinstances in the repository for the given site, created in the specified date rangeorg.alfresco.query.PagingResults<LinkInfo>Retrieves allLinkInfoinstances in the repository for the given site.Methods in org.alfresco.service.cmr.links with parameters of type LinkInfoModifier and TypeMethodDescriptionvoidLinksService.deleteLink(LinkInfo link) Deletes an existingLinkInfofrom the repositoryLinksService.updateLink(LinkInfo link) Updates an existingLinkInfoin the repository.