Uses of Class
cz.metacentrum.perun.core.api.exceptions.ExtSourceNotAssignedException
Packages that use ExtSourceNotAssignedException
Package
Description
-
Uses of ExtSourceNotAssignedException in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that throw ExtSourceNotAssignedExceptionModifier and TypeMethodDescriptionvoidExtSourcesManager.addExtSource(PerunSession perunSession, Group group, ExtSource source) Associate external source definition with the GROUP.voidExtSourcesManager.addExtSources(PerunSession perunSession, Group group, List<ExtSource> sources) Associate external source definitions with the group.voidExtSourcesManager.removeExtSource(PerunSession perunSession, Group group, ExtSource source) Remove association of the external source from the GROUP.voidExtSourcesManager.removeExtSource(PerunSession perunSession, Vo vo, ExtSource source) Remove association of the external source from the VO.voidExtSourcesManager.removeExtSources(PerunSession perunSession, Group group, List<ExtSource> sources) Remove associations of external sources from the GROUP.voidExtSourcesManager.removeExtSources(PerunSession perunSession, Vo vo, List<ExtSource> sources) Remove associations of external sources from the VO. -
Uses of ExtSourceNotAssignedException in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that throw ExtSourceNotAssignedExceptionModifier and TypeMethodDescriptionvoidExtSourcesManagerBl.checkExtSourceAssignedToVo(PerunSession sess, ExtSource extSource, int voId) Check if extSource is assigned to vo or not.voidExtSourcesManagerBl.removeExtSource(PerunSession perunSession, Group group, ExtSource source) Remove association of the external source from the GROUP.voidExtSourcesManagerBl.removeExtSource(PerunSession perunSession, Vo vo, ExtSource source) Remove association of the external source from the VO.voidExtSourcesManagerBl.removeExtSources(PerunSession perunSession, Group group, List<ExtSource> sources) Remove associations of external sources from the GROUP.voidExtSourcesManagerBl.removeExtSources(PerunSession perunSession, Vo vo, List<ExtSource> sources) Remove associations of external sources from the VO. -
Uses of ExtSourceNotAssignedException in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw ExtSourceNotAssignedExceptionModifier and TypeMethodDescriptionvoidExtSourcesManagerBlImpl.checkExtSourceAssignedToVo(PerunSession sess, ExtSource extSource, int voId) voidExtSourcesManagerBlImpl.removeExtSource(PerunSession sess, Group group, ExtSource source) voidExtSourcesManagerBlImpl.removeExtSource(PerunSession sess, Vo vo, ExtSource source) voidExtSourcesManagerBlImpl.removeExtSources(PerunSession sess, Group group, List<ExtSource> sources) voidExtSourcesManagerBlImpl.removeExtSources(PerunSession sess, Vo vo, List<ExtSource> sources) -
Uses of ExtSourceNotAssignedException in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that throw ExtSourceNotAssignedExceptionModifier and TypeMethodDescriptionvoidExtSourcesManagerEntry.addExtSource(PerunSession sess, Group group, ExtSource source) voidExtSourcesManagerEntry.removeExtSource(PerunSession sess, Group group, ExtSource source) voidExtSourcesManagerEntry.removeExtSource(PerunSession sess, Vo vo, ExtSource source) voidExtSourcesManagerEntry.removeExtSources(PerunSession sess, Group group, List<ExtSource> sources) voidExtSourcesManagerEntry.removeExtSources(PerunSession sess, Vo vo, List<ExtSource> sources) -
Uses of ExtSourceNotAssignedException in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that throw ExtSourceNotAssignedExceptionModifier and TypeMethodDescriptionvoidExtSourcesManagerImpl.removeExtSource(PerunSession perunSession, Group group, ExtSource source) voidExtSourcesManagerImpl.removeExtSource(PerunSession sess, Vo vo, ExtSource source) -
Uses of ExtSourceNotAssignedException in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi that throw ExtSourceNotAssignedExceptionModifier and TypeMethodDescriptionvoidExtSourcesManagerImplApi.removeExtSource(PerunSession perunSession, Group group, ExtSource source) Remove association of the external source from the GROUP.voidExtSourcesManagerImplApi.removeExtSource(PerunSession perunSession, Vo vo, ExtSource source) Remove association of the external source from the VO.