Interface DataObjectSchemaDefinition

All Superinterfaces:
org.flowable.common.engine.api.repository.FlowableDefinition
All Known Subinterfaces:
DataObjectSchemaDefinitionEntity
All Known Implementing Classes:
DataObjectSchemaDefinitionEntityImpl

public interface DataObjectSchemaDefinition extends org.flowable.common.engine.api.repository.FlowableDefinition
Author:
Filip Hrisafov
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the creation timestamp of this defnition
    Returns the id of the user creating this data definition.
    default String
    A data object schema definition has no display name of its own.

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

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

    • getName

      default String getName()
      A data object schema definition has no display name of its own.
      Specified by:
      getName in interface org.flowable.common.engine.api.repository.FlowableDefinition
      Returns:
      always null
    • getCreationTime

      Date getCreationTime()
      Returns the creation timestamp of this defnition
      Returns:
      the creation timestamp
    • getCreatorId

      String getCreatorId()
      Returns the id of the user creating this data definition.
      Returns:
      the id of the creation user