Modifier and Type | Method and Description |
---|---|
void |
Authentications.deleteTicket(String me,
Parameters parameters,
WithResponse withResponse) |
LoginTicketResponse |
Authentications.validateTicket(String me,
Parameters parameters,
WithResponse withResponse) |
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationTicketsEntityResource.delete(String me,
Parameters parameters,
WithResponse withResponse) |
LoginTicket |
AuthenticationTicketsEntityResource.readById(String me,
Parameters parameters,
WithResponse withResponse) |
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationsImpl.deleteTicket(String me,
Parameters parameters,
WithResponse withResponse) |
LoginTicketResponse |
AuthenticationsImpl.validateTicket(String me,
Parameters parameters,
WithResponse withResponse) |
Modifier and Type | Method and Description |
---|---|
Node |
NodesEntityResource.copyById(String nodeId,
NodeTarget target,
Parameters parameters,
WithResponse withResponse) |
Node |
NodeChildrenRelation.create(String parentFolderNodeId,
org.springframework.extensions.webscripts.servlet.FormData formData,
Parameters parameters,
WithResponse withResponse) |
Node |
NodesEntityResource.lock(String nodeId,
LockInfo lockInfo,
Parameters parameters,
WithResponse withResponse) |
Node |
NodesEntityResource.moveById(String nodeId,
NodeTarget target,
Parameters parameters,
WithResponse withResponse) |
Node |
NodeVersionsRelation.revertById(String nodeId,
String versionId,
VersionOptions versionOptions,
Parameters parameters,
WithResponse withResponse) |
Node |
NodesEntityResource.unlock(String nodeId,
Void ignore,
Parameters parameters,
WithResponse withResponse) |
Modifier and Type | Method and Description |
---|---|
void |
PeopleEntityResource.requestPasswordReset(String personId,
Client client,
Parameters parameters,
WithResponse withResponse) |
void |
PeopleEntityResource.resetPassword(String personId,
PasswordReset passwordReset,
Parameters parameters,
WithResponse withResponse) |
Modifier and Type | Method and Description |
---|---|
void |
QuickShareLinkEntityResource.email(String sharedId,
QuickShareLinkEmailRequest emailRequest,
Parameters parameters,
WithResponse response) |
Modifier and Type | Method and Description |
---|---|
Node |
TrashcanEntityResource.restoreDeletedNode(String nodeId,
Void ignored,
Parameters parameters,
WithResponse withResponse) |
Modifier and Type | Method and Description |
---|---|
Object |
ActionExecutor.executeAction(ResourceWithMetadata resource,
Params params,
WithResponse withResponse)
Invokes the resource with the Params
|
Modifier and Type | Method and Description |
---|---|
E |
MultiPartResourceAction.Create.create(org.springframework.extensions.webscripts.servlet.FormData formData,
Parameters parameters,
WithResponse withResponse) |
List<E> |
EntityResourceAction.CreateWithResponse.create(List<E> entity,
Parameters parameters,
WithResponse withResponse) |
E |
MultiPartRelationshipResourceAction.Create.create(String entityResourceId,
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) |
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.
|
CollectionWithPagingInfo<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.
|
E |
EntityResourceAction.ReadByIdWithResponse.readById(String id,
Parameters parameters,
WithResponse withResponse) |
E |
RelationshipResourceAction.ReadByIdWithResponse.readById(String entityResourceId,
String id,
Parameters parameters,
WithResponse withResponse) |
BinaryResource |
BinaryResourceAction.ReadWithResponse.readProperty(String entityId,
Parameters parameters,
WithResponse withResponse)
Retrieves a binary property by returning a BinaryResource object.
|
BinaryResource |
RelationshipResourceBinaryAction.ReadWithResponse.readProperty(String entityId,
String entityResourceId,
Parameters parameters,
WithResponse withResponse)
Retrieves a binary property by returning a BinaryResource object.
|
E |
EntityResourceAction.UpdateWithResponse.update(String id,
E entity,
Parameters parameters,
WithResponse withResponse) |
E |
RelationshipResourceAction.UpdateWithResponse.update(String entityResourceId,
E entity,
Parameters parameters,
WithResponse withResponse) |
E |
BinaryResourceAction.UpdateWithResponse.updateProperty(String entityId,
BasicContentInfo contentInfo,
InputStream stream,
Parameters params,
WithResponse withResponse)
Updates a binary property.
|
E |
RelationshipResourceBinaryAction.UpdateWithResponse.updateProperty(String entityId,
String entityResourceId,
BasicContentInfo contentInfo,
InputStream stream,
Parameters params,
WithResponse withResponse)
Updates a binary property.
|
Modifier and Type | Field and Description |
---|---|
static WithResponse |
ResponseWriter.DEFAULT_SUCCESS |
Modifier and Type | Method and Description |
---|---|
default void |
ResponseWriter.setResponse(org.springframework.extensions.webscripts.WebScriptResponse res,
WithResponse withResponse)
Sets the response using the WithResponse object
|
Modifier and Type | Method and Description |
---|---|
Object |
ResourceWebScriptPost.executeAction(ResourceWithMetadata resource,
Params params,
WithResponse withResponse)
Executes the action on the resource
|
Object |
ResourceWebScriptPut.executeAction(ResourceWithMetadata resource,
Params params,
WithResponse withResponse)
Executes the action on the resource
|
Object |
ResourceWebScriptDelete.executeAction(ResourceWithMetadata resource,
Params params,
WithResponse withResponse)
Executes the action on the resource
|
Object |
ResourceWebScriptGet.executeAction(ResourceWithMetadata resource,
Params params,
WithResponse withResponse)
Executes the action on the resource
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.