com.ibm.itim.workflow.query
Interface WorkflowQueryStatement

All Known Implementing Classes:
ProcessHistoryQueryStatement, 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
          Deprecated. May no longer be accurate for new ITIM installations. This is a constant value "enrole", but the database schema name is now a variable which is stored in enRoleDatabase.properties.
 
Method Summary
 java.lang.String getStatement()
          Returns the query logic as a workflow engine readable set of instructions.
 

Field Detail

DBOWNER

static final java.lang.String DBOWNER
Deprecated. May no longer be accurate for new ITIM installations. This is a constant value "enrole", but the database schema name is now a variable which is stored in enRoleDatabase.properties.
Constant for enrole schema user

See Also:
Constant Field Values
Method Detail

getStatement

java.lang.String getStatement()
Returns the query logic as a workflow engine readable set of instructions.

Returns:
Workflow engine readable set of instructions.


IBM Tivoli Identity Manager 5.1
© Copyright International Business Machines Corporation 2007, 2009. All rightsreserved. US Government Users Restricited RightsUse, duplication or disclosure restricted by GSA ADP ScheduleContract with IBM Corp.