Uses of Class
edu.internet2.middleware.grouper.exception.StemNotFoundException
Packages that use StemNotFoundException
Package
Description
The I2MI Grouper project is an open source toolkit for managing groups.
The Unresolvable Subject Deletion Utility (usdu) is a Grouper API extension
which finds and optionally deletes members whose subjects can not be resolved
by their source.
This package contains the data access object interfaces that a DB
layer would have to implement (generally revolving around queries to DB)
This package contains hib3 related data access object implementations
and mappings
This package contains access and privilege related classes
-
Uses of StemNotFoundException in edu.internet2.middleware.grouper
Methods in edu.internet2.middleware.grouper that throw StemNotFoundExceptionModifier and TypeMethodDescriptionstatic StemStem._createStemAndParentStemsIfNotExist(GrouperSession grouperSession, String stemName, String stemDisplayNameForInserts) create stems and parents if not exist.static StemStemFinder.findByAlternateName(GrouperSession s, String name, boolean exceptionIfNotFound, QueryOptions queryOptions) Find stem by its alternate name.static StemStemFinder.findByCurrentName(GrouperSession s, String name, boolean exceptionIfNotFound, QueryOptions queryOptions) Find stem by its current name.static StemStemFinder.findByIdIndex(Long idIndex, boolean exceptionIfNotFound, QueryOptions queryOptions) Find a stem within the registry by ID index.static StemStemFinder.findByName(GrouperSession s, String name) Deprecated.see overloadstatic StemStemFinder.findByName(GrouperSession s, String name, boolean exceptionIfNotFound) Find stem by name.static StemStemFinder.findByName(GrouperSession s, String name, boolean exceptionIfNotFound, QueryOptions queryOptions) Find stem by name.static StemStemFinder.findByName(String name, boolean exceptionIfNotFound) Find stem by name.static StemStemFinder.findByName(String name, boolean exceptionIfNotFound, QueryOptions queryOptions) Find stem by name.static StemStemFinder.findByUuid(GrouperSession s, String uuid) Deprecated.see overloadstatic StemStemFinder.findByUuid(GrouperSession s, String uuid, boolean exceptionIfNotFound) Get stem by uuid.static StemStemFinder.findByUuid(GrouperSession s, String uuid, boolean exceptionIfNotFound, QueryOptions queryOptions) Get stem by uuid.StemFinder.findByUuids(GrouperSession s, Collection<String> uuids, QueryOptions queryOptions) Get stems by uuids.static StemStemFinder.findRootStem(GrouperSession s) Find root stem of the Groups Registry.Membership.getOwnerStem()Stem.getParentStem()Get parent stem.Membership.getStem()Deprecated.use getOwnerStem() insteadstatic StemStemFinder.internal_findByName(String name, boolean exceptionIfNotFound) Grouper internal method onlyCompositeSave.save()create or update a group.GroupSave.save()create or update a group.StemSave.save()create or update a stem.static GroupGroup.saveGroup(GrouperSession GROUPER_SESSION, String groupNameToEdit, String uuid, String name, String displayExtension, String description, SaveMode saveMode, boolean createParentStemsIfNotExist) create or update a group.static StemStem.saveStem(GrouperSession grouperSession, String stemNameToEdit, String uuid, String name, String displayExtension, String description, SaveMode saveMode, boolean createParentStemsIfNotExist) create or update a stem. -
Uses of StemNotFoundException in edu.internet2.middleware.grouper.app.usdu
Methods in edu.internet2.middleware.grouper.app.usdu that throw StemNotFoundExceptionModifier and TypeMethodDescriptionstatic voidUSDU.resolveMember(GrouperSession s, String uuid, boolean delete) Deprecated.static voidUSDU.resolveMembers(GrouperSession s, boolean delete) Deprecated.static voidUSDU.resolveMembers(GrouperSession s, Source source, boolean delete) Deprecated.protected static voidUSDU.resolveMembers(Set<Member> unresolvables, boolean delete) Deprecated. -
Uses of StemNotFoundException in edu.internet2.middleware.grouper.attr
Methods in edu.internet2.middleware.grouper.attr that throw StemNotFoundException -
Uses of StemNotFoundException in edu.internet2.middleware.grouper.attr.assign
Methods in edu.internet2.middleware.grouper.attr.assign that throw StemNotFoundExceptionModifier and TypeMethodDescriptionAttributeAssignSave.save()create or update an attribute assignment Steps: 1. -
Uses of StemNotFoundException in edu.internet2.middleware.grouper.group
Methods in edu.internet2.middleware.grouper.group that throw StemNotFoundException -
Uses of StemNotFoundException in edu.internet2.middleware.grouper.internal.dao
Methods in edu.internet2.middleware.grouper.internal.dao that throw StemNotFoundExceptionModifier and TypeMethodDescriptionStemDAO.findByAlternateName(String name, boolean exceptionIfNotFound, QueryOptions queryOptions) Find a stem by its alternate name only.StemDAO.findByCurrentName(String name, boolean exceptionIfNotFound, QueryOptions queryOptions) Find a stem by its current name only.StemDAO.findByIdIndex(Long idIndex, boolean exceptionIfNotFound, QueryOptions queryOptions) find by id indexStemDAO.findByName(String name) Deprecated.StemDAO.findByName(String name, boolean exceptionIfNull) StemDAO.findByName(String name, boolean exceptionIfNull, QueryOptions queryOptions) StemDAO.findByNames(Collection<String> names, boolean exceptionOnNotFound) find all stems by nameStemDAO.findByUuid(String uuid) Deprecated.StemDAO.findByUuid(String uuid, boolean exceptionIfNull) StemDAO.findByUuid(String uuid, boolean exceptionIfNull, QueryOptions queryOptions) StemDAO.findByUuidOrName(String uuid, String name, boolean exceptionIfNull) StemDAO.findByUuidOrName(String uuid, String name, boolean exceptionIfNull, QueryOptions queryOptions) -
Uses of StemNotFoundException in edu.internet2.middleware.grouper.internal.dao.hib3
Methods in edu.internet2.middleware.grouper.internal.dao.hib3 that throw StemNotFoundExceptionModifier and TypeMethodDescriptionHib3StemDAO.findByAlternateName(String name, boolean exceptionIfNull, QueryOptions queryOptions) Hib3StemDAO.findByCurrentName(String name, boolean exceptionIfNull, QueryOptions queryOptions) Hib3StemDAO.findByName(String name) Deprecated.Hib3StemDAO.findByName(String name, boolean exceptionIfNull) Hib3StemDAO.findByName(String name, boolean exceptionIfNull, QueryOptions queryOptions) Hib3StemDAO.findByNames(Collection<String> names, boolean exceptionOnNotFound) Hib3StemDAO.findByUuid(String uuid) Deprecated.Hib3StemDAO.findByUuid(String uuid, boolean exceptionIfNull) Hib3StemDAO.findByUuid(String uuid, boolean exceptionIfNull, QueryOptions queryOptions) Hib3StemDAO.findByUuidOrName(String uuid, String name, boolean exceptionIfNull) Hib3StemDAO.findByUuidOrName(String uuid, String name, boolean exceptionIfNull, QueryOptions queryOptions) -
Uses of StemNotFoundException in edu.internet2.middleware.grouper.privs
Methods in edu.internet2.middleware.grouper.privs that throw StemNotFoundExceptionModifier and TypeMethodDescriptionGrouperPrivilegeAdapter.internal_getStemsWhereSubjectHasPriv(GrouperSession s, Member m, Field f)