Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-02


Uses of Interface
oracle.wsm.policy.model.IAssertion

Packages that use IAssertion
oracle.wsm.policy.model   
oracle.wsm.policy.model.impl   
oracle.wsm.policyengine.impl   

 

Uses of IAssertion in oracle.wsm.policy.model

 

Methods in oracle.wsm.policy.model that return IAssertion
 IAssertion IAssertion.createInstance(QName qname)
          Creates the appropriate assertion instance NOTE: The base implementation must be overriden by the subclasses!
 IAssertion IAssertion.getParent()
          Returns the parent of self or null if a parent non-exists
 IAssertion IAssertion.intersect(IAssertion assertion, IIntersectionContext context)
          Returns an assertion which is the equivalent of intersect of self and argument.
 IAssertion IAssertion.intersect(IAssertion assertion, IPolicyRegistry reg, IIntersectionContext context)
          Returns an assertion which is equivalent of intersect of self and argument.
 IAssertion IAssertion.merge(IAssertion assertion)
          Returns the equivalent of merge of self and argument.
 IAssertion IAssertion.merge(IAssertion assertion, IPolicyRegistry reg)
          Returns the equivalent of merge of self and argument.
 IAssertion IAssertion.normalize()
          Normalizes the assertion and returns the normalized Assertion
 IAssertion IAssertion.normalize(IPolicyRegistry reg)
           

 

Methods in oracle.wsm.policy.model with parameters of type IAssertion
 IAssertion IAssertion.intersect(IAssertion assertion, IIntersectionContext context)
          Returns an assertion which is the equivalent of intersect of self and argument.
 IAssertion IAssertion.intersect(IAssertion assertion, IPolicyRegistry reg, IIntersectionContext context)
          Returns an assertion which is equivalent of intersect of self and argument.
 IAssertion IAssertion.merge(IAssertion assertion)
          Returns the equivalent of merge of self and argument.
 IAssertion IAssertion.merge(IAssertion assertion, IPolicyRegistry reg)
          Returns the equivalent of merge of self and argument.
 void IAssertion.setParent(IAssertion parent)
          Set the parent to argument

 

Uses of IAssertion in oracle.wsm.policy.model.impl

 

Methods in oracle.wsm.policy.model.impl that return IAssertion
 IAssertion SimpleAssertion.createInstance(QName qname)
           
 IAssertion SimpleAssertion.createInstance(QName qname, boolean setExtensions)
           
 IAssertion SimpleAssertion.getParent()
           
 IAssertion SimpleAssertion.intersect(IAssertion assertion, IIntersectionContext context)
           
 IAssertion SimpleAssertion.intersect(IAssertion assertion, IPolicyRegistry reg, IIntersectionContext context)
           
 IAssertion SimpleAssertion.merge(IAssertion assertion)
           
 IAssertion SimpleAssertion.merge(IAssertion assertion, IPolicyRegistry reg)
           
 IAssertion SimpleAssertion.normalize()
           
 IAssertion SimpleAssertion.normalize(IPolicyRegistry reg)
           

 

Methods in oracle.wsm.policy.model.impl with parameters of type IAssertion
 IAssertion SimpleAssertion.intersect(IAssertion assertion, IIntersectionContext context)
           
 IAssertion SimpleAssertion.intersect(IAssertion assertion, IPolicyRegistry reg, IIntersectionContext context)
           
 IAssertion SimpleAssertion.merge(IAssertion assertion)
           
 IAssertion SimpleAssertion.merge(IAssertion assertion, IPolicyRegistry reg)
           
 void SimpleAssertion.setParent(IAssertion parent)
           

 

Uses of IAssertion in oracle.wsm.policyengine.impl

 

Fields in oracle.wsm.policyengine.impl declared as IAssertion
protected  IAssertion AssertionExecutor.assertion
           

 

Methods in oracle.wsm.policyengine.impl that return IAssertion
protected  IAssertion AssertionExecutor.getAssertion()
           

 

Methods in oracle.wsm.policyengine.impl with parameters of type IAssertion
 void AssertionExecutor.init(IAssertion ia, IExecutionContext context)
           

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-02


Copyright © 2007, 2009. Oracle. All rights reserved.