Uses of Class
org.alfresco.rest.workflow.api.model.ProcessDefinition
-
Packages that use ProcessDefinition Package Description org.alfresco.rest.workflow.api org.alfresco.rest.workflow.api.impl org.alfresco.rest.workflow.api.processdefinitions -
-
Uses of ProcessDefinition in org.alfresco.rest.workflow.api
Methods in org.alfresco.rest.workflow.api that return ProcessDefinition Modifier and Type Method Description ProcessDefinitionProcessDefinitions. getProcessDefinition(java.lang.String definitionId)Methods in org.alfresco.rest.workflow.api that return types with arguments of type ProcessDefinition Modifier and Type Method Description CollectionWithPagingInfo<ProcessDefinition>ProcessDefinitions. getProcessDefinitions(Parameters parameters) -
Uses of ProcessDefinition in org.alfresco.rest.workflow.api.impl
Methods in org.alfresco.rest.workflow.api.impl that return ProcessDefinition Modifier and Type Method Description protected ProcessDefinitionProcessDefinitionsImpl. createProcessDefinitionRest(org.activiti.engine.impl.persistence.entity.ProcessDefinitionEntity processDefinition)ProcessDefinitionProcessDefinitionsImpl. getProcessDefinition(java.lang.String definitionId)Methods in org.alfresco.rest.workflow.api.impl that return types with arguments of type ProcessDefinition Modifier and Type Method Description CollectionWithPagingInfo<ProcessDefinition>ProcessDefinitionsImpl. getProcessDefinitions(Parameters parameters) -
Uses of ProcessDefinition in org.alfresco.rest.workflow.api.processdefinitions
Methods in org.alfresco.rest.workflow.api.processdefinitions that return ProcessDefinition Modifier and Type Method Description ProcessDefinitionProcessDefinitionsRestEntityResource. readById(java.lang.String id, Parameters parameters)Methods in org.alfresco.rest.workflow.api.processdefinitions that return types with arguments of type ProcessDefinition Modifier and Type Method Description CollectionWithPagingInfo<ProcessDefinition>ProcessDefinitionsRestEntityResource. readAll(Parameters params)
-