Skip navigation links

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 3 (10.1.3)
B28985-02


oracle.tip.pc.api.worklist
Interface IOrdering

All Superinterfaces:
WorklistColumns

Deprecated. Replaced by classes in oracle.bpel.services.workflow package

public interface IOrdering
extends WorklistColumns

Field Summary

 

Fields inherited from interface oracle.tip.pc.api.worklist.WorklistColumns
ACQUIREDBY, APPROVERS, CONCLUSION, CREATEDDATE, CREATOR, DOMAINID, EXPIRATIONDATE, EXPIRATIONDURATION, FLEXDATE1, FLEXDATE2, FLEXDATE3, FLEXDOUBLE1, FLEXDOUBLE2, FLEXLONG1, FLEXLONG2, FLEXSTRING1, FLEXSTRING2, FLEXSTRING3, FLEXSTRING4, IDENTIFICATIONKEY, INSTANCEID, MODIFYDATE, OWNER, PATTERN, PRIORITY, PROCESSID, PROCESSNAME, PROCESSVERSION, STATE, SUBSTATE, TASKGROUPID, TASKID, TASKNUMBER, TASKTYPE, TITLE, UPDATEDBY, VERSION

 

Method Summary
 void addClause(java.lang.String columnName, boolean isAscending, boolean isNullFirst)
          Deprecated. To add the more column in ordering

 

Method Detail

addClause

public void addClause(java.lang.String columnName,
                      boolean isAscending,
                      boolean isNullFirst)
               throws PCException
Deprecated. 
To add the more column in ordering
Parameters:
columnName - Name of the column
isAscending - true if the order isAscending else false
isNullFirst - true if the order contains null value first else false
Throws:
java.lang.Exception
PCException

Skip navigation links

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 3 (10.1.3)
B28985-02


Copyright © 2006, Oracle. All rights reserved.