java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
All Implemented Interfaces:
HasRevision, Entity
Direct Known Subclasses:
AbstractBatchServiceEntity, AbstractBpmnEngineEntity, AbstractCmmnEngineEntity, AbstractEventSubscriptionEntity, AbstractIdmEngineEntity, AbstractJobServiceEntity, AbstractTaskServiceEntity, AbstractVariableServiceEntity, ByteArrayEntityImpl, PropertyEntityImpl, VariableScopeImpl

public abstract class AbstractEntity extends Object implements Entity, HasRevision
Abstract superclass for the common properties of all Entity implementations.
Author:
Joram Barrez
  • Field Details

    • id

      protected String id
    • revision

      protected int revision
    • isInserted

      protected boolean isInserted
    • isUpdated

      protected boolean isUpdated
    • isDeleted

      protected boolean isDeleted
    • originalPersistentState

      protected Object originalPersistentState
  • Constructor Details

    • AbstractEntity

      public AbstractEntity()
  • Method Details