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

Part Number E27170-01

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
           
static OperatorType OperatorType.EXACTLY_ONE
           
static OperatorType OperatorType.ONE_OR_MORE
           
protected  OperatorType PolicyExpression.operator
           
static OperatorType OperatorType.TERMINAL
           
 

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

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


Copyright 1996, 2013, 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.2)

Part Number E27170-01