Class AbstractPlatformEngineNoRevisionEntity

java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
com.flowable.platform.engine.impl.persistence.entity.AbstractPlatformEngineNoRevisionEntity
All Implemented Interfaces:
org.flowable.common.engine.impl.persistence.entity.Entity
Direct Known Subclasses:
PlatformResourceEntityImpl

public abstract class AbstractPlatformEngineNoRevisionEntity extends org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
Author:
Yvo Swillens
  • 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

    • AbstractPlatformEngineNoRevisionEntity

      public AbstractPlatformEngineNoRevisionEntity()
  • Method Details

    • getIdPrefix

      public String getIdPrefix()