Skip navigation links

Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.7.0)
E10684-08


Uses of Class
oracle.adf.view.rich.model.Criterion

Packages that use Criterion
oracle.adf.view.rich.model   

 

Uses of Criterion in oracle.adf.view.rich.model

 

Subclasses of Criterion in oracle.adf.view.rich.model
 class AttributeCriterion
          An AttributeCriterion contains information specific to a search field that is based off an attribute as defined by an AttributeDescriptor.
 class ConjunctionCriterion
          Represents a group of criterion objects that use one conjuction operator between them.

 

Methods in oracle.adf.view.rich.model that return Criterion
abstract  Criterion ConjunctionCriterion.getCriterion(java.lang.Object key)
          Gets the Criterion object located at key within the list.

 

Methods in oracle.adf.view.rich.model that return types with arguments of type Criterion
abstract  java.util.List<Criterion> ConjunctionCriterion.getCriterionList()
          Returns the List of Criterion objects that are children on the ConjunctionCriterion.

 

Methods in oracle.adf.view.rich.model with parameters of type Criterion
abstract  java.lang.Object ConjunctionCriterion.getKey(Criterion criterion)
          Gets a unique key of the Criterion object within its list, for the current ConjunctionCriterion.
abstract  void QueryDescriptor.removeCriterion(Criterion object)
          Removes a criterion/item from the QueryDescriptor.

 


Skip navigation links

Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.7.0)
E10684-08


Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.