Uses of Class
org.alfresco.rest.api.model.QuickShareLink
Packages that use QuickShareLink
Package
Description
-
Uses of QuickShareLink in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return QuickShareLinkModifier and TypeMethodDescriptionQuickShareLinks.readById(String sharedId, Parameters parameters) Returns limited metadata regarding the shared (content) link.Methods in org.alfresco.rest.api that return types with arguments of type QuickShareLinkModifier and TypeMethodDescriptionQuickShareLinks.create(List<QuickShareLink> nodeIds, Parameters parameters) Create quick share.QuickShareLinks.findLinks(Parameters parameters) Find (search) for shared links visible to current user.Method parameters in org.alfresco.rest.api with type arguments of type QuickShareLinkModifier and TypeMethodDescriptionQuickShareLinks.create(List<QuickShareLink> nodeIds, Parameters parameters) Create quick share. -
Uses of QuickShareLink in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return QuickShareLinkModifier and TypeMethodDescriptionQuickShareLinksImpl.readById(String sharedId, Parameters parameters) Returns limited metadata regarding the shared (content) link.Methods in org.alfresco.rest.api.impl that return types with arguments of type QuickShareLinkModifier and TypeMethodDescriptionQuickShareLinksImpl.create(List<QuickShareLink> nodeIds, Parameters parameters) Create quick share.QuickShareLinksImpl.findLinks(Parameters parameters) Method parameters in org.alfresco.rest.api.impl with type arguments of type QuickShareLinkModifier and TypeMethodDescriptionQuickShareLinksImpl.create(List<QuickShareLink> nodeIds, Parameters parameters) Create quick share.