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

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

Uses of PolicyAssertion in weblogic.wsee.policy.framework
 

Fields in weblogic.wsee.policy.framework declared as PolicyAssertion
protected  PolicyAssertion PolicyExpression.assertion
          Deprecated.  
 

Methods in weblogic.wsee.policy.framework that return PolicyAssertion
 PolicyAssertion PolicyExpression.getAssertion()
          Deprecated. If this is a TERMINAL expression, return the PolicyAssertion
 PolicyAssertion NormalizedExpression.getPolicyAssertion(Class assertionClass)
          Deprecated. Retrieve a particular policy assertion object
 

Methods in weblogic.wsee.policy.framework with parameters of type PolicyAssertion
static PolicyExpression PolicyExpression.createTerminal(PolicyAssertion assertion)
          Deprecated. Factory method to create a new TERMINAL PolicyExpression.
 Set NormalizedExpression.getPolicyAlternatives(PolicyAssertion a)
          Deprecated. Retrieves a Set of PolicyAlternatives that are available from this expression in which a given assertion is set
 boolean PolicyAlternative.isTrue(PolicyAssertion a)
          Deprecated. Is the policy assertion present in this policy alternative?
 void PolicyExpression.setAssertion(PolicyAssertion assertion)
          Deprecated. If this is a TERMINAL expression, set the PolicyAssertion
 

Constructors in weblogic.wsee.policy.framework with parameters of type PolicyAssertion
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