Uses of Class
com.openkm.sdk4j.bean.workflow.ProcessInstanceResultSet
-
Packages that use ProcessInstanceResultSet Package Description com.openkm.sdk4j.definition com.openkm.sdk4j.impl -
-
Uses of ProcessInstanceResultSet in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that return ProcessInstanceResultSet Modifier and Type Method Description ProcessInstanceResultSetBaseWorkflow. searchAssignedTasks(Calendar start, Calendar end, String status, Long procDefId, int offset, int limit)Search assigned tasks.ProcessInstanceResultSetBaseWorkflow. searchOverview(Calendar start, Calendar end, String status, Long procDefId, String initiator, String taskUser, int offset, int limit)Search overview.ProcessInstanceResultSetBaseWorkflow. searchStartedByMe(Calendar start, Calendar end, String status, Long procDefId, int offset, int limit)Search started by me. -
Uses of ProcessInstanceResultSet in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that return ProcessInstanceResultSet Modifier and Type Method Description ProcessInstanceResultSetWorkflowImpl. searchAssignedTasks(Calendar start, Calendar end, String status, Long procDefId, int offset, int limit)ProcessInstanceResultSetWorkflowImpl. searchOverview(Calendar start, Calendar end, String status, Long procDefId, String initiator, String taskUser, int offset, int limit)ProcessInstanceResultSetWorkflowImpl. searchStartedByMe(Calendar start, Calendar end, String status, Long procDefId, int offset, int limit)
-