|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PolicyActionCategory
This object is internally modeled as a concept under the PolicyActionType Classification scheme Maps to the Action category in Control/UI Equivalent of PolicyTemplate
Method Summary | |
---|---|
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 |
Methods inherited from interface com.softwareag.centrasite.policy.api.PolicyRegistryObject |
---|
addAssociation, addAssociation, getAllClassifiedConcepts, getAllJAXRObjects, getAllObsoleteObjects, getAssociations, getAssociations, getClassifications, getClassifiedConcept, getDescription, getJAXRRegistryService, getKey, getLoggedInUserLocale, getName, removeAllAssociations, removeAllClassifications, setDescription, setName, toXMLForRepair |
Method Detail |
---|
com.centrasite.jaxr.infomodel.CentraSiteConcept getJAXRObject()
getJAXRObject
in interface PolicyRegistryObject
void addActionTemplate(PolicyActionTemplate policyActionTemplate) throws javax.xml.registry.JAXRException
policyActionTemplate
- - Action template to be added under this Action Category
javax.xml.registry.JAXRException
java.util.Collection<PolicyActionTemplate> getActionTemplates() throws javax.xml.registry.JAXRException, PolicyException
javax.xml.registry.JAXRException
PolicyException
PolicyType getCategoryType() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
boolean isPredefined() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |