Package | Description |
---|---|
org.alfresco.repo.workflow | |
org.alfresco.repo.workflow.activiti | |
org.alfresco.service.cmr.workflow |
Modifier and Type | Method and Description |
---|---|
long |
WorkflowComponent.countWorkflows(WorkflowInstanceQuery workflowInstanceQuery)
Get count of workflow instances
|
long |
WorkflowServiceImpl.countWorkflows(WorkflowInstanceQuery workflowInstanceQuery) |
List<WorkflowInstance> |
WorkflowComponent.getWorkflows(WorkflowInstanceQuery workflowInstanceQuery)
Gets all "in-flight" workflow instances according to the specified workflowInstanceQuery parameter
|
List<WorkflowInstance> |
WorkflowServiceImpl.getWorkflows(WorkflowInstanceQuery workflowInstanceQuery) |
List<WorkflowInstance> |
WorkflowComponent.getWorkflows(WorkflowInstanceQuery workflowInstanceQuery,
int maxItems,
int skipCount)
Gets maxItems "in-flight" workflow instances according to the specified workflowInstanceQuery parameter
|
List<WorkflowInstance> |
WorkflowServiceImpl.getWorkflows(WorkflowInstanceQuery workflowInstanceQuery,
int maxItems,
int skipCount) |
Modifier and Type | Method and Description |
---|---|
long |
ActivitiWorkflowEngine.countWorkflows(WorkflowInstanceQuery workflowInstanceQuery) |
List<WorkflowInstance> |
ActivitiWorkflowEngine.getWorkflows(WorkflowInstanceQuery workflowInstanceQuery) |
List<WorkflowInstance> |
ActivitiWorkflowEngine.getWorkflows(WorkflowInstanceQuery workflowInstanceQuery,
int maxItems,
int skipCount) |
Modifier and Type | Method and Description |
---|---|
long |
WorkflowService.countWorkflows(WorkflowInstanceQuery workflowInstanceQuery)
Get count of workflow instances
|
List<WorkflowInstance> |
WorkflowService.getWorkflows(WorkflowInstanceQuery workflowInstanceQuery)
Gets all "in-flight" workflow instances according to the specified workflowInstanceQuery parameter
|
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
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.