public interface CentraSitePolicyActionTemplate extends CentraSiteRegistryObject
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.
|
CentraSiteRegistryObjectType |
getType()
Gets the template type.
|
void |
setAssetType(CentraSiteObjectType assetType)
Sets the asset type.
|
getConsumedAssets, getConsumers, getDescription, getDescription, getDisplayVersion, getInitialVirtualAssetName, getLastModifiedTimeStamp, getLCMAssignment, getLocalName, getMandatoryAttributeProfiles, getName, getNameSpace, getNextVersion, getNextVersions, getOrganization, getOwner, getPendingApprovals, getPreviousVersion, getPreviousVersions, getRegistryObject, getRelationShipValueMap, getRequestedUser, getSubscribers, getSystemVersion, getTitle, getUserVersion, getVisiblePrimaryProfiles, getVisibleProfile, isDeployedOn, isLatestVersionObject, isPropagatePermissions, isPropagateProfilePermissions, removeConsumedAssets, removeConsumers, setDescription, setDescription, setDisplayVersion, setLCMState, setLocalName, setName, setName, setNameSpace, setOrganization, setOwner, setPropagatePermissions, setPropagateProfilePermissions, setRelationShipValueMap, setUserVersion
delete, getAttributeLink, getAttributeValue, getAttributeValue, getAttributeValue, getId, isModified, isPredefined, isReadOnly, save, setAttributeValue, setAttributeValue, setAttributeValue
CentraSiteRegistryObjectType getType() throws CLLException
getType
in interface CentraSiteObject
getType
in interface CentraSiteRegistryObject
CentraSiteObjectType
CLLException
- If an error occurs while getting the template typejava.lang.String getName() throws CLLException
getName
in interface CentraSiteRegistryObject
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