- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.Entity
, org.flowable.idm.api.PrivilegeMapping
, java.io.Serializable
- All Known Implementing Classes:
PrivilegeMappingEntityImpl
public interface PrivilegeMappingEntity
extends org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.idm.api.PrivilegeMapping
-
Method Summary
Modifier and Type |
Method |
Description |
void |
setGroupId(java.lang.String groupId) |
|
void |
setPrivilegeId(java.lang.String privilegeId) |
|
void |
setUserId(java.lang.String userId) |
|
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
Methods inherited from interface org.flowable.idm.api.PrivilegeMapping
getGroupId, getPrivilegeId, getUserId
-
Method Details
-
void setPrivilegeId(java.lang.String privilegeId)
-
void setUserId(java.lang.String userId)
-
void setGroupId(java.lang.String groupId)