Uses of Class
org.alfresco.service.cmr.workflow.WorkflowInstanceQuery
-
Packages that use WorkflowInstanceQuery Package Description org.alfresco.repo.workflow org.alfresco.repo.workflow.activiti org.alfresco.service.cmr.workflow -
-
Uses of WorkflowInstanceQuery in org.alfresco.repo.workflow
Methods in org.alfresco.repo.workflow with parameters of type WorkflowInstanceQuery Modifier and Type Method Description longWorkflowComponent. countWorkflows(WorkflowInstanceQuery workflowInstanceQuery)Get count of workflow instanceslongWorkflowServiceImpl. countWorkflows(WorkflowInstanceQuery workflowInstanceQuery)java.util.List<WorkflowInstance>WorkflowComponent. getWorkflows(WorkflowInstanceQuery workflowInstanceQuery)Gets all "in-flight" workflow instances according to the specified workflowInstanceQuery parameterjava.util.List<WorkflowInstance>WorkflowComponent. getWorkflows(WorkflowInstanceQuery workflowInstanceQuery, int maxItems, int skipCount)Gets maxItems "in-flight" workflow instances according to the specified workflowInstanceQuery parameterjava.util.List<WorkflowInstance>WorkflowServiceImpl. getWorkflows(WorkflowInstanceQuery workflowInstanceQuery)java.util.List<WorkflowInstance>WorkflowServiceImpl. getWorkflows(WorkflowInstanceQuery workflowInstanceQuery, int maxItems, int skipCount) -
Uses of WorkflowInstanceQuery in org.alfresco.repo.workflow.activiti
Methods in org.alfresco.repo.workflow.activiti with parameters of type WorkflowInstanceQuery Modifier and Type Method Description longActivitiWorkflowEngine. countWorkflows(WorkflowInstanceQuery workflowInstanceQuery)java.util.List<WorkflowInstance>ActivitiWorkflowEngine. getWorkflows(WorkflowInstanceQuery workflowInstanceQuery)java.util.List<WorkflowInstance>ActivitiWorkflowEngine. getWorkflows(WorkflowInstanceQuery workflowInstanceQuery, int maxItems, int skipCount) -
Uses of WorkflowInstanceQuery in org.alfresco.service.cmr.workflow
Methods in org.alfresco.service.cmr.workflow with parameters of type WorkflowInstanceQuery Modifier and Type Method Description longWorkflowService. countWorkflows(WorkflowInstanceQuery workflowInstanceQuery)Get count of workflow instancesjava.util.List<WorkflowInstance>WorkflowService. getWorkflows(WorkflowInstanceQuery workflowInstanceQuery)Gets all "in-flight" workflow instances according to the specified workflowInstanceQuery parameterjava.util.List<WorkflowInstance>WorkflowService. getWorkflows(WorkflowInstanceQuery workflowInstanceQuery, int maxItems, int skipCount)Gets maxItems "in-flight" workflow instances according to the specified workflowInstanceQuery parameter Get maxItems and skipCount parameters form request
-