|
Oracle BPEL Process Manager Workflow Services API Reference 10g Release 3 (10.1.3) B28985-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.bpel.services.workflow.repos.Ordering
| Field Summary | |
static java.lang.String |
ASCENDING_ORDERAscending order |
static java.lang.String |
ASCSTRINGFor ascending order |
static java.lang.String |
DESCENDING_ORDERDescending order |
static java.lang.String |
DESCSTRINGFor descending order |
| Constructor Summary | |
Ordering(Column column, boolean isAscending, boolean isNullFirst)Constructor to create the Ordering. |
|
| Method Summary | |
void |
addClause(Column column, boolean isAscending, boolean isNullFirst)To add the more orderby columns. |
java.lang.String |
getOrderBy()Return ordering string, Used by the persitency service to create SQL query |
java.util.List |
getOrderColumns()Returns the list of columns in the orderby part of the resulting SQL statement |
java.util.List |
getOrderingClauseList()getOrderingClauseList returns the ordering clause list |
java.lang.String |
toString()Return ordering string, Used by the persitency service to create SQL query |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.String ASCSTRING
public static final java.lang.String DESCSTRING
public static final java.lang.String ASCENDING_ORDER
public static final java.lang.String DESCENDING_ORDER
| Constructor Detail |
public Ordering(Column column,
boolean isAscending,
boolean isNullFirst)
throws WorkflowException
isAscending - true if the order isAscending else falseisNullFirst - true if the order contains null value first else falsejava.lang.ExceptionWorkflowException| Method Detail |
public void addClause(Column column,
boolean isAscending,
boolean isNullFirst)
throws WorkflowException
isAscending - true if the order isAscending else falseisNullFirst - true if the order contains null value first else falsejava.lang.ExceptionWorkflowExceptionpublic java.lang.String getOrderBy()
public java.lang.String toString()
public java.util.List getOrderColumns()
public java.util.List getOrderingClauseList()
|
Oracle BPEL Process Manager Workflow Services API Reference 10g Release 3 (10.1.3) B28985-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2006, Oracle. All rights reserved.