Uses of Class
org.alfresco.rest.api.model.QuickShareLink
-
Packages that use QuickShareLink Package Description org.alfresco.rest.api org.alfresco.rest.api.impl org.alfresco.rest.api.quicksharelinks -
-
Uses of QuickShareLink in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return QuickShareLink Modifier and Type Method Description QuickShareLink
QuickShareLinks. 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 QuickShareLink Modifier and Type Method Description List<QuickShareLink>
QuickShareLinks. create(List<QuickShareLink> nodeIds, Parameters parameters)
Create quick share.CollectionWithPagingInfo<QuickShareLink>
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 QuickShareLink Modifier and Type Method Description List<QuickShareLink>
QuickShareLinks. 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 QuickShareLink Modifier and Type Method Description QuickShareLink
QuickShareLinksImpl. 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 QuickShareLink Modifier and Type Method Description List<QuickShareLink>
QuickShareLinksImpl. create(List<QuickShareLink> nodeIds, Parameters parameters)
Create quick share.CollectionWithPagingInfo<QuickShareLink>
QuickShareLinksImpl. findLinks(Parameters parameters)
Method parameters in org.alfresco.rest.api.impl with type arguments of type QuickShareLink Modifier and Type Method Description List<QuickShareLink>
QuickShareLinksImpl. create(List<QuickShareLink> nodeIds, Parameters parameters)
Create quick share. -
Uses of QuickShareLink in org.alfresco.rest.api.quicksharelinks
Methods in org.alfresco.rest.api.quicksharelinks that return QuickShareLink Modifier and Type Method Description QuickShareLink
QuickShareLinkEntityResource. readById(String sharedId, Parameters parameters)
Returns limited metadata regarding the shared (content) link.Methods in org.alfresco.rest.api.quicksharelinks that return types with arguments of type QuickShareLink Modifier and Type Method Description List<QuickShareLink>
QuickShareLinkEntityResource. create(List<QuickShareLink> nodeIds, Parameters parameters)
Create quick share.CollectionWithPagingInfo<QuickShareLink>
QuickShareLinkEntityResource. readAll(Parameters parameters)
Find shared linksMethod parameters in org.alfresco.rest.api.quicksharelinks with type arguments of type QuickShareLink Modifier and Type Method Description List<QuickShareLink>
QuickShareLinkEntityResource. create(List<QuickShareLink> nodeIds, Parameters parameters)
Create quick share.
-