Uses of Class
com.openkm.sdk4j.bean.workflow.ProcessInstance
-
Packages that use ProcessInstance Package Description com.openkm.sdk4j.bean.workflow com.openkm.sdk4j.definition com.openkm.sdk4j.impl -
-
Uses of ProcessInstance in com.openkm.sdk4j.bean.workflow
Methods in com.openkm.sdk4j.bean.workflow that return ProcessInstance Modifier and Type Method Description ProcessInstanceTaskInstance. getProcessInstance()ProcessInstanceToken. getProcessInstance()Methods in com.openkm.sdk4j.bean.workflow that return types with arguments of type ProcessInstance Modifier and Type Method Description List<ProcessInstance>ProcessInstanceResultSet. getResults()Methods in com.openkm.sdk4j.bean.workflow with parameters of type ProcessInstance Modifier and Type Method Description voidTaskInstance. setProcessInstance(ProcessInstance processInstance)voidToken. setProcessInstance(ProcessInstance processInstance)Method parameters in com.openkm.sdk4j.bean.workflow with type arguments of type ProcessInstance Modifier and Type Method Description voidProcessInstanceResultSet. setResults(List<ProcessInstance> results) -
Uses of ProcessInstance in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that return ProcessInstance Modifier and Type Method Description ProcessInstanceBaseWorkflow. getProcessInstance(long piId)Gets process instance.ProcessInstanceBaseWorkflow. runProcessDefinition(long pdId, String uuid, Map<String,String> propertiesMap)Run process definition process instance.ProcessInstanceBaseWorkflow. runProcessDefinition(long pdId, Map<String,String> propertiesMap)Run process definition without a node process instance.Methods in com.openkm.sdk4j.definition that return types with arguments of type ProcessInstance Modifier and Type Method Description List<ProcessInstance>BaseWorkflow. findProcessInstances(long pdId)Find process instances list.List<ProcessInstance>BaseWorkflow. findProcessInstancesByNode(String uuid)Find process instances list by node -
Uses of ProcessInstance in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that return ProcessInstance Modifier and Type Method Description ProcessInstanceWorkflowImpl. getProcessInstance(long piId)ProcessInstanceWorkflowImpl. runProcessDefinition(long pdId, String uuid, Map<String,String> propertiesMap)ProcessInstanceWorkflowImpl. runProcessDefinition(long pdId, Map<String,String> propertiesMap)Methods in com.openkm.sdk4j.impl that return types with arguments of type ProcessInstance Modifier and Type Method Description List<ProcessInstance>WorkflowImpl. findProcessInstances(long pdId)List<ProcessInstance>WorkflowImpl. findProcessInstancesByNode(String uuid)
-