Uses of Enum Class
com.atlassian.crowd.model.group.GroupType
Packages that use GroupType
Package
Description
-
Uses of GroupType in com.atlassian.crowd.directory
Methods in com.atlassian.crowd.directory with parameters of type GroupTypeModifier and TypeMethodDescriptionvoidDbCachingRemoteChangeOperations.deleteCachedGroupsNotIn(GroupType groupType, List<? extends Group> remoteGroups, Date syncStartDate) voidDirectoryCacheChangeOperations.deleteCachedGroupsNotIn(GroupType groupType, List<? extends Group> ldapGroups, Date syncStartDate) voidDirectoryCacheImplUsingChangeOperations.deleteCachedGroupsNotIn(GroupType groupType, List<? extends Group> remoteGroups, Date syncStartDate) protected LDAPGroupWithAttributesSpringLDAPConnector.findGroupByNameAndType(String name, GroupType groupType) protected List<LDAPUserWithAttributes> MicrosoftActiveDirectory.findUserMembersOfGroupViaMemberDN(String groupName, GroupType groupType, int startIndex, int maxResults) protected List<LDAPUserWithAttributes> RFC4519Directory.findUserMembersOfGroupViaMemberDN(String groupName, GroupType groupType, int startIndex, int maxResults) protected Iterable<LDAPUserWithAttributes> MicrosoftActiveDirectory.findUserMembersOfGroupViaMemberOf(String groupName, GroupType groupType, int startIndex, int maxResults) protected Iterable<LDAPUserWithAttributes> RFC4519Directory.findUserMembersOfGroupViaMemberOf(String groupName, GroupType groupType, int startIndex, int maxResults) SpringLDAPConnector.getGroupContextMapper(GroupType groupType, boolean withAllAttributes) Returns a ContextMapper ready to translate LDAP objects into Groups.SpringLDAPConnector.getGroupContextMapper(GroupType groupType, boolean withAllAttributes, boolean withMemberAttributes) Returns a ContextMapper ready to translate LDAP objects into Groups. -
Uses of GroupType in com.atlassian.crowd.directory.ldap.cache
Methods in com.atlassian.crowd.directory.ldap.cache with parameters of type GroupTypeModifier and TypeMethodDescriptionvoidMockDirectoryCache.deleteCachedGroupsNotIn(GroupType groupType, List<? extends Group> remoteGroups, Date syncStartDate) -
Uses of GroupType in com.atlassian.crowd.directory.ldap.mapper
Fields in com.atlassian.crowd.directory.ldap.mapper declared as GroupTypeConstructors in com.atlassian.crowd.directory.ldap.mapper with parameters of type GroupTypeModifierConstructorDescriptionGroupContextMapper(long directoryId, GroupType groupType, LDAPPropertiesMapper ldapPropertiesMapper, List<AttributeMapper> customAttributeMappers) -
Uses of GroupType in com.atlassian.crowd.directory.ldap.mapper.entity
Fields in com.atlassian.crowd.directory.ldap.mapper.entity declared as GroupTypeConstructors in com.atlassian.crowd.directory.ldap.mapper.entity with parameters of type GroupTypeModifierConstructorDescriptionLDAPGroupAttributesMapper(long directoryId, GroupType groupType, LDAPPropertiesMapper ldapPropertiesMapper) -
Uses of GroupType in com.atlassian.crowd.directory.synchronisation.cache
Methods in com.atlassian.crowd.directory.synchronisation.cache with parameters of type GroupTypeModifier and TypeMethodDescriptionvoidDirectoryCache.deleteCachedGroupsNotIn(GroupType groupType, List<? extends Group> remoteGroups, Date syncStartDate) -
Uses of GroupType in com.atlassian.crowd.integration.rest.entity
Methods in com.atlassian.crowd.integration.rest.entity that return GroupTypeConstructors in com.atlassian.crowd.integration.rest.entity with parameters of type GroupTypeModifierConstructorDescriptionGroupEntity(String name, String description, GroupType type, boolean active) -
Uses of GroupType in com.atlassian.crowd.manager.directory.nestedgroups
Methods in com.atlassian.crowd.manager.directory.nestedgroups with parameters of type GroupTypeModifier and TypeMethodDescriptionNestedGroupsCacheProvider.getGroupsCache(long directoryId, GroupType type) Returns cache for a given set of parameters.NestedGroupsCacheProvider.getSubgroupsCache(long directoryId, boolean isChildrenQuery, GroupType type) Returns cache for a given set of parameters.voidNestedGroupsProviderBuilder.useCache(NestedGroupsCacheProvider cacheProvider, long directoryId, boolean isChildrenQuery, GroupType groupType) -
Uses of GroupType in com.atlassian.crowd.model.group
Methods in com.atlassian.crowd.model.group that return GroupTypeModifier and TypeMethodDescriptionBaseImmutableGroup.getType()DelegatingGroupWithAttributes.getType()Group.getType()GroupTemplate.getType()GroupWithMembershipChanges.getType()ImmutableGroup.getType()InternalGroup.getType()InternalGroupWithAttributes.getType()LDAPGroupWithAttributes.getType()static GroupTypeReturns the enum constant of this class with the specified name.static GroupType[]GroupType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.crowd.model.group with parameters of type GroupTypeModifier and TypeMethodDescriptionvoidConstructors in com.atlassian.crowd.model.group with parameters of type GroupTypeModifierConstructorDescriptionGroupTemplate(String name, long directoryId, GroupType type) Build a template for a new group.GroupTemplateWithAttributes(String groupName, long directoryId, GroupType groupType) -
Uses of GroupType in com.atlassian.crowd.model.membership
Methods in com.atlassian.crowd.model.membership that return GroupTypeConstructors in com.atlassian.crowd.model.membership with parameters of type GroupTypeModifierConstructorDescriptionInternalMembership(Long id, Long parentId, Long childId, MembershipType membershipType, GroupType groupType, String parentName, String childName, Directory directory, Date createdDate) This constructor is only used for XML imports. -
Uses of GroupType in com.atlassian.crowd.plugin.rest.entity
Methods in com.atlassian.crowd.plugin.rest.entity that return GroupTypeConstructors in com.atlassian.crowd.plugin.rest.entity with parameters of type GroupTypeModifierConstructorDescriptionGroupEntity(String name, String description, GroupType type, Boolean active, com.atlassian.plugins.rest.api.model.Link link) -
Uses of GroupType in com.atlassian.crowd.search
Methods in com.atlassian.crowd.search that return GroupTypeMethods in com.atlassian.crowd.search with parameters of type GroupType -
Uses of GroupType in com.atlassian.crowd.search.builder
Methods in com.atlassian.crowd.search.builder with parameters of type GroupType -
Uses of GroupType in com.atlassian.crowd.search.hibernate
Methods in com.atlassian.crowd.search.hibernate with parameters of type GroupTypeModifier and TypeMethodDescriptionprotected voidHQLQueryTranslater.appendGroupTypeRestrictionAsHQL(HQLQuery hql, GroupType groupType) -
Uses of GroupType in com.atlassian.crowd.search.query.entity
Methods in com.atlassian.crowd.search.query.entity that return GroupTypeConstructors in com.atlassian.crowd.search.query.entity with parameters of type GroupTypeModifierConstructorDescriptionGroupQuery(Class<T> returnType, GroupType groupType, SearchRestriction searchRestriction, int startIndex, int maxResults)