public class ProcessHistoryQueryStatement extends java.lang.Object implements WorkflowQueryStatement, java.io.Serializable
DBOWNER| 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.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getStatement()
Returns the query logic as a workflow engine readable set of
instructions.
|
public ProcessHistoryQueryStatement(long process_id)
process_id - long representing the unique identifier of the process.public ProcessHistoryQueryStatement(long process_id,
java.lang.String dbOwner)
process_id - long representing the unique identifier of the process.dbOwner - String representing the owner of Database e.g.itimuser.public java.lang.String getStatement()
getStatement in interface WorkflowQueryStatement