| 
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.9) E10660-12  | 
||||||||
| 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
public class 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.  | 
|
Ordering(java.util.List<OrderingClauseType> clauses)Constructs an Ordering object from a list of OrderingClauseType objects.  | 
|
| Method Summary | |
|---|---|
 void | 
addClause(Column column, boolean isAscending, boolean isNullFirst)To add the more orderby columns.  | 
 java.lang.String | 
getOrderBy()Deprecated. since 11.1.1.2.0  | 
 java.util.List<java.lang.String> | 
getOrderColumns()Returns the list of columns in the orderby part of the resulting SQL statement  | 
 java.util.List<OrderingClauseType> | 
getOrderingClauseList()getOrderingClauseList returns the ordering clause list  | 
 TaskOrderingType | 
getTaskOrderingType()Returns TaskOrderingType JAXB representation of this Ordering object | 
 java.lang.String | 
toString()Returns String representation of the Ordering object.  | 
| 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(java.util.List<OrderingClauseType> clauses)
clauses - a List of OrderingClauseType objects.
public Ordering(Column column,
                boolean isAscending,
                boolean isNullFirst)
         throws WorkflowException
column - Name Column to order byisAscending - 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
column - Name Column to order byisAscending - true if the order isAscending else falseisNullFirst - true if the order contains null value first else falsejava.lang.ExceptionWorkflowException
@Deprecated
public java.lang.String getOrderBy()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.util.List<java.lang.String> getOrderColumns()
public java.util.List<OrderingClauseType> getOrderingClauseList()
public TaskOrderingType getTaskOrderingType()
TaskOrderingType JAXB representation of this Ordering object
  | 
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.9) E10660-12  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||