public interface PolicyActionCategory extends PolicyRegistryObject
Modifier and Type | Method and Description |
---|---|
void |
addActionTemplate(PolicyActionTemplate policyActionTemplate)
Adds the given PolicyActionTemplate under this Action category.
|
java.util.Collection<PolicyActionTemplate> |
getActionTemplates()
Returns the collection of all Action Templates under this Action Category.
|
PolicyType |
getCategoryType()
Returns whether the Action Category is grouped under Design/Change Time or Runtime policy action types.
|
com.centrasite.jaxr.infomodel.CentraSiteConcept |
getJAXRObject()
Returns the underlying JAXR concept which models this Action category.
|
boolean |
isPredefined()
Returns whether the Action Category is predefined or not.
|
addAssociation, addAssociation, getAllClassifiedConcepts, getAllJAXRObjects, getAllObsoleteObjects, getAssociations, getAssociations, getClassifications, getClassifiedConcept, getDescription, getJAXRRegistryService, getKey, getLoggedInUserLocale, getName, removeAllAssociations, removeAllClassifications, setDescription, setName, toXMLForRepair
com.centrasite.jaxr.infomodel.CentraSiteConcept getJAXRObject()
getJAXRObject
in interface PolicyRegistryObject
CentraSiteAssociation
instancevoid addActionTemplate(PolicyActionTemplate policyActionTemplate) throws javax.xml.registry.JAXRException
policyActionTemplate
- - Action template to be added under this Action Categoryjavax.xml.registry.JAXRException
- if an internal error occurs while adding the action templatejava.util.Collection<PolicyActionTemplate> getActionTemplates() throws javax.xml.registry.JAXRException, PolicyException
javax.xml.registry.JAXRException
- if an internal error occurs on retrieving the action templatesPolicyException
- if an internal error occursPolicyType getCategoryType() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
- if an internal error occurs on retrieving the category typeboolean isPredefined() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
- if an internal error occurs