Class AbstractContentEngineEntity

java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
com.flowable.content.engine.impl.persistence.entity.AbstractContentEngineEntity
All Implemented Interfaces:
org.flowable.common.engine.impl.db.HasRevision, org.flowable.common.engine.impl.persistence.entity.Entity
Direct Known Subclasses:
DocumentDefinitionEntityImpl, DocumentDeploymentEntityImpl, MetadataInstanceEntityImpl

public abstract class AbstractContentEngineEntity extends org.flowable.common.engine.impl.persistence.entity.AbstractEntity
  • Field Summary

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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    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

    getPersistentState
  • Constructor Details

    • AbstractContentEngineEntity

      public AbstractContentEngineEntity()
  • Method Details

    • getIdPrefix

      public String getIdPrefix()