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 DategetCreationTime()Returns the creation timestamp of this data object.StringgetCreatorId()Returns the id of the user creating this data object.StringgetDeploymentId()StringgetId()StringgetKey()StringgetName()List<PolicyDefinitionLink>getPolicyDefinitionLinks()Returns the policy definition links that are linked to the policy definition.StringgetResourceName()StringgetTenantId()StringgetType()intgetVersion()
-
-
-
Method Detail
-
getId
String getId()
-
getKey
String getKey()
-
getVersion
int getVersion()
-
getDeploymentId
String getDeploymentId()
-
getTenantId
String getTenantId()
-
getType
String getType()
-
getName
String getName()
-
getResourceName
String getResourceName()
-
getCreationTime
Date getCreationTime()
Returns the creation timestamp of this data object.- Returns:
- the creation timestamp
-
getCreatorId
String getCreatorId()
Returns the id of the user creating this data object.- Returns:
- the id of the creation user
-
getPolicyDefinitionLinks
List<PolicyDefinitionLink> getPolicyDefinitionLinks()
Returns the policy definition links that are linked to the policy definition.- Returns:
- the optional list of policy definition links
-
-