|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INestedAssertion
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface oracle.wsm.policy.model.IAssertion |
---|
IAssertion.AssertionTypes |
Method Summary | |
---|---|
void |
addAssertion(IAssertion ia) Helper method same as doing getPolicy().addAssertion(ia) |
void |
addAssertions(List<IAssertion> assertionsList) Helper method same as doing getPolicy().addAssertions(assertionsList) |
List<IAssertion> |
getAssertions() Helper method - same as doing getPolicy().getAssertions() |
List<IAssertion> |
getAssertionsByQName(QName qname) Helper method - same as doing getPolicy().getAssertionsByQName() |
IPolicy |
getPolicy() A NestedAssertion always contains a Policy. |
void |
setPolicy(IPolicy policy) Set the nested Policy expression! |
Methods inherited from interface oracle.wsm.policy.model.IAssertion |
---|
addAttribute, createInstance, getAssertionType, getAttribute, getAttributes, getDigest, getDigest, getParent, getQName, getStringForMatching, hasParent, intersect, intersect, isIdentical, isNormalized, isOptional, merge, merge, normalize, normalize, removeAttribute, setAttributes, setNormalized, setOptional, setParent, validate |
Methods inherited from interface oracle.wsm.policy.model.ISimpleOracleAssertion |
---|
getAttachTo, getBindings, getCategory, getDescription, getDescription, getGuard, getName, hasBindings, hasGuard, isEnforced, isSilent, removeBindings, removeGuard, setAttachTo, setBindings, setCategory, setDescription, setEnforced, setGuard, setName, setSilent |
Methods inherited from interface oracle.wsm.policy.advertisement.IAssertionAdvertiser |
---|
advertiseOracleWSPolicy, advertiseWSPolicy |
Method Detail |
---|
IPolicy getPolicy()
void setPolicy(IPolicy policy)
policy
-List<IAssertion> getAssertions()
List<IAssertion> getAssertionsByQName(QName qname)
void addAssertion(IAssertion ia)
ia
-void addAssertions(List<IAssertion> assertionsList)
assertionsList
-
|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |