public interface CentraSitePolicyActionTemplate extends CentraSiteObject
Modifier and Type | Method and Description |
---|---|
boolean |
canDelete()
Finds whether the given action template can delete from the MessageFlowStep.
|
java.util.Collection<CentraSiteObjectAttribute> |
getAttributes()
Return the attributes of the CentraSitePolicyActionTemplate.
|
java.util.Collection<CentraSitePolicyActionTemplate> |
getDependentPolicyActionTemplates()
Gets the dependent policy action templates.
|
java.lang.String |
getName()
Get the Name of the CentraSitePolicyActionTemplate.
|
CentraSiteObjectType |
getType()
Gets the template type.
|
void |
setAssetType(CentraSiteObjectType assetType)
Sets the asset type.
|
delete, getAttributeLink, getAttributeValue, getAttributeValue, getAttributeValue, getId, isModified, isReadOnly, save, setAttributeValue, setAttributeValue, setAttributeValue
CentraSiteObjectType getType() throws CLLException
getType
in interface CentraSiteObject
CentraSiteObjectType
CLLException
- If an error occurs while getting the template typejava.lang.String getName() throws CLLException
CLLException
- In case of a failure to get the name of the CentraSitePolicyActionTemplatejava.util.Collection<CentraSiteObjectAttribute> getAttributes() throws CLLException
CLLException
- In case of a failure to get the attributes.boolean canDelete() throws CLLException
CLLException
- In case of a failure to identify whether the given action can be deleted or notvoid setAssetType(CentraSiteObjectType assetType) throws CLLException
assetType
- the new asset type to set as instance of CentraSiteObjectType
CLLException
- In case of a failure to set the asset typejava.util.Collection<CentraSitePolicyActionTemplate> getDependentPolicyActionTemplates() throws CLLException
Collection
of CentraSitePolicyActionTemplate
sCLLException
- In case of a failure to obtain the dependent policy action templates