Package | Description |
---|---|
oracle.wsm.policy.model | |
oracle.wsm.policyengine | |
oracle.wsm.policyengine.impl |
Modifier and Type | Method and Description |
---|---|
IAssertion |
IAssertion.createInstance(javax.xml.namespace.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, oracle.wsm.policy.model.IIntersectionContext context)
Returns an assertion which is the equivalent of intersect of self and argument.
|
IAssertion |
IAssertion.intersect(IAssertion assertion, oracle.wsm.policy.util.IPolicyRegistry reg, oracle.wsm.policy.model.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, oracle.wsm.policy.util.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(oracle.wsm.policy.util.IPolicyRegistry reg) |
Modifier and Type | Method and Description |
---|---|
IAssertion |
IAssertion.intersect(IAssertion assertion, oracle.wsm.policy.model.IIntersectionContext context)
Returns an assertion which is the equivalent of intersect of self and argument.
|
IAssertion |
IAssertion.intersect(IAssertion assertion, oracle.wsm.policy.util.IPolicyRegistry reg, oracle.wsm.policy.model.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, oracle.wsm.policy.util.IPolicyRegistry reg)
Returns the equivalent of merge of self and argument.
|
void |
IAssertion.setParent(IAssertion parent)
Set the parent to argument
|
Modifier and Type | Method and Description |
---|---|
IAssertion |
IAssertionExecutor.preInit(IAssertion ia, IExecutionContext econtext, IContext msgContext) |
Modifier and Type | Method and Description |
---|---|
void |
IAssertionExecutor.init(IAssertion ia, IExecutionContext context, IContext msgContext)
This method is called after the AssertionExecutor is created or after one of the properties has been changed.
|
IAssertion |
IAssertionExecutor.preInit(IAssertion ia, IExecutionContext econtext, IContext msgContext) |
Modifier and Type | Field and Description |
---|---|
protected IAssertion |
AssertionExecutor.assertion |
Modifier and Type | Method and Description |
---|---|
protected IAssertion |
AssertionExecutor.getAssertion() |
IAssertion |
AssertionExecutor.preInit(IAssertion ia, IExecutionContext econtext, IContext msgContext) |
Modifier and Type | Method and Description |
---|---|
void |
AssertionExecutor.init(IAssertion ia, IExecutionContext context) |
IAssertion |
AssertionExecutor.preInit(IAssertion ia, IExecutionContext econtext, IContext msgContext) |