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.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
          Represents a policy statement, which is a unit of policy that in compact form consists of the element <wsp:Policy> ...
 

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

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


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