com.ibm.itim.workflow.query
Interface WorkflowQueryStatement
- All Known Implementing Classes:
- ProvisioningQueryStatement, RequesterQueryStatement
- public interface WorkflowQueryStatement
Interface for all workflow query statements. Only classes that implement
this interface will be useable for defining the logic for querying
the workflow engine.
Field Summary |
static java.lang.String |
DBOWNER
|
Method Summary |
java.lang.String |
getStatement()
Returns the query logic as a workflow engine readable set of
instructions. |
DBOWNER
public static final java.lang.String DBOWNER
getStatement
public java.lang.String getStatement()
- Returns the query logic as a workflow engine readable set of
instructions.
- Returns:
- Workflow engine readable set of instructions.