RestResponse |
Site.approveSiteMembership(org.alfresco.utility.model.UserModel siteMember) |
Approve a site membership request by using POST call on /sites/{siteId}/site-membership-requests/{inviteeId}/approve
|
RestResponse |
People.downloadAvatarContent() |
Get people avatar image using GET call on '/people/{personId}/avatar Please note that it retries to get the
renditions response several times because on the alfresco server the rendition can take a while to be created.
|
RestResponse |
AdminConsole.getAdminConsoleRepoInfo() |
|
RestResponse |
Trashcan.getDeletedNodeContent(org.alfresco.utility.model.RepoTestModel repoModel) |
Gets a trashcan node content using GET call on "deleted-nodes/{nodeId}/content"
|
RestResponse |
Trashcan.getDeletedNodeRenditionContent(org.alfresco.utility.model.RepoTestModel repoModel,
java.lang.String renditionId) |
Gets a single trashcan node rendition content using GET call on "/deleted-nodes/{nodeId}/renditions/{renditionId}/content"
|
RestResponse |
Node.getNodeContent() |
Retrieve content for a specific node using GET call on "nodes/{nodeId}/content"
|
RestResponse |
Node.getNodeContent(java.lang.String nodeId) |
Retrieve content for a specific node using GET call on "nodes/{nodeId}/content"
|
RestResponse |
Node.getNodeRenditionContent(java.lang.String renditionId) |
Get node rendition content using GET call on
'nodes/{nodeId}/renditions/{renditionId}/content
|
RestResponse |
Node.getNodeRenditionContentUntilIsCreated(java.lang.String renditionId) |
Get node rendition content using GET call on
'nodes/{nodeId}/renditions/{renditionId}/content Please note that it
retries to get the renditions response several times because on the
alfresco server the rendition can take a while to be created.
|
RestResponse |
SharedLinks.getSharedLinkContent(RestSharedLinksModel sharedLinksModel) |
Retrieve content for a specific sharedLink using GET call on "shared-links/{sharedLinkId}/content"
|
RestResponse |
SharedLinks.getSharedLinkRenditionContent(RestSharedLinksModel sharedLinksModel,
java.lang.String renditionId) |
Retrieve rendition content for the specified sharedLink using GET call on "shared-links/{sharedLinkId}/renditions/{renditionId}/content"
|
RestResponse |
Node.getVersionContent(java.lang.String versionId) |
Gets the content for versionId of node nodeId using GET call 'nodes/{nodeId}/versions/{versionId}/content
|
RestResponse |
Site.rejectSiteMembership(org.alfresco.utility.model.UserModel siteMember) |
Reject a site membership request by using POST call /sites/{siteId}/site-membership-requests/{inviteeId}/reject
|
RestResponse |
SharedLinks.sendSharedLinkEmail(RestSharedLinksModel sharedLinksModel,
java.lang.String postBody) |
Send email with a specific sharedLink using POST call on "shared-links/{sharedLinkId}/email"
|