- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.EntityManager<PlatformGroupEntity>
- All Known Implementing Classes:
GroupEntityManagerImpl
public interface GroupEntityManager
extends org.flowable.common.engine.impl.persistence.entity.EntityManager<PlatformGroupEntity>
- Author:
- Joram Barrez
-
Method Summary
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.EntityManager
create, delete, delete, delete, findById, insert, insert, update, update
-
Method Details
-
-
-
-
-
java.util.List<PlatformGroup> findGroupsByUser(
java.lang.String userId)
-
java.util.List<PlatformGroup> findGroupsByNativeQuery(
java.util.Map<java.lang.String,java.lang.Object> parameterMap)
-
long findGroupCountByNativeQuery(java.util.Map<java.lang.String,java.lang.Object> parameterMap)
-
boolean isNewGroup(org.flowable.idm.api.Group group)
-
java.util.List<PlatformGroup> findGroupsByPrivilegeId(
java.lang.String privilegeId)