Package org.alfresco.rest.requests
Class ProcessDefinitions
java.lang.Object
org.alfresco.rest.requests.ModelRequest<ProcessDefinitions>
org.alfresco.rest.requests.ProcessDefinitions
Declares all Rest API under the /process-definitions path
-
Field Summary
Fields inherited from class org.alfresco.rest.requests.ModelRequest
restWrapper -
Constructor Summary
ConstructorsConstructorDescriptionProcessDefinitions(RestWrapper restWrapper) ProcessDefinitions(RestProcessDefinitionModel processDefinition, RestWrapper restWrapper) -
Method Summary
Modifier and TypeMethodDescriptionRetrieve 100 process definitions (this is the default size when maxItems is not specified) from Alfresco using GET call on "/process-definitions"Retrieves a process definition using GET call on "/process-definitions/{processDefinitionId}"Retrieves an image that represents a single process definition using GET call on "/process-definitions/{processDefinitionId}/image"Retrieves start form type definitions using GET call on "/process-definitions/{processDefinitionId}/start-form-model"Methods inherited from class org.alfresco.rest.requests.ModelRequest
include, includePath, usingParams
-
Constructor Details
-
ProcessDefinitions
-
ProcessDefinitions
-
-
Method Details
-
getAllProcessDefinitions
Retrieve 100 process definitions (this is the default size when maxItems is not specified) from Alfresco using GET call on "/process-definitions"- Returns:
- Throws:
JsonToModelConversionException
-
getProcessDefinition
Retrieves a process definition using GET call on "/process-definitions/{processDefinitionId}"- Returns:
-
getProcessDefinitionImage
Retrieves an image that represents a single process definition using GET call on "/process-definitions/{processDefinitionId}/image"- Returns:
-
getProcessDefinitionStartFormModel
Retrieves start form type definitions using GET call on "/process-definitions/{processDefinitionId}/start-form-model"- Returns:
-