Skip navigation links

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


oracle.tip.pc.services.identity
Interface ComplexSearchFilter

All Superinterfaces:
SearchFilter

public interface ComplexSearchFilter
extends SearchFilter

ComplexSearchFilter defines complex search filter

Since:
10.1.3

Field Summary
static java.lang.String LOGICAL_OPERAND_AND
          Logical operator AND
static java.lang.String LOGICAL_OPERAND_OR
          Logical operator OR

 

Fields inherited from interface oracle.tip.pc.services.identity.SearchFilter
OPERATOR_EQUAL, OPERATOR_GREATER, OPERATOR_GREATEREQUAL, OPERATOR_LESS, OPERATOR_LESSEQUAL, OPERATOR_NOTEQUAL

 

Method Summary
 void addFilterComponent(SearchFilter searchfilter)
          Add Filter Component
 java.lang.String getLogicalOperator()
          Gets logical operator
 void setLogicalOperator(java.lang.String operator)
          Sets logical operator

 

Methods inherited from interface oracle.tip.pc.services.identity.SearchFilter
getAttributeName, getAttributeValue, getNativeRepresentation, getOperator, isLogicalNegation, matches, reverse, setAttributeName, setAttributeValue, setLogicalNegation, setOperator, toNode

 

Field Detail

LOGICAL_OPERAND_AND

static final java.lang.String LOGICAL_OPERAND_AND
Logical operator AND
See Also:
Constant Field Values

LOGICAL_OPERAND_OR

static final java.lang.String LOGICAL_OPERAND_OR
Logical operator OR
See Also:
Constant Field Values

Method Detail

addFilterComponent

void addFilterComponent(SearchFilter searchfilter)
Add Filter Component
Parameters:
searchfilter -

getLogicalOperator

java.lang.String getLogicalOperator()
Gets logical operator
Returns:
logical operator

setLogicalOperator

void setLogicalOperator(java.lang.String operator)
Sets logical operator
Parameters:
operator - logicalOperator

Skip navigation links

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


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