mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
ALF-8140 Created unit test in AbstractWorkflowServiceIntegrationTest to test the number of results returned by queryTasks() can be limited. Implemented this functionality for ActivitiWorkflowEngine.queryTasks().
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@28357 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -176,6 +176,7 @@ public class WorkflowTaskQuery
|
||||
}
|
||||
|
||||
/**
|
||||
* Filters ont he {@link WorkflowInstance} Id.
|
||||
* @param processId
|
||||
*/
|
||||
public void setProcessId(String processId)
|
||||
@@ -192,6 +193,7 @@ public class WorkflowTaskQuery
|
||||
}
|
||||
|
||||
/**
|
||||
* Filters on the {@link WorkflowDefinition} name.
|
||||
* @param processName
|
||||
*/
|
||||
public void setProcessName(QName processName)
|
||||
|
Reference in New Issue
Block a user