Uses of Class
com.atlassian.crowd.model.group.GroupTemplate
Packages that use GroupTemplate
Package
Description
-
Uses of GroupTemplate in com.atlassian.crowd.directory
Methods in com.atlassian.crowd.directory with parameters of type GroupTemplateModifier and TypeMethodDescriptionRemoteDirectory.addGroup(GroupTemplate group) Adds agroupto the directory store.InternalRemoteDirectory.addLocalGroup(GroupTemplate group) Adds a "local" group to the directory.RemoteDirectory.updateGroup(GroupTemplate group) Updates thegroup.Method parameters in com.atlassian.crowd.directory with type arguments of type GroupTemplateModifier and TypeMethodDescriptionInternalRemoteDirectory.addAllGroups(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 GroupTemplateModifier and TypeMethodDescriptionApplicationService.addGroup(Application application, GroupTemplate group) Adds the group to ALL the active permissible directories.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 GroupTemplateModifier and TypeMethodDescriptionDirectoryManager.addGroup(long directoryId, GroupTemplate group) Adds a Group to the directory specified by the passed indirectoryId.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 indirectoryId.Method parameters in com.atlassian.crowd.manager.directory with type arguments of type GroupTemplateModifier and TypeMethodDescriptionDirectoryManager.addAllGroups(long directoryId, Collection<GroupTemplate> groups, boolean overwrite) Will add a collection of Group to the directory specified by the passed indirectoryIdparam. -
Uses of GroupTemplate in com.atlassian.crowd.model.group
Subclasses of GroupTemplate in com.atlassian.crowd.model.groupModifier and TypeClassDescriptionclassMutable group template with mutable attributes.Methods in com.atlassian.crowd.model.group that return GroupTemplate