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

Packages that use GroupTemplate
com.atlassian.crowd.directory   
com.atlassian.crowd.manager.application   
com.atlassian.crowd.manager.directory   
com.atlassian.crowd.model.group   
 

Uses of GroupTemplate in com.atlassian.crowd.directory
 

Methods in com.atlassian.crowd.directory with parameters of type GroupTemplate
 Group RemoteDirectory.addGroup(GroupTemplate group)
          Adds a group to the directory store.
 Group InternalRemoteDirectory.addLocalGroup(GroupTemplate group)
          Adds a "local" group to the directory.
 Group RemoteDirectory.updateGroup(GroupTemplate group)
          Updates the group.
 

Method parameters in com.atlassian.crowd.directory with type arguments of type GroupTemplate
 BatchResult<Group> InternalRemoteDirectory.addAllGroups(java.util.Set<GroupTemplate> groups)
          Adds a collection of groups to the directory.
 

Uses of GroupTemplate in com.atlassian.crowd.manager.application
 

Methods in com.atlassian.crowd.manager.application with parameters of type GroupTemplate
 Group ApplicationService.addGroup(Application application, GroupTemplate group)
          Adds the group to ALL the active permissible directories.
 Group ApplicationService.updateGroup(Application application, GroupTemplate group)
          Updates the group in ALL the active permissible directories.
 

Uses of GroupTemplate in com.atlassian.crowd.manager.directory
 

Methods in com.atlassian.crowd.manager.directory with parameters of type GroupTemplate
 Group DirectoryManager.addGroup(long directoryId, GroupTemplate group)
          Adds a Group to the directory specified by the passed in directoryId.
 Group DirectoryManager.updateGroup(long directoryId, GroupTemplate group)
          Updates a group with the supplied template and returns the updated group retrieved from the directory specified by the passed in directoryId.
 

Method parameters in com.atlassian.crowd.manager.directory with type arguments of type GroupTemplate
 BulkAddResult<Group> DirectoryManager.addAllGroups(long directoryId, java.util.Collection<GroupTemplate> groups, boolean overwrite)
          Will add a collection of Group to the directory specified by the passed in directoryId param.
 

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

Subclasses of GroupTemplate in com.atlassian.crowd.model.group
 class GroupTemplateWithAttributes
          Mutable group template with mutable attributes.
 



Copyright © 2012 Atlassian. All Rights Reserved.