Class AbstractTemplateEngineNoRevisionEntity

java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
com.flowable.template.engine.impl.persistence.entity.AbstractTemplateEngineNoRevisionEntity
All Implemented Interfaces:
org.flowable.common.engine.impl.persistence.entity.Entity
Direct Known Subclasses:
TemplateDeploymentEntityImpl, TemplateResourceEntityImpl

public abstract class AbstractTemplateEngineNoRevisionEntity 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

    • AbstractTemplateEngineNoRevisionEntity

      public AbstractTemplateEngineNoRevisionEntity()
  • Method Details

    • getIdPrefix

      public String getIdPrefix()