Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


Uses of Interface
oracle.security.jps.service.policystore.info.ExpressionComponent

Packages that use ExpressionComponent
oracle.security.jps.service.policystore.info   

 

Uses of ExpressionComponent in oracle.security.jps.service.policystore.info

 

Subinterfaces of ExpressionComponent in oracle.security.jps.service.policystore.info
 interface AttributeEntry<T extends DataType>
          The class stands for attribute defined in the system.

 

Classes in oracle.security.jps.service.policystore.info that implement ExpressionComponent
 class BasicAttributeEntry<T extends DataType>
          A class to hold an in-memory attribute object.
 class DataType
          DataType is a super class of all DataType classes supported by OPSS policy store.
 class Expression
          Represents an expression.
 class OpssBoolean
          The class stands for boolean data type which supported by OPSS policy store.
 class OpssDate
          The class stands for date data type which supported by OPSS policy store.
 class OpssInteger
          The class stands for integer data type which supported by OPSS policy store.
 class OpssString
          The class stands for string data type which supported by OPSS policy store.
 class OpssTime
          The class stands for time data type which supported by OPSS policy store.
 class ValueCollection
          This class represents a collection of values.

 

Methods in oracle.security.jps.service.policystore.info that return ExpressionComponent
 ExpressionComponent RuleExpressionEntry.getExpressionComp()
           

 

Methods in oracle.security.jps.service.policystore.info that return types with arguments of type ExpressionComponent
 java.util.List<ExpressionComponent> Expression.getExpressionComponents()
          List of arguments to the expression.

 

Methods in oracle.security.jps.service.policystore.info with parameters of type ExpressionComponent
 void Expression.addExpressionComponent(ExpressionComponent comp)
          Adds the component to the list of components for this expression.

 

Method parameters in oracle.security.jps.service.policystore.info with type arguments of type ExpressionComponent
 void Expression.setExpressionComponents(java.util.List<ExpressionComponent> comps)
          Sets the components of this expression.

 

Constructors in oracle.security.jps.service.policystore.info with parameters of type ExpressionComponent
BooleanExpressionEntry(ExpressionComponent expression)
          Constructor.

 


Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


Copyright © 2011, Oracle. All rights reserved.