Uses of Class
org.alfresco.rest.model.RestSharedLinksModel
-
Packages that use RestSharedLinksModel Package Description org.alfresco.rest.model org.alfresco.rest.requests -
-
Uses of RestSharedLinksModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestSharedLinksModel Modifier and Type Method Description RestSharedLinksModelRestSharedLinksModel. onModel()Methods in org.alfresco.rest.model that return types with arguments of type RestSharedLinksModel Modifier and Type Method Description ModelAssertion<RestSharedLinksModel>RestSharedLinksModel. and()ModelAssertion<RestSharedLinksModel>RestSharedLinksModel. assertThat() -
Uses of RestSharedLinksModel in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests that return RestSharedLinksModel Modifier and Type Method Description RestSharedLinksModelSharedLinks. createSharedLink(org.alfresco.utility.model.FileModel file)Creates SharedLink for the specified fileRestSharedLinksModelSharedLinks. createSharedLinkWithExpiryDate(org.alfresco.utility.model.FileModel file, java.lang.String expiryDate)Creates SharedLink for the specified file, with the given expiry dateRestSharedLinksModelSharedLinks. getSharedLink(RestSharedLinksModel sharedLinksModel)Retrieve details for a specific sharedLink using GET call on "shared-links/{sharedLinkId}"Methods in org.alfresco.rest.requests with parameters of type RestSharedLinksModel Modifier and Type Method Description voidSharedLinks. deleteSharedLink(RestSharedLinksModel sharedLinksModel)Removes SharedLink for the specified file, the sharedlink is deleted, file is unshared as a resultRestSharedLinksModelSharedLinks. getSharedLink(RestSharedLinksModel sharedLinksModel)Retrieve details for a specific sharedLink using GET call on "shared-links/{sharedLinkId}"RestResponseSharedLinks. getSharedLinkContent(RestSharedLinksModel sharedLinksModel)Retrieve content for a specific sharedLink using GET call on "shared-links/{sharedLinkId}/content"RestRenditionInfoModelSharedLinks. getSharedLinkRendition(RestSharedLinksModel sharedLinksModel, java.lang.String renditionId)Retrieves specific Rendition for the specified sharedLinkRestResponseSharedLinks. getSharedLinkRenditionContent(RestSharedLinksModel sharedLinksModel, java.lang.String renditionId)Retrieve rendition content for the specified sharedLink using GET call on "shared-links/{sharedLinkId}/renditions/{renditionId}/content"RestRenditionInfoModelCollectionSharedLinks. getSharedLinkRenditions(RestSharedLinksModel sharedLinksModel)Retrieves Renditions for the specified sharedLinkRestResponseSharedLinks. sendSharedLinkEmail(RestSharedLinksModel sharedLinksModel, java.lang.String postBody)Send email with a specific sharedLink using POST call on "shared-links/{sharedLinkId}/email"
-