Interface PrivilegeMappingEntity
-
- All Superinterfaces:
Entity
,PrivilegeMapping
,Serializable
- All Known Implementing Classes:
PrivilegeMappingEntityImpl
public interface PrivilegeMappingEntity extends Entity, PrivilegeMapping
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setGroupId(String groupId)
void
setPrivilegeId(String privilegeId)
void
setUserId(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
-
-