Interface PolicyDefinition
- 
- All Known Subinterfaces:
- PolicyDefinitionEntity
 - All Known Implementing Classes:
- PolicyDefinitionEntityImpl
 
 public interface PolicyDefinition
- 
- 
Method SummaryAll 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- 
getIdString getId() 
 - 
getKeyString getKey() 
 - 
getVersionint getVersion() 
 - 
getDeploymentIdString getDeploymentId() 
 - 
getTenantIdString getTenantId() 
 - 
getTypeString getType() 
 - 
getNameString getName() 
 - 
getResourceNameString getResourceName() 
 - 
getCreationTimeDate getCreationTime() Returns the creation timestamp of this data object.- Returns:
- the creation timestamp
 
 - 
getCreatorIdString getCreatorId() Returns the id of the user creating this data object.- Returns:
- the id of the creation user
 
 - 
getPolicyDefinitionLinksList<PolicyDefinitionLink> getPolicyDefinitionLinks() Returns the policy definition links that are linked to the policy definition.- Returns:
- the optional list of policy definition links
 
 
- 
 
-