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:
N Smith
2011-06-13 09:01:27 +00:00
parent 17909c806c
commit 08835a782e
4 changed files with 235 additions and 159 deletions

View File

@@ -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)