com.ibm.itim.workflow.query
Class ProcessHistoryQueryStatement

java.lang.Object
  extended by com.ibm.itim.workflow.query.ProcessHistoryQueryStatement
All Implemented Interfaces:
WorkflowQueryStatement, java.io.Serializable

public class ProcessHistoryQueryStatement
extends java.lang.Object
implements WorkflowQueryStatement, java.io.Serializable

Class providing process history query logic based on a provisioning specific parameters.

Since:
ITIM 4.6
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.ibm.itim.workflow.query.WorkflowQueryStatement
DBOWNER
 
Constructor Summary
ProcessHistoryQueryStatement(long process_id)
          Constructs with a process id and a parent id as its context.
ProcessHistoryQueryStatement(long process_id, java.lang.String dbOwner)
          Constructs with a process id and a parent id as its context.
 
Method Summary
 java.lang.String getStatement()
          Returns the query logic as a workflow engine readable set of instructions.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessHistoryQueryStatement

public ProcessHistoryQueryStatement(long process_id)
Constructs with a process id and a parent id as its context.

Parameters:
process_id - long representing the unique identifier of the process.

ProcessHistoryQueryStatement

public ProcessHistoryQueryStatement(long process_id,
                                    java.lang.String dbOwner)
Constructs with a process id and a parent id as its context.

Parameters:
process_id - long representing the unique identifier of the process.
dbOwner - String representing the owner of Database e.g.itimuser.
Method Detail

getStatement

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

Specified by:
getStatement in interface WorkflowQueryStatement
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.