Uses of Class
cz.metacentrum.perun.core.api.EnrichedGroup
Packages that use EnrichedGroup
Package
Description
-
Uses of EnrichedGroup in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that return EnrichedGroupMethods in cz.metacentrum.perun.core.api with parameters of type EnrichedGroupModifier and TypeMethodDescriptionvoidAssignedGroup.setEnrichedGroup(EnrichedGroup enrichedGroup) Constructors in cz.metacentrum.perun.core.api with parameters of type EnrichedGroupModifierConstructorDescriptionAssignedGroup(EnrichedGroup enrichedGroup, GroupResourceStatus status, Integer sourceGroupId, String failureCause, boolean autoAssignSubgroups) -
Uses of EnrichedGroup in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that return EnrichedGroupModifier and TypeMethodDescriptionGroupsManagerBl.convertToEnrichedGroup(PerunSession sess, Group group, List<String> attrNames) Creates enrichedGroup from given group and load attributes with given names.GroupsManagerBl.filterOnlyAllowedAttributes(PerunSession sess, EnrichedGroup enrichedGroup) For enrichedGroup filter all its group attributes and remove all which principal has no access to.Methods in cz.metacentrum.perun.core.bl with parameters of type EnrichedGroupModifier and TypeMethodDescriptionGroupsManagerBl.filterOnlyAllowedAttributes(PerunSession sess, EnrichedGroup enrichedGroup) For enrichedGroup filter all its group attributes and remove all which principal has no access to. -
Uses of EnrichedGroup in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that return EnrichedGroupModifier and TypeMethodDescriptionGroupsManagerBlImpl.convertToEnrichedGroup(PerunSession sess, Group group, List<String> attrNames) GroupsManagerBlImpl.filterOnlyAllowedAttributes(PerunSession sess, EnrichedGroup enrichedGroup) Methods in cz.metacentrum.perun.core.blImpl with parameters of type EnrichedGroupModifier and TypeMethodDescriptionGroupsManagerBlImpl.filterOnlyAllowedAttributes(PerunSession sess, EnrichedGroup enrichedGroup)