Uses of Class
com.atlassian.crowd.model.group.GroupType

Packages that use GroupType
com.atlassian.crowd.directory   
com.atlassian.crowd.directory.ldap.cache   
com.atlassian.crowd.directory.ldap.mapper   
com.atlassian.crowd.directory.ldap.mapper.entity   
com.atlassian.crowd.integration.rest.entity   
com.atlassian.crowd.model.group   
com.atlassian.crowd.model.membership   
com.atlassian.crowd.plugin.rest.entity   
com.atlassian.crowd.search   
com.atlassian.crowd.search.builder   
com.atlassian.crowd.search.hibernate   
com.atlassian.crowd.search.query.entity   
com.atlassian.crowd.security.demo.model   
 

Uses of GroupType in com.atlassian.crowd.directory
 

Methods in com.atlassian.crowd.directory that return GroupType
 GroupType ImmutableGroup.getType()
           
 

Methods in com.atlassian.crowd.directory with parameters of type GroupType
 void DbCachingRemoteDirectoryCache.deleteCachedGroupsNotIn(GroupType groupType, java.util.List<? extends Group> remoteGroups, java.util.Date syncStartDate)
           
protected  LDAPGroupWithAttributes SpringLDAPConnector.findGroupByNameAndType(java.lang.String name, GroupType groupType)
           
 org.springframework.ldap.core.ContextMapper SpringLDAPConnector.getGroupContextMapper(GroupType groupType)
          Returns a ContextMapper ready to translate LDAP objects into Groups and fetches all member objects.
 

Uses of GroupType in com.atlassian.crowd.directory.ldap.cache
 

Methods in com.atlassian.crowd.directory.ldap.cache with parameters of type GroupType
 void DirectoryCache.deleteCachedGroupsNotIn(GroupType groupType, java.util.List<? extends Group> ldapGroups, java.util.Date syncStartDate)
           
protected  java.util.List<? extends Group> UsnChangedCacheRefresher.synchroniseAllGroups(GroupType groupType, DirectoryCache directoryCache)
           
protected  java.util.List<? extends Group> RemoteDirectoryCacheRefresher.synchroniseAllGroups(GroupType groupType, DirectoryCache directoryCache)
           
protected abstract  java.util.List<? extends Group> AbstractCacheRefresher.synchroniseAllGroups(GroupType legacyRole, DirectoryCache directoryCache)
           
protected  void AbstractCacheRefresher.synchroniseMemberships(GroupType groupType, java.util.List<? extends Group> remoteGroups, DirectoryCache directoryCache)
           
protected  void UsnChangedCacheRefresher.synchroniseMembershipsForGroup(GroupType groupType, Group group, DirectoryCache directoryCache)
           
protected  void AbstractCacheRefresher.synchroniseMembershipsForGroup(GroupType groupType, Group ldapGroup, DirectoryCache directoryCache)
           
 

Uses of GroupType in com.atlassian.crowd.directory.ldap.mapper
 

Fields in com.atlassian.crowd.directory.ldap.mapper declared as GroupType
protected  GroupType GroupContextMapper.groupType
           
 

Constructors in com.atlassian.crowd.directory.ldap.mapper with parameters of type GroupType
GroupContextMapper(long directoryId, GroupType groupType, LDAPPropertiesMapper ldapPropertiesMapper, java.util.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 GroupType
protected  GroupType LDAPGroupAttributesMapper.groupType
           
 

Constructors in com.atlassian.crowd.directory.ldap.mapper.entity with parameters of type GroupType
LDAPGroupAttributesMapper(long directoryId, GroupType groupType, LDAPPropertiesMapper ldapPropertiesMapper)
           
 

Uses of GroupType in com.atlassian.crowd.integration.rest.entity
 

Methods in com.atlassian.crowd.integration.rest.entity that return GroupType
 GroupType GroupEntity.getType()
           
 

Constructors in com.atlassian.crowd.integration.rest.entity with parameters of type GroupType
GroupEntity(java.lang.String name, java.lang.String description, GroupType type, boolean active)
           
 

Uses of GroupType in com.atlassian.crowd.model.group
 

Methods in com.atlassian.crowd.model.group that return GroupType
 GroupType InternalGroupWithAttributes.getType()
           
 GroupType InternalGroup.getType()
           
 GroupType GroupTemplate.getType()
           
 GroupType Group.getType()
           
 GroupType LDAPGroupWithAttributes.getType()
           
 GroupType DelegatingGroupWithAttributes.getType()
           
static GroupType GroupType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GroupType[] GroupType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.crowd.model.group with parameters of type GroupType
 void GroupTemplate.setType(GroupType type)
           
 

Constructors in com.atlassian.crowd.model.group with parameters of type GroupType
GroupTemplate(java.lang.String name, long directoryId, GroupType type)
          Build a template for a new group.
GroupTemplateWithAttributes(java.lang.String groupName, long directoryId, GroupType groupType)
           
 

Uses of GroupType in com.atlassian.crowd.model.membership
 

Methods in com.atlassian.crowd.model.membership that return GroupType
 GroupType InternalMembership.getGroupType()
           
 

Constructors in com.atlassian.crowd.model.membership with parameters of type GroupType
InternalMembership(java.lang.Long id, java.lang.Long parentId, java.lang.Long childId, MembershipType membershipType, GroupType groupType, java.lang.String parentName, java.lang.String childName, DirectoryImpl directory)
          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 GroupType
 GroupType GroupEntity.getType()
           
 

Constructors in com.atlassian.crowd.plugin.rest.entity with parameters of type GroupType
GroupEntity(java.lang.String name, java.lang.String description, GroupType type, java.lang.Boolean active, com.atlassian.plugins.rest.common.Link link)
           
 

Uses of GroupType in com.atlassian.crowd.search
 

Methods in com.atlassian.crowd.search that return GroupType
 GroupType EntityDescriptor.getGroupType()
           
 

Methods in com.atlassian.crowd.search with parameters of type GroupType
static EntityDescriptor EntityDescriptor.group(GroupType groupType)
           
 

Uses of GroupType in com.atlassian.crowd.search.builder
 

Methods in com.atlassian.crowd.search.builder with parameters of type GroupType
 java.lang.Object QueryBuilder.PartialEntityQuery.ofType(GroupType groupType)
           
 

Uses of GroupType in com.atlassian.crowd.search.hibernate
 

Methods in com.atlassian.crowd.search.hibernate with parameters of type GroupType
protected  void HQLQueryTranslater.appendGroupTypeRestrictionAsHQL(HQLQuery hql, GroupType groupType)
           
 

Uses of GroupType in com.atlassian.crowd.search.query.entity
 

Constructors in com.atlassian.crowd.search.query.entity with parameters of type GroupType
GroupQuery(java.lang.Class<T> returnType, GroupType groupType, SearchRestriction searchRestriction, int startIndex, int maxResults)
           
 

Uses of GroupType in com.atlassian.crowd.security.demo.model
 

Methods in com.atlassian.crowd.security.demo.model that return GroupType
 GroupType DemoGroup.getType()
           
 

Constructors in com.atlassian.crowd.security.demo.model with parameters of type GroupType
DemoGroup(java.lang.String name, long directoryId, boolean active, java.lang.String description, GroupType type)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.