com.ibm.itim.workflow.query

Class ProcessHistoryQueryStatement

  • java.lang.Object
    • 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
    • Constructor Summary

      Constructors 
      Constructor and Description
      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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      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.