Class AbstractIdmEngineEntity
- java.lang.Object
-
- org.flowable.common.engine.impl.persistence.entity.AbstractEntity
-
- com.flowable.idm.engine.impl.persistence.entity.AbstractIdmEngineEntity
-
- All Implemented Interfaces:
HasRevision
,Entity
- Direct Known Subclasses:
IdentityInfoEntityImpl
,IdmPropertyEntityImpl
,PlatformGroupEntityImpl
,PlatformIdentityInfoEntityImpl
,PlatformUserEntityImpl
,PrivilegeEntityImpl
,PrivilegeMappingEntityImpl
,TokenEntityImpl
,UserAccountDefinitionEntityImpl
,UserAccountEntityImpl
,UserDefinitionEntityImpl
public abstract class AbstractIdmEngineEntity extends 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 AbstractIdmEngineEntity()
-
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.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
-
-
-
-
Method Detail
-
getIdPrefix
public String getIdPrefix()
-
-