|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PolicyCondition
Models the Conditions based on which a policy will be filtered for triggering
Method Summary | |
---|---|
void |
addCondition(Condition condition)
Adds the given condition to the list of conditions |
java.util.List<Condition> |
getConditions()
Get the list of conditions applicable for this policyCondition |
void |
setConditions(java.util.List<Condition> conditions)
Sets the given list of conditions replacing any existing conditions |
void |
setUseAndOperator(boolean useAndOperator)
Set whether AND is used to be across conditions |
boolean |
usesAndOperator()
|
Methods inherited from interface com.softwareag.centrasite.policy.api.PolicyRegistryObject |
---|
addAssociation, addAssociation, getAllClassifiedConcepts, getAllJAXRObjects, getAllObsoleteObjects, getAssociations, getAssociations, getClassifications, getClassifiedConcept, getDescription, getJAXRObject, getJAXRRegistryService, getKey, getLoggedInUserLocale, getName, removeAllAssociations, removeAllClassifications, setDescription, setName, toXMLForRepair |
Method Detail |
---|
boolean usesAndOperator() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
void setUseAndOperator(boolean useAndOperator) throws javax.xml.registry.JAXRException
useAndOperator
- - true if AND is to be used , false for OR
javax.xml.registry.JAXRException
java.util.List<Condition> getConditions() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
void addCondition(Condition condition) throws javax.xml.registry.JAXRException
condition
- condition to add
javax.xml.registry.JAXRException
void setConditions(java.util.List<Condition> conditions) throws javax.xml.registry.JAXRException
conditions
- conditions to set
javax.xml.registry.JAXRException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |