Class AbstractContentEngineNoRevisionEntity
- java.lang.Object
-
- org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
-
- com.flowable.content.engine.impl.persistence.entity.AbstractContentEngineNoRevisionEntity
-
- All Implemented Interfaces:
Entity
- Direct Known Subclasses:
ContentItemEntityImpl
,DatabaseContentObjectEntityImpl
,DocumentResourceEntityImpl
,RenditionItemEntityImpl
public abstract class AbstractContentEngineNoRevisionEntity extends 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 AbstractContentEngineNoRevisionEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIdPrefix()
-
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
-
-
-
-
Method Detail
-
getIdPrefix
public String getIdPrefix()
-
-