Uses of Class
cz.metacentrum.perun.core.api.exceptions.GroupRelationNotAllowed
Packages that use GroupRelationNotAllowed
Package
Description
-
Uses of GroupRelationNotAllowed in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that throw GroupRelationNotAllowedModifier and TypeMethodDescriptionGroupsManager.createGroup
(PerunSession perunSession, Group parentGroup, Group group) Creates a new subgroup of the existing group.GroupsManager.createGroupUnion
(PerunSession sess, Group resultGroup, Group operandGroup) Performs union operation on two groups. -
Uses of GroupRelationNotAllowed in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that throw GroupRelationNotAllowedModifier and TypeMethodDescriptionGroupsManagerBl.createGroup
(PerunSession perunSession, Group parentGroup, Group group) Creates a new subgroup of the existing group.GroupsManagerBl.createGroupUnion
(PerunSession sess, Group resultGroup, Group operandGroup, boolean parentFlag) Performs union operation on two groups. -
Uses of GroupRelationNotAllowed in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw GroupRelationNotAllowedModifier and TypeMethodDescriptionGroupsManagerBlImpl.createGroup
(PerunSession sess, Group parentGroup, Group group) GroupsManagerBlImpl.createGroupUnion
(PerunSession sess, Group resultGroup, Group operandGroup, boolean parentFlag) -
Uses of GroupRelationNotAllowed in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that throw GroupRelationNotAllowedModifier and TypeMethodDescriptionGroupsManagerEntry.createGroup
(PerunSession sess, Group parentGroup, Group group) GroupsManagerEntry.createGroupUnion
(PerunSession sess, Group resultGroup, Group operandGroup)