Uses of Class
com.openkm.sdk4j.exception.WorkflowException
Packages that use WorkflowException
-
Uses of WorkflowException in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that throw WorkflowExceptionModifier and TypeMethodDescriptionvoidBaseWorkflow.deleteProcessDefinition(long pdId) Delete process definition.voidBaseWorkflow.endTaskInstance(long tiId, String transName) End task instance.BaseWorkflow.findAllProcessDefinitions()Find all process definitions list.BaseWorkflow.findLastProcessDefinition(String name) Find last process definition process definition.BaseWorkflow.findLatestProcessDefinitions()Find latest process definitions list.BaseWorkflow.findPooledTaskInstances(int offset, int limit) Find pooled task instances task instance result set.BaseWorkflow.findProcessInstances(long pdId) Find process instances list.BaseWorkflow.findProcessInstancesByNode(String uuid) Find process instances list by nodeBaseWorkflow.findTaskInstances(long piId) Find task instances list.BaseWorkflow.findUserTaskInstances(int offset, int limit) Find user task instances task instance result set.BaseWorkflow.getProcessDefinition(long pdId) Gets process definition.BaseWorkflow.getProcessDefinitionForms(long pdId) Gets process definition forms.BaseWorkflow.getProcessInstance(long piId) Gets process instance.BaseWorkflow.getTaskInstance(long tiId) Gets task instance.voidBaseWorkflow.registerProcessDefinition(InputStream is) Register process definition.BaseWorkflow.runProcessDefinition(long pdId, String uuid, Map<String, String> propertiesMap) Run process definition process instance.voidBaseWorkflow.setTaskInstanceActorId(long tiId, String actorId) Sets task instance actor id.voidBaseWorkflow.setTaskInstanceValues(long pdId, long tiId, String tiName, String transName, Map<String, String> properties) Sets task instance values.voidBaseWorkflow.startTaskInstance(long tiId) Start task instance. -
Uses of WorkflowException in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that throw WorkflowExceptionModifier and TypeMethodDescriptionvoidWorkflowImpl.deleteProcessDefinition(long pdId) voidWorkflowImpl.endTaskInstance(long tiId, String transName) WorkflowImpl.findAllProcessDefinitions()WorkflowImpl.findLastProcessDefinition(String name) WorkflowImpl.findLatestProcessDefinitions()WorkflowImpl.findPooledTaskInstances(int offset, int limit) WorkflowImpl.findProcessInstances(long pdId) WorkflowImpl.findProcessInstancesByNode(String uuid) WorkflowImpl.findTaskInstances(long piId) WorkflowImpl.findUserTaskInstances(int offset, int limit) WorkflowImpl.getProcessDefinition(long pdId) WorkflowImpl.getProcessDefinitionForms(long pdId) WorkflowImpl.getProcessInstance(long piId) WorkflowImpl.getTaskInstance(long tiId) voidWorkflowImpl.registerProcessDefinition(InputStream is) WorkflowImpl.runProcessDefinition(long pdId, String uuid, Map<String, String> propertiesMap) voidWorkflowImpl.setTaskInstanceActorId(long tiId, String actorId) voidWorkflowImpl.setTaskInstanceValues(long pdId, long tiId, String tiName, String transName, Map<String, String> properties) voidWorkflowImpl.startTaskInstance(long tiId)