Uses of Class
com.netgrif.application.engine.ldap.domain.LdapGroup
-
-
Uses of LdapGroup in com.netgrif.application.engine.ldap.domain
Constructor parameters in com.netgrif.application.engine.ldap.domain with type arguments of type LdapGroup Constructor Description QLdapGroup(com.querydsl.core.types.Path<? extends LdapGroup> path)QLdapGroup(java.lang.Class<? extends LdapGroup> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of LdapGroup in com.netgrif.application.engine.ldap.domain.repository
Methods in com.netgrif.application.engine.ldap.domain.repository that return LdapGroup Modifier and Type Method Description LdapGroupLdapGroupRoleRepository. findByDn(java.lang.String dn)Methods in com.netgrif.application.engine.ldap.domain.repository that return types with arguments of type LdapGroup Modifier and Type Method Description java.util.List<LdapGroup>LdapGroupRoleRepository. findAllByDnIn(java.lang.Iterable<java.lang.String> dns) -
Uses of LdapGroup in com.netgrif.application.engine.ldap.service
Methods in com.netgrif.application.engine.ldap.service that return types with arguments of type LdapGroup Modifier and Type Method Description java.util.List<LdapGroup>LdapGroupRefService. getAllLdapGroupRoles()Methods in com.netgrif.application.engine.ldap.service with parameters of type LdapGroup Modifier and Type Method Description voidLdapGroupRefService. deleteProcessRole(LdapGroup ldapGroup, java.lang.String petriNet) -
Uses of LdapGroup in com.netgrif.application.engine.ldap.service.interfaces
Methods in com.netgrif.application.engine.ldap.service.interfaces that return types with arguments of type LdapGroup Modifier and Type Method Description java.util.List<LdapGroup>ILdapGroupRefService. getAllLdapGroupRoles()Methods in com.netgrif.application.engine.ldap.service.interfaces with parameters of type LdapGroup Modifier and Type Method Description voidILdapGroupRefService. deleteProcessRole(LdapGroup ldapGroup, java.lang.String petriNet)
-