Interface | Description |
---|---|
Listable<L extends BasicListResponse<?>> |
A resource that supports the list() operation.
|
ProcessDefinitionsResource |
Models the /process-definitions resource.
|
ProcessDefinitionStartFormModelResource |
Models the /process-definitions/{process-definition-id}/start-form-model resource.
|
ProcessesResource |
Models the /processes resource.
|
ProcessImageResource |
ProcessImageResource.
|
ProcessInstanceItemResource |
Models the /processes/{processId}/items/{itemId} resource
|
ProcessInstanceItemsResource |
Models the /processes/{processId}/items resource.
|
ProcessInstanceResource |
Models the /processes/{processId} resource.
|
TaskFormModelResource |
Models the /process-definitions/{process-definition-id}/start-form-model resource.
|
TaskInstanceResource |
Models the /tasks/{taskId} resource.
|
TaskInstancesResource |
Models the /tasks resource.
|
TaskInstanceStateResource |
Models the /tasks/{taskId}?select=state resource.
|
TaskInstanceVariableResource |
Models the /tasks/{taskId}/variables/{variableName} resource.
|
TaskInstanceVariablesResource |
Models the /task/{taskId}/variables resource.
|
Class | Description |
---|---|
AlfrescoRESTFulFactory |
Factory to create RESTful resources for the new Alfresco Workflow Public REST API.
|
CMISPropertyAdapter |
First attempt to handle mappings between CMIS properties and Activiti variables.
|
OperationContext |
Defines the paging,sorting and filtering for a request that will return a collection.
|
RestCallTemplate<T extends org.restlet.resource.ClientProxy,R> |
Template to use when calling rest resources.
|
WhereClause |
Models a WHERE clause to be used with the Alfresco Workflow Public Rest API.
|
WhereClause.Criterion |
Criterion.
|
Exception | Description |
---|---|
OwRestException |
Signals an exception in the REST layer.
|
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.