Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

Uses of Class
weblogic.wsee.policy.framework.OperatorType

Packages that use OperatorType
weblogic.wsee.policy.framework Provides classes for weblogic.wsee.policy.framework
 

Uses of OperatorType in weblogic.wsee.policy.framework
 

Fields in weblogic.wsee.policy.framework declared as OperatorType
static OperatorType OperatorType.ALL
          Deprecated.  
static OperatorType OperatorType.EXACTLY_ONE
          Deprecated.  
static OperatorType OperatorType.ONE_OR_MORE
          Deprecated.  
protected  OperatorType PolicyExpression.operator
          Deprecated.  
static OperatorType OperatorType.TERMINAL
          Deprecated.  
 

Methods in weblogic.wsee.policy.framework with parameters of type OperatorType
static PolicyExpression PolicyExpression.createExpression(OperatorType op)
          Deprecated. Factory method to create a new non-TERMINAL PolicyExpression.
 

Constructors in weblogic.wsee.policy.framework with parameters of type OperatorType
PolicyExpression(OperatorType operator)
          Deprecated. Construct a PolicyExpression that contains an ALL or ONE_OR_MORE expression
PolicyExpression(OperatorType operator, PolicyAssertion assertion)
          Deprecated. Construct a PolicyExpression that is a PolicyAssertion terminal
 


Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02