| Class | Description |
|---|---|
| BasicList<E> |
Implementation of a list bean in a response received from a call to one of the Alfresco Workflow Public REST API services.
|
| BasicListResponse<I> |
Abstract class for representing a BasicList response bean.
|
| Entry<T> |
A single entry into a
BasicList. |
| Item |
Item (attachement) details.
|
| ItemEntry |
We need it in order for the JSON library to be able to get RTT information.
|
| Items |
A JSON list of Items as returned by the /processes/{processId}/items API call.
|
| LoginBean |
Bean used to call the login rest service.
|
| Pagination |
Pagination settings for a
BasicList. |
| Process |
Process details.
|
| ProcessDefinition |
A ProcessDefinition JSON instance.
|
| ProcessDefinitions |
A JSON list of ProcessDefinitions as returned by the /process-definition API call.
|
| ProcessEntry |
We need it in order for the JSON library to be able to get RTT information.
|
| StartProcessBody |
This will be used during a POST request to the "/processes" service.
|
| State |
To be used with
TaskInstanceStateResource.changeTo(State). |
| TaskInstance |
TaskInstance.
|
| TaskInstanceDefinition |
TaskInstanceDefinition.
|
| TaskInstanceDetails |
TaskInstanceDetails.
|
| TaskInstanceEntry |
We need it in order for the JSON library to be able to get RTT information.
|
| TaskInstances |
TaskInstances.
|
| Type |
Type.
|
| Variable |
An instance of a variable as returned from the REST API.
|
| VariableDefinition |
An instance of a variable as returned from the REST API.
|
| Variables |
A bunch of variables.
|
| VariablesDefinitions |
A bunch of variables definitions.
|
| Enum | Description |
|---|---|
| Status |
Status Enum.
|
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.