Uses of Class
org.alfresco.service.cmr.workflow.WorkflowInstanceQuery
Packages that use WorkflowInstanceQuery
Package
Description
-
Uses of WorkflowInstanceQuery in org.alfresco.repo.workflow
Methods in org.alfresco.repo.workflow with parameters of type WorkflowInstanceQueryModifier and TypeMethodDescriptionlongWorkflowComponent.countWorkflows(WorkflowInstanceQuery workflowInstanceQuery) Get count of workflow instanceslongWorkflowServiceImpl.countWorkflows(WorkflowInstanceQuery workflowInstanceQuery) WorkflowComponent.getWorkflows(WorkflowInstanceQuery workflowInstanceQuery) Gets all "in-flight" workflow instances according to the specified workflowInstanceQuery parameterWorkflowComponent.getWorkflows(WorkflowInstanceQuery workflowInstanceQuery, int maxItems, int skipCount) Gets maxItems "in-flight" workflow instances according to the specified workflowInstanceQuery parameterWorkflowServiceImpl.getWorkflows(WorkflowInstanceQuery workflowInstanceQuery) 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 WorkflowInstanceQueryModifier and TypeMethodDescriptionlongActivitiWorkflowEngine.countWorkflows(WorkflowInstanceQuery workflowInstanceQuery) ActivitiWorkflowEngine.getWorkflows(WorkflowInstanceQuery workflowInstanceQuery) 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 WorkflowInstanceQueryModifier and TypeMethodDescriptionlongWorkflowService.countWorkflows(WorkflowInstanceQuery workflowInstanceQuery) Get count of workflow instancesWorkflowService.getWorkflows(WorkflowInstanceQuery workflowInstanceQuery) Gets all "in-flight" workflow instances according to the specified workflowInstanceQuery parameterWorkflowService.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