Class DataObjectSchemaDefinitionEntityImpl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Date creationTime  
      protected java.lang.String creatorId  
      protected java.lang.String deploymentId  
      protected java.lang.String key  
      protected java.lang.String resourceName  
      protected java.lang.String tenantId  
      protected int version  
      • Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity

        id, isDeleted, isInserted, isUpdated, originalPersistentState, revision
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Date getCreationTime()
      Returns the creation timestamp of this defnition
      java.lang.String getCreatorId()
      Returns the id of the user creating this data definition.
      java.lang.String getDeploymentId()  
      java.lang.String getKey()
      Returns the key for this data object schema definition which must be unique, but is human-readable normally and must be the same across environments for the same data object schema definition.
      java.lang.Object getPersistentState()  
      java.lang.String getResourceName()  
      java.lang.String getTenantId()  
      int getVersion()  
      void setCreationTime​(java.util.Date creationTime)  
      void setCreatorId​(java.lang.String creatorId)  
      void setDeploymentId​(java.lang.String deploymentId)  
      void setKey​(java.lang.String key)  
      void setResourceName​(java.lang.String resourceName)  
      void setTenantId​(java.lang.String tenantId)  
      void setVersion​(int version)  
      • Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity

        getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdated
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity

        getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
      • Methods inherited from interface org.flowable.common.engine.impl.db.HasRevision

        getRevision, getRevisionNext, setRevision