Class PrivilegeMappingEntityManagerImpl
- java.lang.Object
-
- org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager<EntityImpl,DM>
-
- org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager<CoreIdmEngineConfiguration,EntityImpl,DM>
-
- com.flowable.idm.engine.impl.persistence.entity.AbstractIdmEngineEntityManager<PrivilegeMappingEntity,PrivilegeMappingDataManager>
-
- com.flowable.idm.engine.impl.persistence.entity.PrivilegeMappingEntityManagerImpl
-
- All Implemented Interfaces:
PrivilegeMappingEntityManager
,EntityManager<PrivilegeMappingEntity>
public class PrivilegeMappingEntityManagerImpl extends AbstractIdmEngineEntityManager<PrivilegeMappingEntity,PrivilegeMappingDataManager> implements PrivilegeMappingEntityManager
-
-
Field Summary
-
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager
engineConfiguration
-
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager
dataManager, engineType
-
-
Constructor Summary
Constructors Constructor Description PrivilegeMappingEntityManagerImpl(CoreIdmEngineConfiguration idmEngineConfiguration, PrivilegeMappingDataManager privilegeMappingDataManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deleteByPrivilegeId(String privilegeId)
void
deleteByPrivilegeIdAndGroupId(String privilegeId, String groupId)
void
deleteByPrivilegeIdAndUserId(String privilegeId, String userId)
List<PrivilegeMapping>
getPrivilegeMappingsByPrivilegeId(String privilegeId)
-
Methods inherited from class com.flowable.idm.engine.impl.persistence.entity.AbstractIdmEngineEntityManager
createEntityEvent
-
Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager
getClock, getCommandExecutor, getEngineConfiguration, getEventDispatcher
-
Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager
create, delete, delete, delete, findById, fireEntityDeletedEvent, fireEntityInsertedEvent, fireEntityUpdatedEvent, getDataManager, insert, insert, setDataManager, update, update
-
-
-
-
Constructor Detail
-
PrivilegeMappingEntityManagerImpl
public PrivilegeMappingEntityManagerImpl(CoreIdmEngineConfiguration idmEngineConfiguration, PrivilegeMappingDataManager privilegeMappingDataManager)
-
-
Method Detail
-
deleteByPrivilegeId
public void deleteByPrivilegeId(String privilegeId)
- Specified by:
deleteByPrivilegeId
in interfacePrivilegeMappingEntityManager
-
deleteByPrivilegeIdAndUserId
public void deleteByPrivilegeIdAndUserId(String privilegeId, String userId)
- Specified by:
deleteByPrivilegeIdAndUserId
in interfacePrivilegeMappingEntityManager
-
deleteByPrivilegeIdAndGroupId
public void deleteByPrivilegeIdAndGroupId(String privilegeId, String groupId)
- Specified by:
deleteByPrivilegeIdAndGroupId
in interfacePrivilegeMappingEntityManager
-
getPrivilegeMappingsByPrivilegeId
public List<PrivilegeMapping> getPrivilegeMappingsByPrivilegeId(String privilegeId)
- Specified by:
getPrivilegeMappingsByPrivilegeId
in interfacePrivilegeMappingEntityManager
-
-