Class AbstractFormEngineNoRevisionEntity

java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
com.flowable.form.engine.impl.persistence.entity.AbstractFormEngineNoRevisionEntity
All Implemented Interfaces:
org.flowable.common.engine.impl.persistence.entity.Entity
Direct Known Subclasses:
FormCustomComponentDefinitionEntityImpl, FormDefinitionEntityImpl, FormDeploymentEntityImpl, FormInstanceEntityImpl, FormResourceEntityImpl

public abstract class AbstractFormEngineNoRevisionEntity extends org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
  • Field Summary

    Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision

    id, isDeleted, isInserted, isUpdated, originalPersistentState
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision

    getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, 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

    getPersistentState
  • Constructor Details

    • AbstractFormEngineNoRevisionEntity

      public AbstractFormEngineNoRevisionEntity()
  • Method Details

    • getIdPrefix

      public String getIdPrefix()