Uses of Class
org.alfresco.rest.model.RestProcessDefinitionModel
-
Packages that use RestProcessDefinitionModel Package Description org.alfresco.rest.model org.alfresco.rest.requests org.alfresco.rest.requests.workflowAPI -
-
Uses of RestProcessDefinitionModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestProcessDefinitionModel Modifier and Type Method Description RestProcessDefinitionModelRestProcessDefinitionModelsCollection. getProcessDefinitionByDeploymentId(java.lang.String deploymentId)RestProcessDefinitionModelRestProcessDefinitionModelsCollection. getProcessDefinitionById(java.lang.String id)RestProcessDefinitionModelRestProcessDefinitionModelsCollection. getProcessDefinitionByKey(java.lang.String key)RestProcessDefinitionModelRestProcessDefinitionModel. onModel()Methods in org.alfresco.rest.model that return types with arguments of type RestProcessDefinitionModel Modifier and Type Method Description ModelAssertion<RestProcessDefinitionModel>RestProcessDefinitionModel. and()ModelAssertion<RestProcessDefinitionModel>RestProcessDefinitionModel. assertThat() -
Uses of RestProcessDefinitionModel in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests that return RestProcessDefinitionModel Modifier and Type Method Description RestProcessDefinitionModelProcessDefinitions. getProcessDefinition()Retrieves a process definition using GET call on "/process-definitions/{processDefinitionId}"Constructors in org.alfresco.rest.requests with parameters of type RestProcessDefinitionModel Constructor Description ProcessDefinitions(RestProcessDefinitionModel processDefinition, RestWrapper restWrapper) -
Uses of RestProcessDefinitionModel in org.alfresco.rest.requests.workflowAPI
Methods in org.alfresco.rest.requests.workflowAPI with parameters of type RestProcessDefinitionModel Modifier and Type Method Description ProcessDefinitionsRestWorkflowAPI. usingProcessDefinitions(RestProcessDefinitionModel processDefinition)Provides DSL on all REST calls under/process-definition/{processDefinitionID}API path
-