Uses of Class
cz.metacentrum.perun.core.api.AssignedGroup
Packages that use AssignedGroup
Package
Description
-
Uses of AssignedGroup in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that return types with arguments of type AssignedGroupModifier and TypeMethodDescriptionResourcesManager.getGroupAssignments(PerunSession session, Resource resource, List<String> attrNames) Lists all of the assigned groups for the given resource. -
Uses of AssignedGroup in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that return types with arguments of type AssignedGroupModifier and TypeMethodDescriptionResourcesManagerBl.getGroupAssignments(PerunSession sess, Resource resource, List<String> attrNames) Lists all of the assigned groups for the given resource. -
Uses of AssignedGroup in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that return types with arguments of type AssignedGroupModifier and TypeMethodDescriptionResourcesManagerBlImpl.getGroupAssignments(PerunSession sess, Resource resource, List<String> attrNames) -
Uses of AssignedGroup in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that return types with arguments of type AssignedGroupModifier and TypeMethodDescriptionResourcesManagerEntry.getGroupAssignments(PerunSession sess, Resource resource, List<String> attrNames) -
Uses of AssignedGroup in cz.metacentrum.perun.core.impl
Fields in cz.metacentrum.perun.core.impl with type parameters of type AssignedGroupModifier and TypeFieldDescriptionprotected static final RowMapper<AssignedGroup> GroupsManagerImpl.ASSIGNED_GROUP_MAPPERMethods in cz.metacentrum.perun.core.impl that return types with arguments of type AssignedGroupModifier and TypeMethodDescriptionResourcesManagerImpl.getGroupAssignments(PerunSession sess, Resource resource) Methods in cz.metacentrum.perun.core.impl with parameters of type AssignedGroupModifier and TypeMethodDescriptionvoidResourceAssignmentChecker.assignSubgroupsToResource(Resource resource, List<AssignedGroup> automaticallyAssignedSubgroups, AssignedGroup sourceGroup) Filter subgroups of source group (with autoassign) which are not assigned and assign them.voidResourceAssignmentChecker.removeSubgroupFromResource(Resource resource, List<AssignedGroup> sourceGroups, AssignedGroup assignedSubgroup) Remove assigned subgroup which source group is not assigned as source group.Method parameters in cz.metacentrum.perun.core.impl with type arguments of type AssignedGroupModifier and TypeMethodDescriptionvoidResourceAssignmentChecker.assignSubgroupsToResource(Resource resource, List<AssignedGroup> automaticallyAssignedSubgroups, AssignedGroup sourceGroup) Filter subgroups of source group (with autoassign) which are not assigned and assign them.voidResourceAssignmentChecker.removeSubgroupFromResource(Resource resource, List<AssignedGroup> sourceGroups, AssignedGroup assignedSubgroup) Remove assigned subgroup which source group is not assigned as source group. -
Uses of AssignedGroup in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi that return types with arguments of type AssignedGroupModifier and TypeMethodDescriptionResourcesManagerImplApi.getGroupAssignments(PerunSession sess, Resource resource) Lists all of the assigned groups for the given resource without the groups' attributes.