public interface CentraSitePolicyActionInstance extends CentraSiteObject
Modifier and Type | Method and Description |
---|---|
CentraSitePolicyActionTemplate |
getCentraSitePolicyActionTemplate()
Return the
CentraSitePolicyActionTemplate to which instance gets
created. |
java.util.Collection<CentraSitePolicyActionInstance> |
getDependentPolicyActionInstances()
Gets the collection of policy action instances that are dependent on this policy action instance.
|
java.lang.String |
getGlobalPolicyName()
Gets the global policy's name.
|
boolean |
isFromGlobalPolicy()
Checks if this policy action instance is an instance of a global policy.
|
void |
setDependentPolicyActionInstances(java.util.Collection<CentraSitePolicyActionInstance> dependentActionInstances)
Sets the dependent policy action instances of this policy action instance.
|
void |
setFromGlobalPolicy(boolean isFromGlobalPolicy)
Sets if the policy action instance is from a global policy.
|
void |
setGlobalPolicyName(java.lang.String policyName)
Sets the global policy name.
|
delete, getAttributeLink, getAttributeValue, getAttributeValue, getAttributeValue, getId, getType, isModified, isReadOnly, save, setAttributeValue, setAttributeValue, setAttributeValue
CentraSitePolicyActionTemplate getCentraSitePolicyActionTemplate() throws CLLException
CentraSitePolicyActionTemplate
to which instance gets
created.CentraSitePolicyActionTemplate
to which instance gets
created.CLLException
- In case of a failure to find the
CentraSitePolicyActionTemplate
of the instancevoid setDependentPolicyActionInstances(java.util.Collection<CentraSitePolicyActionInstance> dependentActionInstances) throws CLLException
dependentActionInstances
- The Collection
of dependent CentraSitePolicyActionInstance
s to setCLLException
- If an error occurs while setting the dependent objectsjava.util.Collection<CentraSitePolicyActionInstance> getDependentPolicyActionInstances() throws CLLException
Collection
of dependent CentraSitePolicyActionInstance
sCLLException
- If an error occurs while trying to get the dependent objectsboolean isFromGlobalPolicy() throws CLLException
CLLException
- If an error occurs while performing the checkvoid setFromGlobalPolicy(boolean isFromGlobalPolicy) throws CLLException
isFromGlobalPolicy
- If true, then the policy action instance is from a global policyCLLException
- If an error occurs while setting the valuejava.lang.String getGlobalPolicyName() throws CLLException
CLLException
- If an error occurs while getting the global policy namevoid setGlobalPolicyName(java.lang.String policyName) throws CLLException
policyName
- The global policy name to setCLLException
- If an error occurs while setting the name