Interface PolicyDefinition
- All Known Subinterfaces:
PolicyDefinitionEntity
- All Known Implementing Classes:
PolicyDefinitionEntityImpl
public interface PolicyDefinition
-
Method Summary
Modifier and Type Method Description java.util.Date
getCreationTime()
Returns the creation timestamp of this data object.java.lang.String
getCreatorId()
Returns the id of the user creating this data object.java.lang.String
getDeploymentId()
java.lang.String
getId()
java.lang.String
getKey()
java.lang.String
getName()
java.util.List<PolicyDefinitionLink>
getPolicyDefinitionLinks()
Returns the policy definition links that are linked to the policy definition.java.lang.String
getResourceName()
java.lang.String
getTenantId()
java.lang.String
getType()
int
getVersion()
-
Method Details
-
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
-