Interface PolicyDefinition
-
- All Known Subinterfaces:
PolicyDefinitionEntity
- All Known Implementing Classes:
PolicyDefinitionEntityImpl
public interface PolicyDefinition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.DategetCreationTime()Returns the creation timestamp of this data object.java.lang.StringgetCreatorId()Returns the id of the user creating this data object.java.lang.StringgetDeploymentId()java.lang.StringgetId()java.lang.StringgetKey()java.lang.StringgetName()java.util.List<PolicyDefinitionLink>getPolicyDefinitionLinks()Returns the policy definition links that are linked to the policy definition.java.lang.StringgetResourceName()java.lang.StringgetTenantId()java.lang.StringgetType()intgetVersion()
-
-
-
Method Detail
-
getId
java.lang.String getId()
-
getKey
java.lang.String getKey()
-
getVersion
int getVersion()
-
getDeploymentId
java.lang.String getDeploymentId()
-
getTenantId
java.lang.String getTenantId()
-
getType
java.lang.String getType()
-
getName
java.lang.String getName()
-
getResourceName
java.lang.String getResourceName()
-
getCreationTime
java.util.Date getCreationTime()
Returns the creation timestamp of this data object.- Returns:
- the creation timestamp
-
getCreatorId
java.lang.String getCreatorId()
Returns the id of the user creating this data object.- Returns:
- the id of the creation user
-
getPolicyDefinitionLinks
java.util.List<PolicyDefinitionLink> getPolicyDefinitionLinks()
Returns the policy definition links that are linked to the policy definition.- Returns:
- the optional list of policy definition links
-
-