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 usable for defining the logic for querying the workflow engine.


Field Summary
static java.lang.String DBOWNER
          Deprecated. This constant is the default value. ISIM will update "database.db.owner" attribute to the DB owner in enRoleDatabase.properties file during installation.
 
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. This constant is the default value. ISIM will update "database.db.owner" attribute to the DB owner in enRoleDatabase.properties file during installation.
Constant for ISIM database owner

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 Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.