public class All extends AbstractPolicyOperator
policyComponents
Constructor and Description |
---|
All() |
All(PolicyOperator parent) |
Modifier and Type | Method and Description |
---|---|
void |
addAssertion(Assertion assertion)
Adds an assertion to its PolicyComponent list.
|
List<PolicyComponent> |
getAssertions()
Returns a List of it's PolicyComponents.
|
short |
getType()
Returns Constants.TYPE_ALL
|
void |
serialize(javax.xml.stream.XMLStreamWriter writer)
Serializes the PolicyComponent using an XMLStreamWriter.
|
addPolicyComponent, addPolicyComponents, equal, getFirstPolicyComponent, getPolicyComponents, isEmpty, normalize
public All()
public All(PolicyOperator parent)
public void addAssertion(Assertion assertion)
assertion
- the assertion to be added.public List<PolicyComponent> getAssertions()
public void serialize(javax.xml.stream.XMLStreamWriter writer) throws javax.xml.stream.XMLStreamException
PolicyComponent
writer
- the writer that the component should write itselfjavax.xml.stream.XMLStreamException
- if an errors in the process of serialization of the
PolicyComponent.public short getType()
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.