Package org.alfresco.rest.requests
Class SharedLinks
Declares all Rest API under the /shared-links path
- Author:
- Meenal Bhave
-
Field Summary
Fields inherited from class org.alfresco.rest.requests.ModelRequest
restWrapper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSharedLink(org.alfresco.utility.model.FileModel file) Creates SharedLink for the specified filecreateSharedLinks(org.alfresco.utility.model.FileModel... files) Creates SharedLink for all the specified filescreateSharedLinkWithExpiryDate(org.alfresco.utility.model.FileModel file, String expiryDate) Creates SharedLink for the specified file, with the given expiry datevoiddeleteSharedLink(RestSharedLinksModel sharedLinksModel) Removes SharedLink for the specified file, the sharedlink is deleted, file is unshared as a resultgetSharedLink(RestSharedLinksModel sharedLinksModel) Retrieve details for a specific sharedLink using GET call on "shared-links/{sharedLinkId}"getSharedLinkContent(RestSharedLinksModel sharedLinksModel) Retrieve content for a specific sharedLink using GET call on "shared-links/{sharedLinkId}/content"getSharedLinkRendition(RestSharedLinksModel sharedLinksModel, String renditionId) Retrieves specific Rendition for the specified sharedLinkgetSharedLinkRenditionContent(RestSharedLinksModel sharedLinksModel, String renditionId) Retrieve rendition content for the specified sharedLink using GET call on "shared-links/{sharedLinkId}/renditions/{renditionId}/content"getSharedLinkRenditions(RestSharedLinksModel sharedLinksModel) Retrieves Renditions for the specified sharedLinkRetrieve sharedLinks using GET call on /shared-linkssendSharedLinkEmail(RestSharedLinksModel sharedLinksModel, String postBody) Send email with a specific sharedLink using POST call on "shared-links/{sharedLinkId}/email"Methods inherited from class org.alfresco.rest.requests.ModelRequest
include, includePath, usingParams
-
Constructor Details
-
SharedLinks
-
-
Method Details