Uses of Class
org.alfresco.rest.core.RestResponse
Packages that use RestResponse
Package
Description
-
Uses of RestResponse in org.alfresco.rest.core
Methods in org.alfresco.rest.core that return RestResponseModifier and TypeMethodDescriptionRestWrapper.onResponse()RestWrapper.process(RestRequest restRequest) Generic REST API call on aRestRequest -
Uses of RestResponse in org.alfresco.rest.model
Subclasses of RestResponse in org.alfresco.rest.modelModifier and TypeClassDescriptionclassProcess RestReponse of type application/text -
Uses of RestResponse in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests that return RestResponseModifier and TypeMethodDescriptionSite.approveSiteMembership(org.alfresco.utility.model.UserModel siteMember) Approve a site membership request by using POST call on /sites/{siteId}/site-membership-requests/{inviteeId}/approveNode.createDirectAccessURL(String postBody) Get Direct Access URL for a nodeNode.createDirectAccessURLforRendition(String renditionId) Get Direct Access URL for a specific node rendition E.g "pdf"Node.createDirectAccessURLforVersion(String versionId) Get Direct Access URL for a specific node version.Node.createDirectAccessURLforVersionAndRendition(String versionId, String renditionId) Get Direct Access URL for a specific node version rendition.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.AdminConsole.getAdminConsoleRepoInfo()Trashcan.getDeletedNodeContent(org.alfresco.utility.model.RepoTestModel repoModel) Gets a trashcan node content using GET call on "deleted-nodes/{nodeId}/content"Trashcan.getDeletedNodeRenditionContent(org.alfresco.utility.model.RepoTestModel repoModel, String renditionId) Gets a single trashcan node rendition content using GET call on "/deleted-nodes/{nodeId}/renditions/{renditionId}/content"Node.getNodeContent()Retrieve content for a specific node using GET call on "nodes/{nodeId}/content"Node.getNodeContent(String nodeId) Retrieve content for a specific node using GET call on "nodes/{nodeId}/content"Node.getNodeRenditionContent(String renditionId) Get node rendition content using GET call on 'nodes/{nodeId}/renditions/{renditionId}/contentNode.getNodeRenditionContentUntilIsCreated(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.Node.getNodeVersionRenditionContent(String renditionId, String versionId) Get node version rendition content using GET call on 'nodes/{nodeId}/versions/{versionId}/renditions/{renditionId}/contentNode.getNodeVersionRenditionContentUntilIsCreated(String renditionId, 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.SharedLinks.getSharedLinkContent(RestSharedLinksModel sharedLinksModel) Retrieve content for a specific sharedLink using GET call on "shared-links/{sharedLinkId}/content"SharedLinks.getSharedLinkRenditionContent(RestSharedLinksModel sharedLinksModel, String renditionId) Retrieve rendition content for the specified sharedLink using GET call on "shared-links/{sharedLinkId}/renditions/{renditionId}/content"Node.getVersionContent(String versionId) Gets the content for versionId of node nodeId using GET call 'nodes/{nodeId}/versions/{versionId}/contentSite.rejectSiteMembership(org.alfresco.utility.model.UserModel siteMember) Reject a site membership request by using POST call /sites/{siteId}/site-membership-requests/{inviteeId}/rejectContentStorageInformation.requestArchiveContent(String nodeId, String contentPropName, RestArchiveContentRequestModel archiveContentRequest) Send content to archive using POST call on "nodes/{nodeId}/storage-info/{contentPropName}/archive"ContentStorageInformation.requestArchiveContent(RestArchiveContentRequestModel archiveContentRequest) Send content to archive using POST call on "nodes/{nodeId}/storage-info/{contentPropName}/archive"ContentStorageInformation.requestArchiveVersionContent(String nodeId, String contentPropName, String versionId, RestArchiveContentRequestModel archiveContentRequest) Send version content to archive using POST call on "nodes/{nodeId}/versions/{versionId}/storage-info/{contentPropName}/archive"ContentStorageInformation.requestArchiveVersionContent(RestArchiveContentRequestModel archiveContentRequest) Send version content to archive using POST call on "nodes/{nodeId}/versions/{versionId}/storage-info/{contentPropName}/archive"ContentStorageInformation.requestRestoreContentFromArchive(String nodeId, String contentPropName, RestRestoreArchivedContentRequestModel restoreArchivedContentRequest) Restore content from archive using POST call on "nodes/{nodeId}/storage-info/{contentPropName}/archive-restore"ContentStorageInformation.requestRestoreContentFromArchive(RestRestoreArchivedContentRequestModel restoreArchivedContentRequest) Restore content from archive using POST call on "nodes/{nodeId}/storage-info/{contentPropName}/archive-restore"ContentStorageInformation.requestRestoreVersionContentFromArchive(String nodeId, String contentPropName, String versionId, RestRestoreArchivedContentRequestModel restoreArchivedContentRequest) Restore version content from archive using POST call on "nodes/{nodeId}/storage-info/{contentPropName}/archive-restore"ContentStorageInformation.requestRestoreVersionContentFromArchive(RestRestoreArchivedContentRequestModel restoreArchivedContentRequest) Restore version content from archive using POST call on "nodes/{nodeId}/storage-info/versions/{versionId}/{contentPropName}/archive-restore"SharedLinks.sendSharedLinkEmail(RestSharedLinksModel sharedLinksModel, String postBody) Send email with a specific sharedLink using POST call on "shared-links/{sharedLinkId}/email" -
Uses of RestResponse in org.alfresco.rest.requests.cmisAPI
Methods in org.alfresco.rest.requests.cmisAPI that return RestResponseModifier and TypeMethodDescriptionRestCmisAPI.getRootObjectByID(String objectID) RestCmisAPI.getRootObjectByID(org.alfresco.utility.model.ContentModel contentModel) RestCmisAPI.getRootObjectByLocation(String objectName) RestCmisAPI.getRootObjectByLocation(org.alfresco.utility.model.ContentModel contentModel) -
Uses of RestResponse in org.alfresco.rest.requests.search
Methods in org.alfresco.rest.requests.search that return RestResponse