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 TypeMethodDescriptionvoid
Authentications.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 TypeMethodDescriptionvoid
AuthenticationTicketsEntityResource.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 TypeMethodDescriptionvoid
AuthenticationsImpl.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) 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 TypeMethodDescriptionvoid
PeopleEntityResource.requestPasswordReset
(String personId, Client client, Parameters parameters, WithResponse withResponse) void
PeopleEntityResource.resetPassword
(String personId, PasswordReset passwordReset, Parameters parameters, WithResponse withResponse) -
Uses of WithResponse in org.alfresco.rest.api.sites
Methods in org.alfresco.rest.api.sites with parameters of type WithResponseModifier and TypeMethodDescriptionvoid
SiteMembershipRequestsRelation.approve
(String siteId, String invitationId, SiteMembershipApproval siteMembershipApproval, Parameters parameters, WithResponse withResponse) void
SiteMembershipRequestsRelation.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.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) void
EntityResourceAction.DeleteWithResponse.delete
(String id, Parameters parameters, WithResponse withResponse) void
RelationshipResourceAction.DeleteWithResponse.delete
(String entityResourceId, String id, Parameters parameters, WithResponse withResponse) void
BinaryResourceAction.DeleteWithResponse.deleteProperty
(String entityId, Parameters parameters, WithResponse withResponse) Deletes a binary property.void
RelationshipResourceBinaryAction.DeleteWithResponse.deleteProperty
(String entityId, String entityResourceId, Parameters parameters, WithResponse withResponse) Deletes a binary property.void
EntityResourceAction.DeleteSetWithResponse.deleteSet
(Parameters params, WithResponse withResponse) Deletes entities from the collectionvoid
RelationshipResourceAction.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 void
ResponseWriter.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