Interface PrivilegeMappingEntityManager

All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.EntityManager<PrivilegeMappingEntity>
All Known Implementing Classes:
PrivilegeMappingEntityManagerImpl

public interface PrivilegeMappingEntityManager extends org.flowable.common.engine.impl.persistence.entity.EntityManager<PrivilegeMappingEntity>
  • Method Details

    • deleteByPrivilegeId

      void deleteByPrivilegeId(String privilegeId)
    • deleteByPrivilegeIdAndUserId

      void deleteByPrivilegeIdAndUserId(String privilegeId, String userId)
    • deleteByPrivilegeIdAndGroupId

      void deleteByPrivilegeIdAndGroupId(String privilegeId, String groupId)
    • getPrivilegeMappingsByPrivilegeId

      List<org.flowable.idm.api.PrivilegeMapping> getPrivilegeMappingsByPrivilegeId(String privilegeId)