Interface PolicyDefinition

All Known Subinterfaces:
PolicyDefinitionEntity
All Known Implementing Classes:
PolicyDefinitionEntityImpl

public interface PolicyDefinition
  • 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