Interface PolicyDefinition
- All Known Subinterfaces:
PolicyDefinitionEntity
- All Known Implementing Classes:
PolicyDefinitionEntityImpl
public interface PolicyDefinition
-
Method Details
-
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
-