Uses of Class
cz.metacentrum.perun.core.api.exceptions.VoNotExistsException
Packages that use VoNotExistsException
Package
Description
-
Uses of VoNotExistsException in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that throw VoNotExistsExceptionModifier and TypeMethodDescriptionvoidVosManager.addAdmin(PerunSession perunSession, Vo vo, Group group) Add a group administrator to the VO.voidVosManager.addAdmin(PerunSession perunSession, Vo vo, User user) Add a user administrator to the VO.voidExtSourcesManager.addExtSource(PerunSession perunSession, Group group, ExtSource source) Associate external source definition with the GROUP.voidExtSourcesManager.addExtSource(PerunSession perunSession, Vo vo, ExtSource source) Associate external source definition with the VO.voidExtSourcesManager.addExtSources(PerunSession perunSession, Group group, List<ExtSource> sources) Associate external source definitions with the group.voidExtSourcesManager.addExtSources(PerunSession perunSession, Vo vo, List<ExtSource> sources) Associate external source definitions with the VO.voidMembersManager.addMemberCandidates(PerunSession sess, Vo vo, List<MemberCandidate> candidates) Add member candidates.voidMembersManager.addMemberCandidates(PerunSession sess, Vo vo, List<MemberCandidate> candidates, Group group) Add member candidates to Group.voidVosManager.addMemberVo(PerunSession sess, Vo vo, Vo memberVo) Adds new relationship between vo and a member vo.voidVosManager.addSponsorRole(PerunSession sess, Vo vo, Group group) Adds role SPONSOR for group in a VO.voidVosManager.addSponsorRole(PerunSession sess, Vo vo, User user) Adds role SPONSOR for user in a VO.voidGroupsManager.allowGroupsToHierarchicalVo(PerunSession sess, List<Group> groups, Vo vo) Sets flag required for including groups to parent vo in a vo hierarchy.voidGroupsManager.allowGroupToHierarchicalVo(PerunSession sess, Group group, Vo vo) Sets flag required for including group to parent vo in a vo hierarchy.booleanMembersManager.canBeMember(PerunSession sess, Vo vo, User user, String loa) Checks if the user can apply membership to the VO, it decides based on extendMembershipRules on the doNotAllowLoa keybooleanMembersManager.canBeMemberWithReason(PerunSession sess, Vo vo, User user, String loa) Checks if the user can apply membership to the VO, it decides based on extendMembershipRules on the doNotAllowLoa keyvoidAttributesManager.checkAttributeSemantics(PerunSession sess, Vo vo, Attribute attribute) Check if value of this vo attribute has valid semantics.voidAttributesManager.checkAttributesSemantics(PerunSession sess, Vo vo, List<Attribute> attributes) PRIVILEGE: Check attributes only when principal has access to write on them.voidAttributesManager.checkAttributesSyntax(PerunSession sess, Vo vo, List<Attribute> attributes) PRIVILEGE: Check attributes only when principal has access to write on them.voidAttributesManager.checkAttributeSyntax(PerunSession sess, Vo vo, Attribute attribute) Check if value of this vo attribute has valid syntax.GroupsManager.createGroup(PerunSession perunSession, Vo vo, Group group) Creates a new top-level group and associates it with the VO from parameter.GroupsManager.createGroupUnion(PerunSession sess, Group resultGroup, Group operandGroup) Performs union operation on two groups.MembersManager.createMember(PerunSession sess, Vo vo, Candidate candidate) Creates a new member from candidate returned by the method VosManager.findCandidates which fills Candidate .userExtSource.MembersManager.createMember(PerunSession sess, Vo vo, Candidate candidate, List<Group> groups) Creates a new member from candidate returned by the method VosManager.findCandidates which fills Candidate .userExtSource.MembersManager.createMember(PerunSession sess, Vo vo, ExtSource extSource, String login) Create new member from user by login and ExtSource.MembersManager.createMember(PerunSession sess, Vo vo, ExtSource extSource, String login, List<Group> groups) Create new member from user by login and ExtSource.MembersManager.createMember(PerunSession sess, Vo vo, User user) Creates a new member from user.MembersManager.createMember(PerunSession sess, Vo vo, User user, List<Group> groups) Creates a new member from user.ResourcesManager.createResource(PerunSession perunSession, Resource resource, Vo vo, Facility facility) Inserts resource into DB.ResourcesManager.createResourceTag(PerunSession perunSession, ResourceTag resourceTag, Vo vo) Create new Resource tag for the vo.MembersManager.createSpecificMember(PerunSession sess, Vo vo, Candidate candidate, List<User> specificUserOwners, SpecificUserType specificUserType) Creates a new member from candidate which is prepared for creating specific User In list specificUserOwners can't be specific user, only normal users and sponsored users are allowed.MembersManager.createSpecificMember(PerunSession sess, Vo vo, Candidate candidate, List<User> specificUserOwners, SpecificUserType specificUserType, List<Group> groups) Creates a new member from candidate which is prepared for creating specificUser In list specificUserOwners can't be specific user, only normal users and sponsored users are allowed.voidGroupsManager.deleteAllGroups(PerunSession perunSession, Vo vo) Deletes all groups under the VO except built-in groups (members, admins groups).voidMembersManager.deleteAllMembers(PerunSession sess, Vo vo) Deletes all VO members.voidResourcesManager.deleteAllResources(PerunSession perunSession, Vo vo) Deletes all resources for the VO.voidResourcesManager.deleteAllResourcesTagsForVo(PerunSession perunSession, Vo vo) Delete all ResourcesTags for specific VO.voidResourcesManager.deleteResourceTag(PerunSession perunSession, ResourceTag resourceTag) Delete existing Resource tag.voidVosManager.deleteVo(PerunSession perunSession, Vo vo) Delete VO.voidVosManager.deleteVo(PerunSession perunSession, Vo vo, boolean forceDelete) Delete VO.voidGroupsManager.disallowGroupsToHierarchicalVo(PerunSession sess, List<Group> groups, Vo vo) Unsets flag required for including groups to parent vo in a vo hierarchyvoidGroupsManager.disallowGroupToHierarchicalVo(PerunSession sess, Group group, Vo vo) Unsets flag required for including group to parent vo in a vo hierarchyVosManager.findCandidates(PerunSession perunSession, Vo vo, String searchString) Finds users, who can join the Vo.VosManager.findCandidates(PerunSession perunSession, Vo vo, String searchString, int maxNumOfResults) Finds users, who can join the Vo.MembersManager.findCompleteRichMembers(PerunSession sess, Vo vo, List<String> attrsNames, String searchString, boolean onlySponsored) Return list of richMembers for specific vo by the searchString with attrs specific for list of attrsNames.MembersManager.findCompleteRichMembers(PerunSession sess, Vo vo, List<String> attrsNames, List<String> allowedStatuses, String searchString) Return list of richMembers for specific vo by the searchString with attrs specific for list of attrsNames and who have only status which is contain in list of statuses.MembersManager.findMembersByNameInVo(PerunSession sess, Vo vo, String searchString) Return list of members by the searchString under defined VO.MembersManager.findMembersInVo(PerunSession sess, Vo vo, String searchString) Return list of members by the searchString under defined VO.MembersManager.findRichMembersInVo(PerunSession sess, Vo vo, String searchString) Return list of rich members by the searchString under defined VO.MembersManager.findRichMembersWithAttributesInVo(PerunSession sess, Vo vo, String searchString) Return list of rich members with attributes by the searchString under defined VO.VosManager.getAdminGroups(PerunSession perunSession, Vo vo) Deprecated.VosManager.getAdminGroups(PerunSession perunSession, Vo vo, String role) Deprecated.VosManager.getAdmins(PerunSession perunSession, Vo vo) Deprecated.VosManager.getAdmins(PerunSession perunSession, Vo vo, String role, boolean onlyDirectAdmins) Deprecated.GroupsManager.getAllAllowedGroupsToHierarchicalVo(PerunSession sess, Vo vo) Returns all groups which can be included to VO.GroupsManager.getAllAllowedGroupsToHierarchicalVo(PerunSession sess, Vo vo, Vo memberVo) Returns groups which can be included to VO from specific member VO.TasksManager.getAllFacilitiesStatesForVo(PerunSession session, Vo vo) Return propagation status of all facilities related to VO resourcesGroupsManager.getAllGroups(PerunSession sess, Vo vo) Get groups of Vo by ACCESS RIGHTS: If user is: - PERUNADMIN or VOADMIN : all groups in vo - GROUPADMIN : only groups where user is adminGroupsManager.getAllGroupsWithHierarchy(PerunSession sess, Vo vo) Get groups of the VO stored in the map reflecting the hierarchy by ACCESS RIGHTS: If user is: - PERUNADMIN or VOADMIN : all Groups - GROUPADMIN : only groups where user is groupAdminFacilitiesManager.getAllowedGroups(PerunSession perunSession, Facility facility, Vo specificVo, Service specificService) Get all Groups which can use this facility (Groups must be assigned to resource which belongs to this facility) specificVo and specificService can choose concrete groups if specificVo, specificService or both are null, they do not specific (all possible results are returned)FacilitiesManager.getAllowedRichGroupsWithAttributes(PerunSession perunSession, Facility facility, Vo specificVo, Service specificService, List<String> attrNames) Get all RichGroups which can use this facility (Groups must be assigned to Resource which belongs to this facility) specificVo and specificService can choose concrete groups if specificVo, specificService or both are null, they do not specific (all possible results are returned) We also retrieve attributes specified by attrNames for each returned RichGroup.FacilitiesManager.getAllowedUsers(PerunSession perunSession, Facility facility, Vo specificVo, Service specificService) Return all users who can use this facility specificVo and specificService can choose concrete users if specificVo, specificService or both are null, they do not specific (all possible results are returned)ResourcesManager.getAllResourcesByResourceTag(PerunSession perunSession, ResourceTag resourceTag) Get all resources in specific Vo (specific by resourceTag.getVoId) for existing resourceTagResourcesManager.getAllResourcesTagsForVo(PerunSession perunSession, Vo vo) Get all resourcesTags for existing Vo.GroupsManager.getAllRichGroupsWithAttributesByNames(PerunSession sess, Vo vo, List<String> attrNames) Deprecated.GroupsManager.getAllRichGroupsWithAttributesByNames(PerunSession sess, Vo vo, List<String> attrNames, List<String> roles, List<RoleAssignmentType> types) Return all RichGroups containing selected attributes filtered by role and its typeMembersManager.getAllSponsoredMembers(PerunSession sess, Vo vo) Gets list of all sponsored members of a VO.MembersManager.getAllSponsoredMembersAndTheirSponsors(PerunSession sess, Vo vo, List<String> attrNames) Gets list of VO's all sponsored members with sponsors.ServicesManager.getAssignedServices(PerunSession perunSession, Facility facility, Vo vo) List all services associated with the facility and vo (via resource).AttributesManager.getAttribute(PerunSession sess, Vo vo, String attributeName) Get particular attribute for the vo.AttributesManager.getAttributeById(PerunSession sess, Vo vo, int id) Get particular attribute for the vo.AttributesManager.getAttributes(PerunSession sess, Vo vo) Get all non-empty attributes associated with the vo.AttributesManager.getAttributes(PerunSession sess, Vo vo, List<String> attrNames) Get all attributes associated with the vo which have name in list attrNames (empty too).VosManager.getBansForVo(PerunSession sess, int voId) Get list of all bans for vo with given id.VosManager.getCompleteCandidates(PerunSession sess, Vo vo, List<String> attrNames, String searchString) Finds MemberCandidates who can join the Vo.MembersManager.getCompleteRichMembers(PerunSession sess, Vo vo, List<String> attrsNames, List<String> allowedStatuses) Get all RichMembers with attrs specific for list of attrsNames from the vo and have only status which is contain in list of statuses.VosManager.getDirectAdmins(PerunSession perunSession, Vo vo) Deprecated.VosManager.getDirectRichAdminsWithSpecificAttributes(PerunSession perunSession, Vo vo, List<String> specificAttributes) Deprecated.VosManager.getEnrichedBansForVo(PerunSession sess, int voId, List<String> attrNames) Gets all Enriched Bans for given vo.ResourcesManager.getEnrichedResourcesForVo(PerunSession sess, Vo vo, List<String> attrNames) Find resources for given vo and attributes for given names.VosManager.getEnrichedVoById(PerunSession perunSession, int id) Finds existing vo by and id and returns corresponding EnrichedVoServicesManager.getFacilitiesDestinations(PerunSession sess, Vo vo) List all destinations for all facilities which are joined by resources to the VO.GroupsManager.getGroupByName(PerunSession perunSession, Vo vo, String name) Search for the group with specified name in specified VO.GroupsManager.getGroups(PerunSession sess, Vo vo) Get groups of users under the VO by ACCESS RIGHTS: If user is: - PERUNADMIN or VOADMIN : all groups - GROUPADMIN : only groups where user is GroupAdminintGroupsManager.getGroupsCount(PerunSession sess, Vo vo) GroupsManager.getGroupsPage(PerunSession sess, Vo vo, GroupsPageQuery query, List<String> attrNames) Get page of groups from the given vo.GroupsManager.getGroupsWhereUserIsActiveMember(PerunSession session, User user, Vo vo) Returns groups in which the user is active member.UsersManager.getGroupsWhereUserIsAdmin(PerunSession sess, Vo vo, User user) Returns list of Groups in selected Vo, where the User is a direct Administrator or he is a VALID member of any group which is Administrator of some of these Groups.MembersManager.getMemberByExtSourceNameAndExtLogin(PerunSession sess, Vo vo, String extSourceName, String extLogin) Get member by extSourceName, extSourceLogin and VoMembersManager.getMemberByUser(PerunSession sess, Vo vo, User user) Returns member by his user and vo.MembersManager.getMemberByUserExtSource(PerunSession perunSession, Vo vo, UserExtSource userExtSource) Find member of this Vo by his login in external sourceMembersManager.getMembers(PerunSession sess, Vo vo) Get all VO members.MembersManager.getMembers(PerunSession sess, Vo vo, Status status) Get all VO members who have the status.Searcher.getMembers(PerunSession sess, Vo vo, Map<String, String> attributesWithSearchingValues) This method finds all members with given values of the queried attributes.Searcher.getMembersByUserAttributes(PerunSession sess, Vo vo, Map<String, String> userAttributesWithSearchingValues) This method get Map of user Attributes with searching values and try to find all members, which have specific attributes in format for specific VO.intMembersManager.getMembersCount(PerunSession sess, Vo vo) Get the VO members count.intMembersManager.getMembersCount(PerunSession sess, Vo vo, Status status) Get the VO members count with defined status.MembersManager.getMembersPage(PerunSession sess, Vo vo, MembersPageQuery query, List<String> attrNames) Get page of members from the given vo, with the given attributes.MembersManager.getMembersPage(PerunSession sess, Vo vo, MembersPageQuery query, List<String> attrNames, String policy) Get page of members from the given vo, with the given attributes, based on policy.VosManager.getMemberVos(PerunSession sess, int voId) Gets all member organizations of the given vo.MembersManager.getNewExtendMembership(PerunSession sess, Vo vo, String loa) Returns the date to which will be extended member's expiration time.VosManager.getParentVos(PerunSession sess, int memberVoId) Gets all organizations where given vo is direct member.AttributesManager.getRequiredAttributes(PerunSession sess, Service service, Vo vo) Get vo attributes which are required by the service.ResourcesManager.getResourceByName(PerunSession sess, Vo vo, Facility facility, String name) Return resource by its name.ResourcesManager.getResources(PerunSession perunSession, Vo vo) Get all VO resources.intResourcesManager.getResourcesCount(PerunSession perunSession, Vo vo) Get all VO resources count.TasksManager.getResourcesState(PerunSession session, Vo vo) Returns list of ResourceStates for VO.ResourcesManager.getResourcesWhereGroupIsAdmin(PerunSession sess, Facility facility, Vo vo, Group authorizedGroup) Return all resources for the facility and the vo where the group is authorized as resource manager.ResourcesManager.getResourcesWhereUserIsAdmin(PerunSession sess, Facility facility, Vo vo, User authorizedUser) Return all resources for the facility and the vo where user is authorized as resource manager.ResourcesManager.getResourcesWhereUserIsAdmin(PerunSession sess, Vo vo, User authorizedUser) Return all resources for the vo where user is authorized as resource manager.VosManager.getRichAdmins(PerunSession perunSession, Vo vo) Deprecated.VosManager.getRichAdmins(PerunSession perunSession, Vo vo, String role, List<String> specificAttributes, boolean allUserAttributes, boolean onlyDirectAdmins) Deprecated.VosManager.getRichAdminsWithAttributes(PerunSession perunSession, Vo vo) Deprecated.VosManager.getRichAdminsWithSpecificAttributes(PerunSession perunSession, Vo vo, List<String> specificAttributes) Deprecated.MembersManager.getRichMembers(PerunSession sess, Vo vo) Get all rich members of VO.MembersManager.getRichMembers(PerunSession sess, Vo vo, Status status) Get all rich members of VO with specified status.MembersManager.getRichMembersNoUserAttributes(PerunSession sess, Vo vo) Get all rich members of VO.MembersManager.getRichMembersWithAttributes(PerunSession sess, Vo vo) Get all rich members of VO.MembersManager.getRichMembersWithAttributes(PerunSession sess, Vo vo, Status status) Get all rich members of VO with specified status.MembersManager.getRichMembersWithAttributes(PerunSession sess, Vo vo, List<AttributeDefinition> attrsDef) Get RichMembers with Attributes but only with selected attributes from list attrsDef for vo.MembersManager.getRichMembersWithAttributesByNames(PerunSession sess, Vo vo, List<String> attrsNames) Get RichMembers with Attributes but only with selected attributes from list attrsDef for vo.ResourcesManager.getRichResources(PerunSession perunSession, Vo vo) Get all VO rich resources with facility property filled.MembersManager.getServiceUserRichMembers(PerunSession sess, Vo vo) Get RichMembers from a VO who are service users.MembersManager.getSponsoredMembers(PerunSession sess, Vo vo) Gets list of sponsored members of a VO.MembersManager.getSponsoredMembers(PerunSession sess, Vo vo, User user) Gets list of members of a VO sponsored by the given user.MembersManager.getSponsoredMembers(PerunSession sess, Vo vo, User user, List<String> attrNames) Get all sponsored RichMembers with attributes by list of attribute names for specific User and Vo.MembersManager.getSponsoredMembersAndTheirSponsors(PerunSession sess, Vo vo, List<String> attrNames) Gets list of sponsored members with sponsors.UsersManager.getUsersPage(PerunSession sess, UsersPageQuery query, List<String> attrNames) Get page of users with the given attributes.UsersManager.getUsersWithoutSpecificVo(PerunSession sess, Vo vo, String searchString) Return list of users who matches the searchString, searching name, email and logins and are not member in specific VO.VosManager.getVoById(PerunSession perunSession, int id) Finds existing VO by id.VosManager.getVoByShortName(PerunSession perunSession, String shortName) Find existing VO by short name (short name is unique).ExtSourcesManager.getVoExtSources(PerunSession perunSession, Vo vo) Get list of external sources associated with the VO.VosManager.getVoMembersCountsByStatus(PerunSession sess, Vo vo) Returns number of vo members by their status.booleanGroupsManager.isAllowedGroupToHierarchicalVo(PerunSession sess, Group group, Vo vo) Returns flag representing if the group can be included in the (parent) vo's groupsvoidMembersManager.moveMembership(PerunSession sess, Vo vo, User sourceUser, User targetUser) Moves membership in VO from source user to target user - moves the source user's memberships in non-synchronized groups, member related attributes, bans and sponsorships in the VO.voidVosManager.removeAdmin(PerunSession perunSession, Vo vo, Group group) Removes a group administrator from the VO.voidVosManager.removeAdmin(PerunSession perunSession, Vo vo, User user) Removes a user administrator from the VO.voidAttributesManager.removeAllAttributes(PerunSession sess, Vo vo) Unset all attributes for the vo.voidAttributesManager.removeAttribute(PerunSession sess, Vo vo, AttributeDefinition attribute) Unset particular attribute for the vo.voidAttributesManager.removeAttributes(PerunSession sess, Vo vo, List<? extends AttributeDefinition> attributes) PRIVILEGE: Remove attributes only when principal has access to write on them.voidExtSourcesManager.removeExtSource(PerunSession perunSession, Vo vo, ExtSource source) Remove association of the external source from the VO.voidExtSourcesManager.removeExtSources(PerunSession perunSession, Vo vo, List<ExtSource> sources) Remove associations of external sources from the VO.voidVosManager.removeMemberVo(PerunSession sess, Vo vo, Vo memberVo) Removes member vo from given vo.voidVosManager.removeSponsorRole(PerunSession sess, Vo vo, Group group) Removes role SPONSOR from group in a VO.voidVosManager.removeSponsorRole(PerunSession sess, Vo vo, User user) Removes role SPONSOR from user in a VO.voidAttributesManager.setAttribute(PerunSession sess, Vo vo, Attribute attribute) Store the particular attribute associated with the vo.voidAttributesManager.setAttributes(PerunSession sess, Vo vo, List<Attribute> attributes) Store the attributes associated with the vo.VosManager.updateBan(PerunSession sess, BanOnVo banOnVo) Update existing ban (description, validation timestamp)ResourcesManager.updateResourceTag(PerunSession perunSession, ResourceTag resourceTag) Update existing Resource tag.VosManager.updateVo(PerunSession perunSession, Vo vo) Updates VO. -
Uses of VoNotExistsException in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that throw VoNotExistsExceptionModifier and TypeMethodDescriptionvoidExtSourcesManagerBl.checkExtSourceAssignedToVo(PerunSession sess, ExtSource extSource, int voId) Check if extSource is assigned to vo or not.voidVosManagerBl.checkVoExists(PerunSession sess, Vo vo) GroupsManagerBl.createGroupUnion(PerunSession sess, Group resultGroup, Group operandGroup, boolean parentFlag) Performs union operation on two groups.TasksManagerBl.getAllFacilitiesStatesForVo(PerunSession session, Vo vo) Return propagation status of all facilities related to VO resourcesVosManagerBl.getEnrichedVoById(PerunSession perunSession, int id) Finds existing vo by and id and returns corresponding EnrichedVoTasksManagerBl.getResourcesState(PerunSession session, Vo vo) Returns list of ResourceStates for VO.AttributesManagerBl.getRichAttributesWithHoldersForAttributeDefinition(PerunSession sess, AttributeDefinition attrDef, RichAttribute aidingAttr) Method get attribute Definition attrDef and aidingAttr which only holds one or two useful objects in holders.MembersManagerBl.getRichMembersNoUserAttributes(PerunSession sess, Vo vo) Get all rich members of VO.VosManagerBl.getVoById(PerunSession perunSession, int id) Finds existing VO by id.VosManagerBl.getVoByShortName(PerunSession perunSession, String shortName) Find existing VO by short name (short name is unique).VosManagerBl.getVosByPerunBean(PerunSession sess, Group group) Returns list of vos connected with a groupVosManagerBl.getVosByPerunBean(PerunSession sess, Resource resource) Returns list of vos connected with a resource -
Uses of VoNotExistsException in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw VoNotExistsExceptionModifier and TypeMethodDescriptionvoidExtSourcesManagerBlImpl.checkExtSourceAssignedToVo(PerunSession sess, ExtSource extSource, int voId) voidVosManagerBlImpl.checkVoExists(PerunSession sess, Vo vo) GroupsManagerBlImpl.createGroupUnion(PerunSession sess, Group resultGroup, Group operandGroup, boolean parentFlag) TasksManagerBlImpl.getAllFacilitiesStatesForVo(PerunSession session, Vo vo) VosManagerBlImpl.getEnrichedVoById(PerunSession sess, int id) TasksManagerBlImpl.getResourcesState(PerunSession session, Vo vo) AttributesManagerBlImpl.getRichAttributesWithHoldersForAttributeDefinition(PerunSession sess, AttributeDefinition attrDef, RichAttribute aidingAttr) VosManagerBlImpl.getVoById(PerunSession sess, int id) VosManagerBlImpl.getVoByShortName(PerunSession sess, String shortName) VosManagerBlImpl.getVosByPerunBean(PerunSession sess, Group group) VosManagerBlImpl.getVosByPerunBean(PerunSession sess, Resource resource) -
Uses of VoNotExistsException in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that throw VoNotExistsExceptionModifier and TypeMethodDescriptionvoidVosManagerEntry.addAdmin(PerunSession sess, Vo vo, Group group) voidVosManagerEntry.addAdmin(PerunSession sess, Vo vo, User user) voidExtSourcesManagerEntry.addExtSource(PerunSession sess, Group group, ExtSource source) voidExtSourcesManagerEntry.addExtSource(PerunSession sess, Vo vo, ExtSource source) voidExtSourcesManagerEntry.addExtSources(PerunSession sess, Vo vo, List<ExtSource> sources) voidMembersManagerEntry.addMemberCandidates(PerunSession sess, Vo vo, List<MemberCandidate> candidates) voidMembersManagerEntry.addMemberCandidates(PerunSession sess, Vo vo, List<MemberCandidate> candidates, Group group) voidVosManagerEntry.addMemberVo(PerunSession sess, Vo vo, Vo memberVo) voidVosManagerEntry.addSponsorRole(PerunSession sess, Vo vo, Group group) Adds role SPONSOR for group in a VO.voidVosManagerEntry.addSponsorRole(PerunSession sess, Vo vo, User user) Adds role SPONSOR for user in a VO.voidGroupsManagerEntry.allowGroupsToHierarchicalVo(PerunSession sess, List<Group> groups, Vo vo) voidGroupsManagerEntry.allowGroupToHierarchicalVo(PerunSession sess, Group group, Vo vo) booleanMembersManagerEntry.canBeMember(PerunSession sess, Vo vo, User user, String loa) booleanMembersManagerEntry.canBeMemberWithReason(PerunSession sess, Vo vo, User user, String loa) voidAttributesManagerEntry.checkAttributeSemantics(PerunSession sess, Vo vo, Attribute attribute) voidAttributesManagerEntry.checkAttributesSemantics(PerunSession sess, Vo vo, List<Attribute> attributes) voidAttributesManagerEntry.checkAttributesSyntax(PerunSession sess, Vo vo, List<Attribute> attributes) voidAttributesManagerEntry.checkAttributeSyntax(PerunSession sess, Vo vo, Attribute attribute) GroupsManagerEntry.createGroup(PerunSession sess, Vo vo, Group group) GroupsManagerEntry.createGroupUnion(PerunSession sess, Group resultGroup, Group operandGroup) MembersManagerEntry.createMember(PerunSession sess, Vo vo, Candidate candidate) MembersManagerEntry.createMember(PerunSession sess, Vo vo, Candidate candidate, List<Group> groups) MembersManagerEntry.createMember(PerunSession sess, Vo vo, ExtSource extSource, String login) MembersManagerEntry.createMember(PerunSession sess, Vo vo, ExtSource extSource, String login, List<Group> groups) MembersManagerEntry.createMember(PerunSession sess, Vo vo, User user) MembersManagerEntry.createMember(PerunSession sess, Vo vo, User user, List<Group> groups) ResourcesManagerEntry.createResource(PerunSession sess, Resource resource, Vo vo, Facility facility) ResourcesManagerEntry.createResourceTag(PerunSession perunSession, ResourceTag resourceTag, Vo vo) MembersManagerEntry.createSpecificMember(PerunSession sess, Vo vo, Candidate candidate, List<User> specificUserOwners, SpecificUserType specificUserType) MembersManagerEntry.createSpecificMember(PerunSession sess, Vo vo, Candidate candidate, List<User> specificUserOwners, SpecificUserType specificUserType, List<Group> groups) voidGroupsManagerEntry.deleteAllGroups(PerunSession sess, Vo vo) voidMembersManagerEntry.deleteAllMembers(PerunSession sess, Vo vo) voidResourcesManagerEntry.deleteAllResources(PerunSession sess, Vo vo) voidResourcesManagerEntry.deleteAllResourcesTagsForVo(PerunSession perunSession, Vo vo) voidResourcesManagerEntry.deleteResourceTag(PerunSession perunSession, ResourceTag resourceTag) voidVosManagerEntry.deleteVo(PerunSession sess, Vo vo) voidVosManagerEntry.deleteVo(PerunSession sess, Vo vo, boolean forceDelete) voidGroupsManagerEntry.disallowGroupsToHierarchicalVo(PerunSession sess, List<Group> groups, Vo vo) voidGroupsManagerEntry.disallowGroupToHierarchicalVo(PerunSession sess, Group group, Vo vo) VosManagerEntry.findCandidates(PerunSession sess, Vo vo, String searchString) VosManagerEntry.findCandidates(PerunSession sess, Vo vo, String searchString, int maxNumOfResults) MembersManagerEntry.findCompleteRichMembers(PerunSession sess, Vo vo, List<String> attrsNames, String searchString, boolean onlySponsored) MembersManagerEntry.findCompleteRichMembers(PerunSession sess, Vo vo, List<String> attrsNames, List<String> allowedStatuses, String searchString) MembersManagerEntry.findMembersByNameInVo(PerunSession sess, Vo vo, String searchString) MembersManagerEntry.findMembersInVo(PerunSession sess, Vo vo, String searchString) MembersManagerEntry.findRichMembersInVo(PerunSession sess, Vo vo, String searchString) MembersManagerEntry.findRichMembersWithAttributesInVo(PerunSession sess, Vo vo, String searchString) VosManagerEntry.getAdminGroups(PerunSession sess, Vo vo) Deprecated.VosManagerEntry.getAdminGroups(PerunSession perunSession, Vo vo, String role) VosManagerEntry.getAdmins(PerunSession sess, Vo vo) Deprecated.VosManagerEntry.getAdmins(PerunSession perunSession, Vo vo, String role, boolean onlyDirectAdmins) GroupsManagerEntry.getAllAllowedGroupsToHierarchicalVo(PerunSession sess, Vo vo) GroupsManagerEntry.getAllAllowedGroupsToHierarchicalVo(PerunSession sess, Vo vo, Vo memberVo) TasksManagerEntry.getAllFacilitiesStatesForVo(PerunSession session, Vo vo) GroupsManagerEntry.getAllGroups(PerunSession sess, Vo vo) GroupsManagerEntry.getAllGroupsWithHierarchy(PerunSession sess, Vo vo) FacilitiesManagerEntry.getAllowedGroups(PerunSession perunSession, Facility facility, Vo specificVo, Service specificService) FacilitiesManagerEntry.getAllowedRichGroupsWithAttributes(PerunSession perunSession, Facility facility, Vo specificVo, Service specificService, List<String> attrNames) FacilitiesManagerEntry.getAllowedUsers(PerunSession sess, Facility facility, Vo specificVo, Service specificService) ResourcesManagerEntry.getAllResourcesByResourceTag(PerunSession perunSession, ResourceTag resourceTag) ResourcesManagerEntry.getAllResourcesTagsForVo(PerunSession perunSession, Vo vo) GroupsManagerEntry.getAllRichGroupsWithAttributesByNames(PerunSession sess, Vo vo, List<String> attrNames) Deprecated.GroupsManagerEntry.getAllRichGroupsWithAttributesByNames(PerunSession sess, Vo vo, List<String> attrNames, List<String> roles, List<RoleAssignmentType> types) MembersManagerEntry.getAllSponsoredMembers(PerunSession sess, Vo vo) MembersManagerEntry.getAllSponsoredMembersAndTheirSponsors(PerunSession sess, Vo vo, List<String> attrNames) ServicesManagerEntry.getAssignedServices(PerunSession sess, Facility facility, Vo vo) AttributesManagerEntry.getAttribute(PerunSession sess, Vo vo, String attributeName) AttributesManagerEntry.getAttributeById(PerunSession sess, Vo vo, int id) AttributesManagerEntry.getAttributes(PerunSession sess, Vo vo) AttributesManagerEntry.getAttributes(PerunSession sess, Vo vo, List<String> attrNames) VosManagerEntry.getBansForVo(PerunSession sess, int voId) VosManagerEntry.getCompleteCandidates(PerunSession sess, Vo vo, List<String> attrNames, String searchString) MembersManagerEntry.getCompleteRichMembers(PerunSession sess, Vo vo, List<String> attrsNames, List<String> allowedStatuses) VosManagerEntry.getDirectAdmins(PerunSession sess, Vo vo) Deprecated.VosManagerEntry.getDirectRichAdminsWithSpecificAttributes(PerunSession sess, Vo vo, List<String> specificAttributes) Deprecated.VosManagerEntry.getEnrichedBansForVo(PerunSession sess, int voId, List<String> attrNames) ResourcesManagerEntry.getEnrichedResourcesForVo(PerunSession sess, Vo vo, List<String> attrNames) VosManagerEntry.getEnrichedVoById(PerunSession sess, int id) ServicesManagerEntry.getFacilitiesDestinations(PerunSession sess, Vo vo) GroupsManagerEntry.getGroupByName(PerunSession sess, Vo vo, String name) GroupsManagerEntry.getGroups(PerunSession sess, Vo vo) intGroupsManagerEntry.getGroupsCount(PerunSession sess, Vo vo) GroupsManagerEntry.getGroupsPage(PerunSession sess, Vo vo, GroupsPageQuery query, List<String> attrNames) GroupsManagerEntry.getGroupsWhereUserIsActiveMember(PerunSession sess, User user, Vo vo) UsersManagerEntry.getGroupsWhereUserIsAdmin(PerunSession sess, Vo vo, User user) MembersManagerEntry.getMemberByExtSourceNameAndExtLogin(PerunSession sess, Vo vo, String extSourceName, String extLogin) MembersManagerEntry.getMemberByUser(PerunSession sess, Vo vo, User user) MembersManagerEntry.getMemberByUserExtSource(PerunSession sess, Vo vo, UserExtSource uea) MembersManagerEntry.getMembers(PerunSession sess, Vo vo) MembersManagerEntry.getMembers(PerunSession sess, Vo vo, Status status) SearcherEntry.getMembers(PerunSession sess, Vo vo, Map<String, String> attributesWithSearchingValues) SearcherEntry.getMembersByUserAttributes(PerunSession sess, Vo vo, Map<String, String> userAttributesWithSearchingValues) intMembersManagerEntry.getMembersCount(PerunSession sess, Vo vo) intMembersManagerEntry.getMembersCount(PerunSession sess, Vo vo, Status status) MembersManagerEntry.getMembersPage(PerunSession sess, Vo vo, MembersPageQuery query, List<String> attrNames) MembersManagerEntry.getMembersPage(PerunSession sess, Vo vo, MembersPageQuery query, List<String> attrNames, String policy) VosManagerEntry.getMemberVos(PerunSession sess, int voId) MembersManagerEntry.getNewExtendMembership(PerunSession sess, Vo vo, String loa) VosManagerEntry.getParentVos(PerunSession sess, int memberVoId) AttributesManagerEntry.getRequiredAttributes(PerunSession sess, Service service, Vo vo) ResourcesManagerEntry.getResourceByName(PerunSession sess, Vo vo, Facility facility, String name) ResourcesManagerEntry.getResources(PerunSession sess, Vo vo) intResourcesManagerEntry.getResourcesCount(PerunSession sess, Vo vo) TasksManagerEntry.getResourcesState(PerunSession session, Vo vo) ResourcesManagerEntry.getResourcesWhereGroupIsAdmin(PerunSession sess, Facility facility, Vo vo, Group authorizedGroup) ResourcesManagerEntry.getResourcesWhereUserIsAdmin(PerunSession sess, Facility facility, Vo vo, User authorizedUser) ResourcesManagerEntry.getResourcesWhereUserIsAdmin(PerunSession sess, Vo vo, User authorizedUser) VosManagerEntry.getRichAdmins(PerunSession sess, Vo vo) Deprecated.VosManagerEntry.getRichAdmins(PerunSession perunSession, Vo vo, String role, List<String> specificAttributes, boolean allUserAttributes, boolean onlyDirectAdmins) VosManagerEntry.getRichAdminsWithAttributes(PerunSession sess, Vo vo) Deprecated.VosManagerEntry.getRichAdminsWithSpecificAttributes(PerunSession sess, Vo vo, List<String> specificAttributes) Deprecated.MembersManagerEntry.getRichMembers(PerunSession sess, Vo vo) MembersManagerEntry.getRichMembers(PerunSession sess, Vo vo, Status status) MembersManagerEntry.getRichMembersNoUserAttributes(PerunSession sess, Vo vo) MembersManagerEntry.getRichMembersWithAttributes(PerunSession sess, Vo vo) MembersManagerEntry.getRichMembersWithAttributes(PerunSession sess, Vo vo, Status status) MembersManagerEntry.getRichMembersWithAttributes(PerunSession sess, Vo vo, List<AttributeDefinition> attrsDef) MembersManagerEntry.getRichMembersWithAttributesByNames(PerunSession sess, Vo vo, List<String> attrsNames) ResourcesManagerEntry.getRichResources(PerunSession sess, Vo vo) MembersManagerEntry.getServiceUserRichMembers(PerunSession sess, Vo vo) MembersManagerEntry.getSponsoredMembers(PerunSession sess, Vo vo) MembersManagerEntry.getSponsoredMembers(PerunSession sess, Vo vo, User user) MembersManagerEntry.getSponsoredMembers(PerunSession sess, Vo vo, User user, List<String> attrNames) MembersManagerEntry.getSponsoredMembersAndTheirSponsors(PerunSession sess, Vo vo, List<String> attrNames) UsersManagerEntry.getUsersPage(PerunSession sess, UsersPageQuery query, List<String> attrNames) UsersManagerEntry.getUsersWithoutSpecificVo(PerunSession sess, Vo vo, String searchString) VosManagerEntry.getVoById(PerunSession sess, int id) VosManagerEntry.getVoByShortName(PerunSession sess, String shortName) ExtSourcesManagerEntry.getVoExtSources(PerunSession sess, Vo vo) VosManagerEntry.getVoMembersCountsByStatus(PerunSession sess, Vo vo) booleanGroupsManagerEntry.isAllowedGroupToHierarchicalVo(PerunSession sess, Group group, Vo vo) voidMembersManagerEntry.moveMembership(PerunSession sess, Vo vo, User sourceUser, User targetUser) voidVosManagerEntry.removeAdmin(PerunSession sess, Vo vo, Group group) voidVosManagerEntry.removeAdmin(PerunSession sess, Vo vo, User user) voidAttributesManagerEntry.removeAllAttributes(PerunSession sess, Vo vo) voidAttributesManagerEntry.removeAttribute(PerunSession sess, Vo vo, AttributeDefinition attribute) voidAttributesManagerEntry.removeAttributes(PerunSession sess, Vo vo, List<? extends AttributeDefinition> attributes) voidExtSourcesManagerEntry.removeExtSource(PerunSession sess, Vo vo, ExtSource source) voidExtSourcesManagerEntry.removeExtSources(PerunSession sess, Vo vo, List<ExtSource> sources) voidVosManagerEntry.removeMemberVo(PerunSession sess, Vo vo, Vo memberVo) voidVosManagerEntry.removeSponsorRole(PerunSession sess, Vo vo, Group group) Removes role SPONSOR from group in a VO.voidVosManagerEntry.removeSponsorRole(PerunSession sess, Vo vo, User user) Removes role SPONSOR from user in a VO.voidAttributesManagerEntry.setAttribute(PerunSession sess, Vo vo, Attribute attribute) voidAttributesManagerEntry.setAttributes(PerunSession sess, Vo vo, List<Attribute> attributes) VosManagerEntry.updateBan(PerunSession sess, BanOnVo banOnVo) ResourcesManagerEntry.updateResourceTag(PerunSession perunSession, ResourceTag resourceTag) VosManagerEntry.updateVo(PerunSession sess, Vo vo) -
Uses of VoNotExistsException in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that throw VoNotExistsExceptionModifier and TypeMethodDescriptionvoidVosManagerImpl.checkVoExists(PerunSession sess, Vo vo) VosManagerImpl.getVoById(PerunSession sess, int id) VosManagerImpl.getVoByShortName(PerunSession sess, String shortName) -
Uses of VoNotExistsException in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi that throw VoNotExistsExceptionModifier and TypeMethodDescriptionvoidVosManagerImplApi.checkVoExists(PerunSession perunSession, Vo vo) Check if vo exists in underlaying data source.VosManagerImplApi.getVoById(PerunSession perunSession, int id) Finds existing VO by id.VosManagerImplApi.getVoByShortName(PerunSession perunSession, String shortName) Find existing VO by short name (short name is unique).