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 |
Node.createDirectAccessURL(java.lang.String postBody) |
Get Direct Access URL for a node
|
RestResponse |
Node.createDirectAccessURLforRendition(java.lang.String postBody,
java.lang.String renditionId) |
Get Direct Access URL for a specific node rendition E.g "pdf"
|
RestResponse |
Node.createDirectAccessURLforVersion(java.lang.String postBody,
java.lang.String versionId) |
Get Direct Access URL for a specific node version.
|
RestResponse |
Node.createDirectAccessURLforVersionAndRendition(java.lang.String postBody,
java.lang.String versionId,
java.lang.String renditionId) |
Get Direct Access URL for a specific node version rendition.
|
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 |
Node.getNodeVersionRenditionContent(java.lang.String renditionId,
java.lang.String versionId) |
Get node version rendition content using GET call on
'nodes/{nodeId}/versions/{versionId}/renditions/{renditionId}/content
|
RestResponse |
Node.getNodeVersionRenditionContentUntilIsCreated(java.lang.String renditionId,
java.lang.String versionId) |
Get node version rendition content using GET call on
'nodes/{nodeId}/versions/{versionId}/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 |
ContentStorageInformation.requestArchiveContent(java.lang.String nodeId,
java.lang.String contentPropName,
RestArchiveContentRequestModel archiveContentRequest) |
Send content to archive using POST call on "nodes/{nodeId}/storage-info/{contentPropName}/archive"
|
RestResponse |
ContentStorageInformation.requestArchiveContent(RestArchiveContentRequestModel archiveContentRequest) |
Send content to archive using POST call on "nodes/{nodeId}/storage-info/{contentPropName}/archive"
|
RestResponse |
ContentStorageInformation.requestArchiveVersionContent(java.lang.String nodeId,
java.lang.String contentPropName,
java.lang.String versionId,
RestArchiveContentRequestModel archiveContentRequest) |
Send version content to archive using POST call on "nodes/{nodeId}/versions/{versionId}/storage-info/{contentPropName}/archive"
|
RestResponse |
ContentStorageInformation.requestArchiveVersionContent(RestArchiveContentRequestModel archiveContentRequest) |
Send version content to archive using POST call on "nodes/{nodeId}/versions/{versionId}/storage-info/{contentPropName}/archive"
|
RestResponse |
ContentStorageInformation.requestRestoreContentFromArchive(java.lang.String nodeId,
java.lang.String contentPropName,
RestRestoreArchivedContentRequestModel restoreArchivedContentRequest) |
Restore content from archive using POST call on "nodes/{nodeId}/storage-info/{contentPropName}/archive-restore"
|
RestResponse |
ContentStorageInformation.requestRestoreContentFromArchive(RestRestoreArchivedContentRequestModel restoreArchivedContentRequest) |
Restore content from archive using POST call on "nodes/{nodeId}/storage-info/{contentPropName}/archive-restore"
|
RestResponse |
ContentStorageInformation.requestRestoreVersionContentFromArchive(java.lang.String nodeId,
java.lang.String contentPropName,
java.lang.String versionId,
RestRestoreArchivedContentRequestModel restoreArchivedContentRequest) |
Restore version content from archive using POST call on "nodes/{nodeId}/storage-info/{contentPropName}/archive-restore"
|
RestResponse |
ContentStorageInformation.requestRestoreVersionContentFromArchive(RestRestoreArchivedContentRequestModel restoreArchivedContentRequest) |
Restore version content from archive using POST call on "nodes/{nodeId}/storage-info/versions/{versionId}/{contentPropName}/archive-restore"
|
RestResponse |
SharedLinks.sendSharedLinkEmail(RestSharedLinksModel sharedLinksModel,
java.lang.String postBody) |
Send email with a specific sharedLink using POST call on "shared-links/{sharedLinkId}/email"
|