|
Collaboration API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to specify a single property based order option. One or more of these can be specified to control how the query results are ordered.
Field Summary | |
static int |
ASCENDING
Option to specify results are in ascending order. |
static int |
DESCENDING
Option to specify results are in descending order. |
Method Summary | |
int |
getDirection()
Returns the direction specified with setDirection() . |
java.lang.String |
getPropertySymName()
Returns the property specified with setPropertySymname() . |
void |
setDirection(int direction)
Specifies the direction as ASCENDING or DESCENDING. |
void |
setPropertySymName(java.lang.String symname)
Specify the property to order the results by. |
Field Detail |
public static final int ASCENDING
public static final int DESCENDING
Method Detail |
public void setPropertySymName(java.lang.String symname)
public java.lang.String getPropertySymName()
setPropertySymname()
.public void setDirection(int direction)
public int getDirection()
setDirection()
.
|
Collaboration API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |