|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.itim.workflow.query.WorkflowProcessHistoryQuery
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.
WorkflowQueryStatement
Constructor Summary | |
---|---|
WorkflowProcessHistoryQuery()
|
Method Summary | |
---|---|
java.util.List |
execute(WorkflowQueryStatement wfqStatement)
Executes the query for workflow processes. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WorkflowProcessHistoryQuery()
Method Detail |
public java.util.List execute(WorkflowQueryStatement wfqStatement) throws InvalidQueryException, WorkflowException
wfqStatement
- WorkflowQueryStatement defining the query logic to
execute.
InvalidQueryException
- Thrown if the statement given is
invalid.
WorkflowException
- Thrown if unsuccessful in executing the
query.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |