Skip navigation links

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

E10689-01


oracle.wsm.policy.model
Interface IElementsAssertion

All Superinterfaces:
IAssertion, IAssertionAdvertiser, ISimpleAssertion, ISimpleOracleAssertion, Serializable
All Known Implementing Classes:
ElementsAssertion, EncryptedElementsAssertion, RequiredElementsAssertion, SignedElementsAssertion

public interface IElementsAssertion
extends ISimpleAssertion

Nested Class Summary

 

Nested classes/interfaces inherited from interface oracle.wsm.policy.model.IAssertion
IAssertion.AssertionTypes

 

Field Summary

 

Fields inherited from interface oracle.wsm.policy.model.ISimpleAssertion
attachToAttrQName, categoryAttrQName, descAttrQName, enforcedAttrQName, NameAttrQName, optionalAttrQName, silentAttrQName, StageAttrQName, statusAttrQName

 

Method Summary
 void addXPathExpression(Collection<String> exprs)
           
 void addXPathExpression(String expr)
           
 ArrayList getXPathExpressions()
           
 String getXPathVersion()
           
 void setXPathVersion(String pathVersion)
           

 

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

getXPathExpressions

ArrayList getXPathExpressions()

addXPathExpression

void addXPathExpression(String expr)

addXPathExpression

void addXPathExpression(Collection<String> exprs)

getXPathVersion

String getXPathVersion()

setXPathVersion

void setXPathVersion(String pathVersion)

Skip navigation links

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

E10689-01


Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.