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 Date
getCreationTime()
Returns the creation timestamp of this data object.String
getCreatorId()
Returns the id of the user creating this data object.String
getDeploymentId()
String
getId()
String
getKey()
String
getName()
List<PolicyDefinitionLink>
getPolicyDefinitionLinks()
Returns the policy definition links that are linked to the policy definition.String
getResourceName()
String
getTenantId()
String
getType()
int
getVersion()
-
-
-
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
-
-