Uses of Class
cz.metacentrum.perun.core.api.exceptions.GroupRelationAlreadyExists
Packages that use GroupRelationAlreadyExists
Package
Description
-
Uses of GroupRelationAlreadyExists in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that throw GroupRelationAlreadyExistsModifier 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 GroupRelationAlreadyExists in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that throw GroupRelationAlreadyExistsModifier 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 GroupRelationAlreadyExists in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw GroupRelationAlreadyExistsModifier and TypeMethodDescriptionGroupsManagerBlImpl.createGroup
(PerunSession sess, Group parentGroup, Group group) GroupsManagerBlImpl.createGroupUnion
(PerunSession sess, Group resultGroup, Group operandGroup, boolean parentFlag) -
Uses of GroupRelationAlreadyExists in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that throw GroupRelationAlreadyExistsModifier and TypeMethodDescriptionGroupsManagerEntry.createGroup
(PerunSession sess, Group parentGroup, Group group) GroupsManagerEntry.createGroupUnion
(PerunSession sess, Group resultGroup, Group operandGroup)