Interface PolicyDefinition

All Superinterfaces:
org.flowable.common.engine.api.repository.FlowableDefinition
All Known Subinterfaces:
PolicyDefinitionEntity
All Known Implementing Classes:
PolicyDefinitionEntityImpl

public interface PolicyDefinition extends org.flowable.common.engine.api.repository.FlowableDefinition
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the creation timestamp of this data object.
    Returns the id of the user creating this data object.
    Returns the policy definition links that are linked to the policy definition.
     

    Methods inherited from interface org.flowable.common.engine.api.repository.FlowableDefinition

    getDeploymentId, getId, getKey, getName, getResourceName, getTenantId, getVersion
  • Method Details

    • getType

      String getType()
    • 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