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 voidAuthentications. deleteTicket(String me, Parameters parameters, WithResponse withResponse)LoginTicketResponseAuthentications. 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 WithResponse Modifier and Type Method Description voidAuthenticationTicketsEntityResource. delete(String me, Parameters parameters, WithResponse withResponse)LoginTicketAuthenticationTicketsEntityResource. 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 WithResponse Modifier and Type Method Description voidAuthenticationsImpl. deleteTicket(String me, Parameters parameters, WithResponse withResponse)LoginTicketResponseAuthenticationsImpl. 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 WithResponse Modifier and Type Method Description NodeNodesEntityResource. copyById(String nodeId, NodeTarget target, Parameters parameters, WithResponse withResponse)NodeNodeChildrenRelation. create(String parentFolderNodeId, org.springframework.extensions.webscripts.servlet.FormData formData, Parameters parameters, WithResponse withResponse)NodeNodesEntityResource. lock(String nodeId, LockInfo lockInfo, Parameters parameters, WithResponse withResponse)NodeNodesEntityResource. moveById(String nodeId, NodeTarget target, Parameters parameters, WithResponse withResponse)DirectAccessUrlNodeRenditionsRelation. requestContentDirectUrl(String nodeId, String renditionId, DirectAccessUrlRequest directAccessUrlRequest, Parameters parameters, WithResponse withResponse)DirectAccessUrlNodesEntityResource. requestContentDirectUrl(String nodeId, DirectAccessUrlRequest directAccessUrlRequest, Parameters parameters, WithResponse withResponse)DirectAccessUrlNodeVersionsRelation. requestContentDirectUrl(String nodeId, String versionId, DirectAccessUrlRequest directAccessUrlRequest, Parameters parameters, WithResponse withResponse)NodeNodeVersionsRelation. revertById(String nodeId, String versionId, VersionOptions versionOptions, Parameters parameters, WithResponse withResponse)NodeNodesEntityResource. 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 WithResponse Modifier and Type Method Description voidPeopleEntityResource. 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.quicksharelinks
Methods in org.alfresco.rest.api.quicksharelinks with parameters of type WithResponse Modifier and Type Method Description voidQuickShareLinkEntityResource. email(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 voidSiteMembershipRequestsRelation. 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 WithResponse Modifier and Type Method Description DirectAccessUrlTrashcanEntityResource. requestContentDirectUrl(String originalNodeId, DirectAccessUrlRequest directAccessUrlRequest, Parameters parameters, WithResponse withResponse)DirectAccessUrlTrashcanRenditionsRelation. requestContentDirectUrl(String originalNodeId, String renditionId, DirectAccessUrlRequest directAccessUrlRequest, Parameters parameters, WithResponse withResponse)NodeTrashcanEntityResource. 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 WithResponse Modifier and Type Method Description ObjectActionExecutor. 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 List<E>EntityResourceAction.CreateWithResponse. create(List<E> entity, Parameters parameters, WithResponse withResponse)EMultiPartRelationshipResourceAction.Create. create(String entityResourceId, org.springframework.extensions.webscripts.servlet.FormData formData, Parameters parameters, WithResponse withResponse)EMultiPartResourceAction.Create. create(org.springframework.extensions.webscripts.servlet.FormData formData, Parameters parameters, WithResponse withResponse)List<E>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 collectionCollectionWithPagingInfo<E>EntityResourceAction.ReadWithResponse. readAll(Parameters params, WithResponse withResponse)Reads all the entries from the collection.CollectionWithPagingInfo<E>RelationshipResourceAction.ReadWithResponse. readAll(String entityResourceId, Parameters params, WithResponse withResponse)Reads all the relationship entities from the collection using the related entityResourceId.EEntityResourceAction.ReadByIdWithResponse. readById(String id, Parameters parameters, WithResponse withResponse)ERelationshipResourceAction.ReadByIdWithResponse. readById(String entityResourceId, String id, Parameters parameters, WithResponse withResponse)BinaryResourceBinaryResourceAction.ReadWithResponse. readProperty(String entityId, Parameters parameters, WithResponse withResponse)Retrieves a binary property by returning a BinaryResource object.BinaryResourceRelationshipResourceBinaryAction.ReadWithResponse. readProperty(String entityId, String entityResourceId, Parameters parameters, WithResponse withResponse)Retrieves a binary property by returning a BinaryResource object.EEntityResourceAction.UpdateWithResponse. update(String id, E entity, Parameters parameters, WithResponse withResponse)ERelationshipResourceAction.UpdateWithResponse. update(String entityResourceId, E entity, Parameters parameters, WithResponse withResponse)EBinaryResourceAction.UpdateWithResponse. updateProperty(String entityId, BasicContentInfo contentInfo, InputStream stream, Parameters params, WithResponse withResponse)Updates a binary property.ERelationshipResourceBinaryAction.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 WithResponse Modifier and Type Field Description static WithResponseResponseWriter. DEFAULT_SUCCESSMethods in org.alfresco.rest.framework.tools with parameters of type WithResponse Modifier and Type Method Description default 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 WithResponse Modifier and Type Method Description ObjectResourceWebScriptDelete. executeAction(ResourceWithMetadata resource, Params params, WithResponse withResponse)Executes the action on the resourceObjectResourceWebScriptGet. executeAction(ResourceWithMetadata resource, Params params, WithResponse withResponse)Executes the action on the resourceObjectResourceWebScriptPost. executeAction(ResourceWithMetadata resource, Params params, WithResponse withResponse)Executes the action on the resourceObjectResourceWebScriptPut. executeAction(ResourceWithMetadata resource, Params params, WithResponse withResponse)Executes the action on the resource
-