Package | Description |
---|---|
org.alfresco.repo.workflow | |
org.alfresco.repo.workflow.activiti | |
org.alfresco.service.cmr.workflow |
Modifier and Type | Method and Description |
---|---|
long |
WorkflowServiceImpl.countTasks(WorkflowTaskQuery workflowTaskQuery) |
long |
TaskComponent.countTasks(WorkflowTaskQuery query)
Count the number of active tasks that match the given query.
|
List<WorkflowTask> |
WorkflowServiceImpl.queryTasks(WorkflowTaskQuery query) |
List<WorkflowTask> |
TaskComponent.queryTasks(WorkflowTaskQuery query)
Deprecated.
Use overloaded method with the
sameSession parameter
(this method defaults the parameter to false ). |
List<WorkflowTask> |
WorkflowServiceImpl.queryTasks(WorkflowTaskQuery query,
boolean sameSession) |
List<WorkflowTask> |
TaskComponent.queryTasks(WorkflowTaskQuery query,
boolean sameSession)
Query for tasks
Hint: use
WorkflowTaskQuery setLimit() method to limit the number
of processed items if you don't really need to go through all of them |
Modifier and Type | Method and Description |
---|---|
long |
ActivitiWorkflowEngine.countTasks(WorkflowTaskQuery query) |
List<WorkflowTask> |
ActivitiWorkflowEngine.queryTasks(WorkflowTaskQuery query) |
List<WorkflowTask> |
ActivitiWorkflowEngine.queryTasks(WorkflowTaskQuery query,
boolean sameSession) |
Modifier and Type | Method and Description |
---|---|
long |
WorkflowService.countTasks(WorkflowTaskQuery workflowTaskQuery)
Get the number of tasks matching the given query
|
List<WorkflowTask> |
WorkflowService.queryTasks(WorkflowTaskQuery query)
Deprecated.
Use overloaded method with the
sameSession parameter
(this method defaults the parameter to false ). |
List<WorkflowTask> |
WorkflowService.queryTasks(WorkflowTaskQuery query,
boolean sameSession)
Query for tasks
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.