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.PolicyExpression

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

Uses of PolicyExpression in weblogic.wsee.policy.framework
 

Subclasses of PolicyExpression in weblogic.wsee.policy.framework
 class PolicyStatement
          Deprecated.  
 

Methods in weblogic.wsee.policy.framework that return PolicyExpression
static PolicyExpression PolicyExpression.createExpression(OperatorType op)
          Deprecated. Factory method to create a new non-TERMINAL PolicyExpression.
static PolicyExpression PolicyExpression.createTerminal(PolicyAssertion assertion)
          Deprecated. Factory method to create a new TERMINAL PolicyExpression.
 

Methods in weblogic.wsee.policy.framework with parameters of type PolicyExpression
 void PolicyExpression.addExpression(PolicyExpression expression)
          Deprecated. If this is a non-TERMINAL expression, add a subexpression to the list of operands
 


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