|
Packages that use org.alfresco.service.cmr.workflow.WorkflowInstanceQuery | ||
org.alfresco.service.cmr.workflow |
Methods in org.alfresco.service.cmr.workflow with parameters of type WorkflowInstanceQuery | |
long |
WorkflowService.countWorkflows(WorkflowInstanceQuery workflowInstanceQuery) Get count of workflow instances |
WorkflowService.getWorkflows(WorkflowInstanceQuery workflowInstanceQuery) Gets all "in-flight" workflow instances according to the specified workflowInstanceQuery parameter |
|
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 |
|