com.ibm.itim.workflow.query
Class WorkflowProcessQuery
java.lang.Object
|
+--com.ibm.itim.workflow.query.WorkflowProcessQuery
public class WorkflowProcessQuery extends java.lang.Object
Class for executing a process query against the workflow engine. The query
logic is defined using a WorkflowQueryStatement. The results of the query
may or may not be ordered depending on the WorkflowQueryStatement.
See Also: WorkflowQueryStatement
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
WorkflowProcessQuery
public WorkflowProcessQuery ()
execute
public java.util.List execute (WorkflowQueryStatement wfqStatement)
throws InvalidQueryException ,
WorkflowException
Executes the query for workflow processes.
Parameters: wfqStatement
- WorkflowQueryStatement defining the query logic to
execute.
Returns: List of WorkflowProcess value objects that satisfy the query
criteria of this object. The returned List should only be
read and not modified.
Throws:
InvalidQueryException
- Thrown if the statement given is
invalid.
WorkflowException
- Thrown if unsuccessful in executing the
query.
execute
public java.util.List execute (WorkflowQueryStatement wfqStatement,
boolean returnAllFields)
throws InvalidQueryException ,
WorkflowException
Executes the query for workflow processes.
Parameters: wfqStatement
- WorkflowQueryStatement defining the query logic to
execute.returnAllFields
- Boolean value specifying whether to return all fields of a process
Returns: List of WorkflowProcess value objects that satisfy the query
criteria of this object. The returned List should only be
read and not modified.
Throws:
InvalidQueryException
- Thrown if the statement given is
invalid.
WorkflowException
- Thrown if unsuccessful in executing the
query.
IBM Tivoli Identity Manager 4.6
© Copyright International Business Machines Corporation 2005. All rights
reserved. US Government Users Restricted Rights
Use, duplication or disclosure restricted by GSA ADP Schedule
Contract with IBM Corp.