Uses of Class
org.alfresco.rest.framework.webscripts.WithResponse
Packages that use WithResponse
Package
Description
-
Uses of WithResponse in org.alfresco.rest.api
Methods in org.alfresco.rest.api with parameters of type WithResponseModifier and TypeMethodDescriptionvoidAuthentications.deleteTicket(String me, Parameters parameters, WithResponse withResponse) Authentications.validateTicket(String me, Parameters parameters, WithResponse withResponse) -
Uses of WithResponse in org.alfresco.rest.api.authentications
Methods in org.alfresco.rest.api.authentications with parameters of type WithResponseModifier and TypeMethodDescriptionvoidAuthenticationTicketsEntityResource.delete(String me, Parameters parameters, WithResponse withResponse) AuthenticationTicketsEntityResource.readById(String me, Parameters parameters, WithResponse withResponse) -
Uses of WithResponse in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl with parameters of type WithResponseModifier and TypeMethodDescriptionvoidAuthenticationsImpl.deleteTicket(String me, Parameters parameters, WithResponse withResponse) AuthenticationsImpl.validateTicket(String me, Parameters parameters, WithResponse withResponse) -
Uses of WithResponse in org.alfresco.rest.api.nodes
Methods in org.alfresco.rest.api.nodes with parameters of type WithResponseModifier and TypeMethodDescriptionNodesEntityResource.copyById(String nodeId, NodeTarget target, Parameters parameters, WithResponse withResponse) NodeChildrenRelation.create(String parentFolderNodeId, org.springframework.extensions.webscripts.servlet.FormData formData, Parameters parameters, WithResponse withResponse) NodesEntityResource.lock(String nodeId, LockInfo lockInfo, Parameters parameters, WithResponse withResponse) NodesEntityResource.moveById(String nodeId, NodeTarget target, Parameters parameters, WithResponse withResponse) voidNodeStorageInfoRelation.requestArchiveContent(String nodeId, String contentPropName, ArchiveContentRequest archiveContentRequest, Parameters parameters, WithResponse withResponse) voidNodeVersionsStorageInfoRelation.requestArchiveContent(String nodeId, String versionId, ArchiveContentRequest archiveContentRequest, Parameters parameters, WithResponse withResponse) NodeRenditionsRelation.requestContentDirectUrl(String nodeId, String renditionId, DirectAccessUrlRequest directAccessUrlRequest, Parameters parameters, WithResponse withResponse) NodesEntityResource.requestContentDirectUrl(String nodeId, DirectAccessUrlRequest directAccessUrlRequest, Parameters parameters, WithResponse withResponse) NodeVersionRenditionsRelation.requestContentDirectUrl(String nodeId, String versionId, DirectAccessUrlRequest directAccessUrlRequest, Parameters parameters, WithResponse withResponse) NodeVersionsRelation.requestContentDirectUrl(String nodeId, String versionId, DirectAccessUrlRequest directAccessUrlRequest, Parameters parameters, WithResponse withResponse) voidNodeStorageInfoRelation.requestRestoreContentFromArchive(String nodeId, String contentPropName, RestoreArchivedContentRequest restoreArchivedContentRequest, Parameters parameters, WithResponse withResponse) voidNodeVersionsStorageInfoRelation.requestRestoreContentFromArchive(String nodeId, String versionId, RestoreArchivedContentRequest restoreArchivedContentRequest, Parameters parameters, WithResponse withResponse) NodeVersionsRelation.revertById(String nodeId, String versionId, VersionOptions versionOptions, Parameters parameters, WithResponse withResponse) NodesEntityResource.unlock(String nodeId, Void ignore, Parameters parameters, WithResponse withResponse) -
Uses of WithResponse in org.alfresco.rest.api.people
Methods in org.alfresco.rest.api.people with parameters of type WithResponseModifier and TypeMethodDescriptionvoidPeopleEntityResource.requestPasswordReset(String personId, Client client, Parameters parameters, WithResponse withResponse) Deprecated.voidPeopleEntityResource.resetPassword(String personId, PasswordReset passwordReset, Parameters parameters, WithResponse withResponse) Deprecated. -
Uses of WithResponse in org.alfresco.rest.api.sites
Methods in org.alfresco.rest.api.sites with parameters of type WithResponseModifier and TypeMethodDescriptionvoidSiteMembershipRequestsRelation.approve(String siteId, String invitationId, SiteMembershipApproval siteMembershipApproval, Parameters parameters, WithResponse withResponse) voidSiteMembershipRequestsRelation.reject(String siteId, String invitationId, SiteMembershipRejection siteMembershipRejection, Parameters parameters, WithResponse withResponse) -
Uses of WithResponse in org.alfresco.rest.api.trashcan
Methods in org.alfresco.rest.api.trashcan with parameters of type WithResponseModifier and TypeMethodDescriptionTrashcanEntityResource.requestContentDirectUrl(String originalNodeId, DirectAccessUrlRequest directAccessUrlRequest, Parameters parameters, WithResponse withResponse) TrashcanRenditionsRelation.requestContentDirectUrl(String originalNodeId, String renditionId, DirectAccessUrlRequest directAccessUrlRequest, Parameters parameters, WithResponse withResponse) TrashcanEntityResource.restoreDeletedNode(String nodeId, NodeTargetAssoc nodeTargetAssoc, Parameters parameters, WithResponse withResponse) -
Uses of WithResponse in org.alfresco.rest.framework.resource.actions
Methods in org.alfresco.rest.framework.resource.actions with parameters of type WithResponseModifier and TypeMethodDescriptionActionExecutor.executeAction(ResourceWithMetadata resource, Params params, WithResponse withResponse) Invokes the resource with the Params -
Uses of WithResponse in org.alfresco.rest.framework.resource.actions.interfaces
Methods in org.alfresco.rest.framework.resource.actions.interfaces with parameters of type WithResponseModifier and TypeMethodDescriptionEntityResourceAction.CreateWithResponse.create(List<E> entity, Parameters parameters, WithResponse withResponse) MultiPartRelationshipResourceAction.Create.create(String entityResourceId, org.springframework.extensions.webscripts.servlet.FormData formData, Parameters parameters, WithResponse withResponse) MultiPartResourceAction.Create.create(org.springframework.extensions.webscripts.servlet.FormData formData, Parameters parameters, WithResponse withResponse) RelationshipResourceAction.CreateWithResponse.create(String entityResourceId, List<E> entity, Parameters parameters, WithResponse withResponse) voidEntityResourceAction.DeleteWithResponse.delete(String id, Parameters parameters, WithResponse withResponse) voidRelationshipResourceAction.DeleteWithResponse.delete(String entityResourceId, String id, Parameters parameters, WithResponse withResponse) voidBinaryResourceAction.DeleteWithResponse.deleteProperty(String entityId, Parameters parameters, WithResponse withResponse) Deletes a binary property.voidRelationshipResourceBinaryAction.DeleteWithResponse.deleteProperty(String entityId, String entityResourceId, Parameters parameters, WithResponse withResponse) Deletes a binary property.voidEntityResourceAction.DeleteSetWithResponse.deleteSet(Parameters params, WithResponse withResponse) Deletes entities from the collectionvoidRelationshipResourceAction.DeleteSetWithResponse.deleteSet(String entityResourceId, Parameters params, WithResponse withResponse) Deletes related entities from the collectionEntityResourceAction.ReadWithResponse.readAll(Parameters params, WithResponse withResponse) Reads all the entries from the collection.RelationshipResourceAction.ReadWithResponse.readAll(String entityResourceId, Parameters params, WithResponse withResponse) Reads all the relationship entities from the collection using the related entityResourceId.EntityResourceAction.ReadByIdWithResponse.readById(String id, Parameters parameters, WithResponse withResponse) RelationshipResourceAction.ReadByIdWithResponse.readById(String entityResourceId, String id, Parameters parameters, WithResponse withResponse) BinaryResourceAction.ReadWithResponse.readProperty(String entityId, Parameters parameters, WithResponse withResponse) Retrieves a binary property by returning a BinaryResource object.RelationshipResourceBinaryAction.ReadWithResponse.readProperty(String entityId, String entityResourceId, Parameters parameters, WithResponse withResponse) Retrieves a binary property by returning a BinaryResource object.EntityResourceAction.UpdateWithResponse.update(String id, E entity, Parameters parameters, WithResponse withResponse) RelationshipResourceAction.UpdateWithResponse.update(String entityResourceId, E entity, Parameters parameters, WithResponse withResponse) BinaryResourceAction.UpdateWithResponse.updateProperty(String entityId, BasicContentInfo contentInfo, InputStream stream, Parameters params, WithResponse withResponse) Updates a binary property.RelationshipResourceBinaryAction.UpdateWithResponse.updateProperty(String entityId, String entityResourceId, BasicContentInfo contentInfo, InputStream stream, Parameters params, WithResponse withResponse) Updates a binary property. -
Uses of WithResponse in org.alfresco.rest.framework.tools
Fields in org.alfresco.rest.framework.tools declared as WithResponseMethods in org.alfresco.rest.framework.tools with parameters of type WithResponseModifier and TypeMethodDescriptiondefault voidResponseWriter.setResponse(org.springframework.extensions.webscripts.WebScriptResponse res, WithResponse withResponse) Sets the response using the WithResponse object -
Uses of WithResponse in org.alfresco.rest.framework.webscripts
Methods in org.alfresco.rest.framework.webscripts with parameters of type WithResponseModifier and TypeMethodDescriptionResourceWebScriptDelete.executeAction(ResourceWithMetadata resource, Params params, WithResponse withResponse) Executes the action on the resourceResourceWebScriptGet.executeAction(ResourceWithMetadata resource, Params params, WithResponse withResponse) Executes the action on the resourceResourceWebScriptPost.executeAction(ResourceWithMetadata resource, Params params, WithResponse withResponse) Executes the action on the resourceResourceWebScriptPut.executeAction(ResourceWithMetadata resource, Params params, WithResponse withResponse) Executes the action on the resource