Uses of Class
edu.internet2.middleware.grouper.GroupType
Packages that use GroupType
Package
Description
The I2MI Grouper project is an open source toolkit for managing groups.
Grouper loader is a generic loading utility for grouper that automatically manages lists
Documentation is available via the 'Grouper loader' on the Grouper Project wiki https://spaces.internet2.edu/display/Grouper/Grouper+-+Loader
Documentation is available via the 'Grouper loader' on the Grouper Project wiki https://spaces.internet2.edu/display/Grouper/Grouper+-+Loader
This package contains classes which help query for Groups, Stems, etc
This package contains beans which are used by hooks to pass data.
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 validator classes
-
Uses of GroupType in edu.internet2.middleware.grouper
Methods in edu.internet2.middleware.grouper that return GroupTypeModifier and TypeMethodDescriptionGroupType.clone()deep clone the fields in this objectstatic GroupTypeGroupType.createType(GrouperSession s, String name) Deprecated.static GroupTypeGroupType.createType(GrouperSession s, String name, boolean exceptionIfExists) Deprecated.static GroupTypeGroupType.createType(GrouperSession s, String name, boolean exceptionIfExists, String uuid) Deprecated.static GroupTypeDeprecated.static GroupTypeDeprecated.static GroupTypeGroupTypeFinder.findByUuid(String typeUuid, boolean exceptionIfNotFound) Deprecated.Field.getGroupType()Field.getGroupType(boolean exceptionIfNoGroupType) static GroupTypeGroupType.internal_createType(GrouperSession s, String name, boolean exceptionIfExists, boolean[] changed, String uuid) static GroupTypeGroupTypeFinder.internal_findGroupTypeByField(Field field, boolean exceptionIfNoGroupType) Attribute.internal_getGroupType()static GroupTypeGroupType.internal_getGroupType(AttributeDefName attribute, boolean exceptionIfNotLegacyGroupType) Methods in edu.internet2.middleware.grouper that return types with arguments of type GroupTypeModifier and TypeMethodDescriptionGroup.getRemovableTypes()Deprecated.Group.getTypes()Deprecated.Group.getTypes(boolean checkSecurity) Deprecated.Group.getTypesDb()Deprecated.Methods in edu.internet2.middleware.grouper with parameters of type GroupTypeModifier and TypeMethodDescriptionvoidDeprecated.booleanDeprecated.voidGroup.deleteType(GroupType type) Deprecated.FieldFinder.findAllByGroupType(GroupType groupType) GroupFinder.findAllByType(GrouperSession s, GroupType type) Find all groups within the registry by theirGroupType.booleanCheck whether group has the specified type.booleanCheck whether group has the specified type.booleanGroup.internal_addType(GroupType type, String groupTypeAssignmentId, boolean exceptionIfAlreadyHasType) Method parameters in edu.internet2.middleware.grouper with type arguments of type GroupType -
Uses of GroupType in edu.internet2.middleware.grouper.app.gsh
Methods in edu.internet2.middleware.grouper.app.gsh that return GroupType -
Uses of GroupType in edu.internet2.middleware.grouper.app.loader
Methods in edu.internet2.middleware.grouper.app.loader that return types with arguments of type GroupTypeModifier and TypeMethodDescriptionLoaderJobBean.getGroupTypes()group types to add to loader managed groupMethod parameters in edu.internet2.middleware.grouper.app.loader with type arguments of type GroupTypeModifier and TypeMethodDescriptionvoidLoaderJobBean.setGroupTypes(List<GroupType> groupTypes) group types to add to loader managed group -
Uses of GroupType in edu.internet2.middleware.grouper.filter
Constructors in edu.internet2.middleware.grouper.filter with parameters of type GroupTypeModifierConstructorDescriptionGroupTypeFilter(GroupType type, Stem ns) QueryFilterthat returns groups that have the specifiedGroupType. -
Uses of GroupType in edu.internet2.middleware.grouper.hooks.beans
Methods in edu.internet2.middleware.grouper.hooks.beans that return GroupTypeConstructors in edu.internet2.middleware.grouper.hooks.beans with parameters of type GroupType -
Uses of GroupType in edu.internet2.middleware.grouper.internal.dao
Methods in edu.internet2.middleware.grouper.internal.dao with parameters of type GroupTypeModifier and TypeMethodDescriptionGroupDAO.findAllByType(GroupType _gt) note, this doesnt cacheGroupDAO.findAllByType(GroupType _gt, QueryOptions queryOptions) this cachesGroupDAO.findAllByType(GroupType _gt, String scope) -
Uses of GroupType in edu.internet2.middleware.grouper.internal.dao.hib3
Methods in edu.internet2.middleware.grouper.internal.dao.hib3 with parameters of type GroupTypeModifier and TypeMethodDescriptionHib3GroupDAO.findAllByType(GroupType _gt) Note, this doesnt cacheHib3GroupDAO.findAllByType(GroupType _gt, QueryOptions queryOptions) Hib3GroupDAO.findAllByType(GroupType _gt, String scope) -
Uses of GroupType in edu.internet2.middleware.grouper.testing
Methods in edu.internet2.middleware.grouper.testing that return GroupTypeMethods in edu.internet2.middleware.grouper.testing with parameters of type GroupTypeModifier and TypeMethodDescriptionvoidGrouperTestBase.assertDoNotFindGroupByType(GrouperSession s, GroupType type) voidGrouperTestBase.assertDoNotFindGroupByType(GrouperSession s, GroupType type, String msg) GrouperTestBase.assertFindGroupByType(GrouperSession s, GroupType type) GrouperTestBase.assertFindGroupByType(GrouperSession s, GroupType type, String msg) voidGrouperTestBase.assertGroupHasType(Group g, GroupType type, boolean exp) -
Uses of GroupType in edu.internet2.middleware.grouper.validator
Methods in edu.internet2.middleware.grouper.validator with parameters of type GroupTypeModifier and TypeMethodDescriptionstatic ModifyGroupTypeValidatorModifyGroupTypeValidator.validate(GrouperSession s, GroupType type)