Class PrivilegeMappingEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
org.flowable.idm.engine.impl.persistence.entity.AbstractIdmEngineEntity
org.flowable.idm.engine.impl.persistence.entity.PrivilegeMappingEntityImpl
- All Implemented Interfaces:
Serializable,HasRevision,Entity,PrivilegeMapping,PrivilegeMappingEntity
public class PrivilegeMappingEntityImpl
extends AbstractIdmEngineEntity
implements PrivilegeMappingEntity
- See Also:
-
Field Summary
FieldsFields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a representation of the object, as would be stored in the database.voidsetGroupId(String groupId) voidsetPrivilegeId(String privilegeId) voidMethods inherited from class org.flowable.idm.engine.impl.persistence.entity.AbstractIdmEngineEntity
getIdPrefixMethods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Field Details
-
privilegeId
-
userId
-
groupId
-
-
Constructor Details
-
PrivilegeMappingEntityImpl
public PrivilegeMappingEntityImpl()
-
-
Method Details
-
getPersistentState
Description copied from interface:EntityReturns a representation of the object, as would be stored in the database. Used when deciding if updates have occurred to the object or not since it was last loaded.- Specified by:
getPersistentStatein interfaceEntity
-
getPrivilegeId
- Specified by:
getPrivilegeIdin interfacePrivilegeMapping
-
setPrivilegeId
- Specified by:
setPrivilegeIdin interfacePrivilegeMappingEntity
-
getUserId
- Specified by:
getUserIdin interfacePrivilegeMapping
-
setUserId
- Specified by:
setUserIdin interfacePrivilegeMappingEntity
-
getGroupId
- Specified by:
getGroupIdin interfacePrivilegeMapping
-
setGroupId
- Specified by:
setGroupIdin interfacePrivilegeMappingEntity
-