Uses of Class
com.openkm.sdk4j.bean.workflow.TaskInstance
-
Packages that use TaskInstance Package Description com.openkm.sdk4j.bean.workflow com.openkm.sdk4j.definition com.openkm.sdk4j.impl -
-
Uses of TaskInstance in com.openkm.sdk4j.bean.workflow
Methods in com.openkm.sdk4j.bean.workflow that return types with arguments of type TaskInstance Modifier and Type Method Description List<TaskInstance>TaskInstanceResultSet. getResults()Methods in com.openkm.sdk4j.bean.workflow with parameters of type TaskInstance Modifier and Type Method Description intTaskInstance. compareTo(TaskInstance arg0)Method parameters in com.openkm.sdk4j.bean.workflow with type arguments of type TaskInstance Modifier and Type Method Description voidTaskInstanceResultSet. setResults(List<TaskInstance> results) -
Uses of TaskInstance in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that return TaskInstance Modifier and Type Method Description TaskInstanceBaseWorkflow. getTaskInstance(long tiId)Gets task instance.Methods in com.openkm.sdk4j.definition that return types with arguments of type TaskInstance Modifier and Type Method Description List<TaskInstance>BaseWorkflow. findTaskInstances(long piId)Find task instances list. -
Uses of TaskInstance in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that return TaskInstance Modifier and Type Method Description TaskInstanceWorkflowImpl. getTaskInstance(long tiId)Methods in com.openkm.sdk4j.impl that return types with arguments of type TaskInstance Modifier and Type Method Description List<TaskInstance>WorkflowImpl. findTaskInstances(long piId)
-