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 Detail

      • findGroupsByUser

        java.util.List<PlatformGroup> findGroupsByUser​(java.lang.String userId)
      • findGroupsByNativeQuery

        java.util.List<PlatformGroup> findGroupsByNativeQuery​(java.util.Map<java.lang.String,​java.lang.Object> parameterMap)
      • findGroupCountByNativeQuery

        long findGroupCountByNativeQuery​(java.util.Map<java.lang.String,​java.lang.Object> parameterMap)
      • isNewGroup

        boolean isNewGroup​(org.flowable.idm.api.Group group)
      • findGroupsByPrivilegeId

        java.util.List<PlatformGroup> findGroupsByPrivilegeId​(java.lang.String privilegeId)