Interface GroupEntityManager
- 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
Modifier and TypeMethodDescriptioncreateNewGroup(String groupId) longfindGroupCountByNativeQuery(Map<String, Object> parameterMap) longfindGroupsByNativeQuery(Map<String, Object> parameterMap) findGroupsByPrivilegeId(String privilegeId) findGroupsByUser(String userId) booleanisNewGroup(org.flowable.idm.api.Group group) Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.EntityManager
create, delete, delete, delete, findById, insert, insert, update, update
-
Method Details
-
createNewGroup
-
createNewGroupQuery
PlatformGroupQuery createNewGroupQuery() -
findGroupByQueryCriteria
-
findGroupCountByQueryCriteria
-
findGroupsByUser
-
findGroupsByNativeQuery
-
findGroupCountByNativeQuery
-
isNewGroup
boolean isNewGroup(org.flowable.idm.api.Group group) -
findGroupsByPrivilegeId
-