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