Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.5.0)
E10660-05


oracle.tip.pc.api.worklist
Interface IPredicate

All Superinterfaces:
WorklistColumns

Deprecated. Replaced by Predicate

public interface IPredicate
extends WorklistColumns

Field Summary
static int AND
          Deprecated. logical AND (for combining Predicates)
static java.lang.String ASSIGNEE
          Deprecated.  
static java.lang.String COMMENTS
          Deprecated.  
static int OP_EQ
          Deprecated. equality operation "="
static int OP_GT
          Deprecated. greater than operation ">"
static int OP_GTE
          Deprecated. greater than or equal to operation ">="
static int OP_IN
          Deprecated. SQL IN (for subqueries)
static int OP_LIKE
          Deprecated. LIKE operation
static int OP_LT
          Deprecated. less than operation "<"
static int OP_LTE
          Deprecated. less than or equal to operation "<="
static int OP_NEQ
          Deprecated. not equal operation "<>"
static int OR
          Deprecated. logical OR (for combining Predicates)

 

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(int logicalOperator, java.lang.String columnName, int operation, java.util.List values)
          Deprecated. Replaced by Predicate.addClause(int, oracle.bpel.services.workflow.repos.Column, int, java.lang.Object)
 void addClause(int logicalOperator, java.lang.String columnName, int operation, java.util.List values, boolean ignoreCase)
          Deprecated. Replaced by Predicate.addClause(int, oracle.bpel.services.workflow.repos.Column, int, java.lang.Object)
 void addClause(int logicalOperator, java.lang.String columnName, int operation, java.lang.Object value)
          Deprecated. Replaced by Predicate.addClause(int, oracle.bpel.services.workflow.repos.Column, int, java.lang.Object)
 void addClause(int logicalOperator, java.lang.String columnName, int operation, java.lang.Object value, boolean ignoreCase)
          Deprecated. Replaced by Predicate.addClause(int, oracle.bpel.services.workflow.repos.Column, int, java.lang.Object)

 

Field Detail

OP_EQ

static final int OP_EQ
Deprecated. 
equality operation "="
See Also:
Constant Field Values

OP_NEQ

static final int OP_NEQ
Deprecated. 
not equal operation "<>"
See Also:
Constant Field Values

OP_GT

static final int OP_GT
Deprecated. 
greater than operation ">"
See Also:
Constant Field Values

OP_GTE

static final int OP_GTE
Deprecated. 
greater than or equal to operation ">="
See Also:
Constant Field Values

OP_LT

static final int OP_LT
Deprecated. 
less than operation "<"
See Also:
Constant Field Values

OP_LTE

static final int OP_LTE
Deprecated. 
less than or equal to operation "<="
See Also:
Constant Field Values

OP_LIKE

static final int OP_LIKE
Deprecated. 
LIKE operation
See Also:
Constant Field Values

AND

static final int AND
Deprecated. 
logical AND (for combining Predicates)
See Also:
Constant Field Values

OR

static final int OR
Deprecated. 
logical OR (for combining Predicates)
See Also:
Constant Field Values

OP_IN

static final int OP_IN
Deprecated. 
SQL IN (for subqueries)
See Also:
Constant Field Values

COMMENTS

static final java.lang.String COMMENTS
Deprecated. 
See Also:
Constant Field Values

ASSIGNEE

static final java.lang.String ASSIGNEE
Deprecated. 
See Also:
Constant Field Values

Method Detail

addClause

void addClause(int logicalOperator,
               java.lang.String columnName,
               int operation,
               java.util.List values)
               throws PCException
Deprecated. 
Replaced by Predicate.addClause(int, oracle.bpel.services.workflow.repos.Column, int, java.lang.Object)

To add the more filtering criteria to existing predicate by using logical operator based on list of values

Parameters:
logicalOperator - int Operator like AND or OR
columnName - String name of the column
operation - int Operation to filter the data
values - List of predicate values
Throws:
PCException

addClause

void addClause(int logicalOperator,
               java.lang.String columnName,
               int operation,
               java.util.List values,
               boolean ignoreCase)
               throws PCException
Deprecated. 
Replaced by Predicate.addClause(int, oracle.bpel.services.workflow.repos.Column, int, java.lang.Object)

To add the more filtering criteria to existing predicate by using logical operator based on list of values

Parameters:
logicalOperator - int Operator like AND or OR
columnName - String name of the column
operation - int Operation to filter the data
values - List of predicate values
ignoreCase - boolean true/false
Throws:
PCException

addClause

void addClause(int logicalOperator,
               java.lang.String columnName,
               int operation,
               java.lang.Object value)
               throws PCException
Deprecated. 
Replaced by Predicate.addClause(int, oracle.bpel.services.workflow.repos.Column, int, java.lang.Object)

To add the more filtering criteria to existing predicate by using logical operator based on value

Parameters:
logicalOperator - int Operator like AND or OR
columnName - String name of the column
operation - int Operation to filter the data
Object - predicate value
Throws:
PCException

addClause

void addClause(int logicalOperator,
               java.lang.String columnName,
               int operation,
               java.lang.Object value,
               boolean ignoreCase)
               throws PCException
Deprecated. 
Replaced by Predicate.addClause(int, oracle.bpel.services.workflow.repos.Column, int, java.lang.Object)

To add the more filtering criteria to existing predicate by using logical operator based on value

Parameters:
logicalOperator - int Operator like AND or OR
columnName - String name of the column
operation - int Operation to filter the data
Object - predicate value
ignoreCase - boolean true/false
Throws:
PCException

Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.5.0)
E10660-05


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.