Uses of Class
org.alfresco.rest.framework.webscripts.WithResponse
-
-
Uses of WithResponse in org.alfresco.rest.api
Methods in org.alfresco.rest.api with parameters of type WithResponse Modifier and Type Method Description void
Authentications. deleteTicket(java.lang.String me, Parameters parameters, WithResponse withResponse)
LoginTicketResponse
Authentications. validateTicket(java.lang.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 WithResponse Modifier and Type Method Description void
AuthenticationTicketsEntityResource. delete(java.lang.String me, Parameters parameters, WithResponse withResponse)
LoginTicket
AuthenticationTicketsEntityResource. readById(java.lang.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 WithResponse Modifier and Type Method Description void
AuthenticationsImpl. deleteTicket(java.lang.String me, Parameters parameters, WithResponse withResponse)
LoginTicketResponse
AuthenticationsImpl. validateTicket(java.lang.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 WithResponse Modifier and Type Method Description Node
NodesEntityResource. copyById(java.lang.String nodeId, NodeTarget target, Parameters parameters, WithResponse withResponse)
Node
NodeChildrenRelation. create(java.lang.String parentFolderNodeId, org.springframework.extensions.webscripts.servlet.FormData formData, Parameters parameters, WithResponse withResponse)
Node
NodesEntityResource. lock(java.lang.String nodeId, LockInfo lockInfo, Parameters parameters, WithResponse withResponse)
Node
NodesEntityResource. moveById(java.lang.String nodeId, NodeTarget target, Parameters parameters, WithResponse withResponse)
org.alfresco.service.cmr.repository.DirectAccessUrl
NodeRenditionsRelation. requestContentUrl(java.lang.String nodeId, java.lang.String renditionId, DirectAccessUrlRequest directAccessUrlRequest, Parameters parameters, WithResponse withResponse)
org.alfresco.service.cmr.repository.DirectAccessUrl
NodesEntityResource. requestContentUrl(java.lang.String nodeId, DirectAccessUrlRequest directAccessUrlRequest, Parameters parameters, WithResponse withResponse)
org.alfresco.service.cmr.repository.DirectAccessUrl
NodeVersionRenditionsRelation. requestContentUrl(java.lang.String nodeId, java.lang.String versionId, DirectAccessUrlRequest directAccessUrlRequest, Parameters parameters, WithResponse withResponse)
org.alfresco.service.cmr.repository.DirectAccessUrl
NodeVersionsRelation. requestContentUrl(java.lang.String nodeId, java.lang.String versionId, DirectAccessUrlRequest directAccessUrlRequest, Parameters parameters, WithResponse withResponse)
Node
NodeVersionsRelation. revertById(java.lang.String nodeId, java.lang.String versionId, VersionOptions versionOptions, Parameters parameters, WithResponse withResponse)
Node
NodesEntityResource. unlock(java.lang.String nodeId, java.lang.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 WithResponse Modifier and Type Method Description void
PeopleEntityResource. requestPasswordReset(java.lang.String personId, Client client, Parameters parameters, WithResponse withResponse)
void
PeopleEntityResource. resetPassword(java.lang.String personId, PasswordReset passwordReset, Parameters parameters, WithResponse withResponse)
-
Uses of WithResponse in org.alfresco.rest.api.quicksharelinks
Methods in org.alfresco.rest.api.quicksharelinks with parameters of type WithResponse Modifier and Type Method Description void
QuickShareLinkEntityResource. email(java.lang.String sharedId, QuickShareLinkEmailRequest emailRequest, Parameters parameters, WithResponse response)
-
Uses of WithResponse in org.alfresco.rest.api.sites
Methods in org.alfresco.rest.api.sites with parameters of type WithResponse Modifier and Type Method Description void
SiteMembershipRequestsRelation. approve(java.lang.String siteId, java.lang.String invitationId, SiteMembershipApproval siteMembershipApproval, Parameters parameters, WithResponse withResponse)
void
SiteMembershipRequestsRelation. reject(java.lang.String siteId, java.lang.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 WithResponse Modifier and Type Method Description Node
TrashcanEntityResource. restoreDeletedNode(java.lang.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 WithResponse Modifier and Type Method Description java.lang.Object
ActionExecutor. 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 WithResponse Modifier and Type Method Description java.util.List<E>
EntityResourceAction.CreateWithResponse. create(java.util.List<E> entity, Parameters parameters, WithResponse withResponse)
E
MultiPartRelationshipResourceAction.Create. create(java.lang.String entityResourceId, org.springframework.extensions.webscripts.servlet.FormData formData, Parameters parameters, WithResponse withResponse)
E
MultiPartResourceAction.Create. create(org.springframework.extensions.webscripts.servlet.FormData formData, Parameters parameters, WithResponse withResponse)
java.util.List<E>
RelationshipResourceAction.CreateWithResponse. create(java.lang.String entityResourceId, java.util.List<E> entity, Parameters parameters, WithResponse withResponse)
void
EntityResourceAction.DeleteWithResponse. delete(java.lang.String id, Parameters parameters, WithResponse withResponse)
void
RelationshipResourceAction.DeleteWithResponse. delete(java.lang.String entityResourceId, java.lang.String id, Parameters parameters, WithResponse withResponse)
void
BinaryResourceAction.DeleteWithResponse. deleteProperty(java.lang.String entityId, Parameters parameters, WithResponse withResponse)
Deletes a binary property.void
RelationshipResourceBinaryAction.DeleteWithResponse. deleteProperty(java.lang.String entityId, java.lang.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(java.lang.String entityResourceId, Parameters params, WithResponse withResponse)
Deletes related entities from the collectionCollectionWithPagingInfo<E>
EntityResourceAction.ReadWithResponse. readAll(Parameters params, WithResponse withResponse)
Reads all the entries from the collection.CollectionWithPagingInfo<E>
RelationshipResourceAction.ReadWithResponse. readAll(java.lang.String entityResourceId, Parameters params, WithResponse withResponse)
Reads all the relationship entities from the collection using the related entityResourceId.E
EntityResourceAction.ReadByIdWithResponse. readById(java.lang.String id, Parameters parameters, WithResponse withResponse)
E
RelationshipResourceAction.ReadByIdWithResponse. readById(java.lang.String entityResourceId, java.lang.String id, Parameters parameters, WithResponse withResponse)
BinaryResource
BinaryResourceAction.ReadWithResponse. readProperty(java.lang.String entityId, Parameters parameters, WithResponse withResponse)
Retrieves a binary property by returning a BinaryResource object.BinaryResource
RelationshipResourceBinaryAction.ReadWithResponse. readProperty(java.lang.String entityId, java.lang.String entityResourceId, Parameters parameters, WithResponse withResponse)
Retrieves a binary property by returning a BinaryResource object.E
EntityResourceAction.UpdateWithResponse. update(java.lang.String id, E entity, Parameters parameters, WithResponse withResponse)
E
RelationshipResourceAction.UpdateWithResponse. update(java.lang.String entityResourceId, E entity, Parameters parameters, WithResponse withResponse)
E
BinaryResourceAction.UpdateWithResponse. updateProperty(java.lang.String entityId, BasicContentInfo contentInfo, java.io.InputStream stream, Parameters params, WithResponse withResponse)
Updates a binary property.E
RelationshipResourceBinaryAction.UpdateWithResponse. updateProperty(java.lang.String entityId, java.lang.String entityResourceId, BasicContentInfo contentInfo, java.io.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 WithResponse Modifier and Type Field Description static WithResponse
ResponseWriter. DEFAULT_SUCCESS
Methods in org.alfresco.rest.framework.tools with parameters of type WithResponse Modifier and Type Method Description default 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 WithResponse Modifier and Type Method Description java.lang.Object
ResourceWebScriptDelete. executeAction(ResourceWithMetadata resource, Params params, WithResponse withResponse)
Executes the action on the resourcejava.lang.Object
ResourceWebScriptGet. executeAction(ResourceWithMetadata resource, Params params, WithResponse withResponse)
Executes the action on the resourcejava.lang.Object
ResourceWebScriptPost. executeAction(ResourceWithMetadata resource, Params params, WithResponse withResponse)
Executes the action on the resourcejava.lang.Object
ResourceWebScriptPut. executeAction(ResourceWithMetadata resource, Params params, WithResponse withResponse)
Executes the action on the resource
-