|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of GroupTemplate in com.atlassian.crowd.acceptance.tests.directory |
|---|
| Methods in com.atlassian.crowd.acceptance.tests.directory that return GroupTemplate | |
|---|---|
protected GroupTemplate |
BaseTest.buildGroup(java.lang.String groupName,
java.lang.Long directoryId)
|
| Methods in com.atlassian.crowd.acceptance.tests.directory with parameters of type GroupTemplate | |
|---|---|
protected void |
BaseTest.addGroup(GroupTemplate group)
|
| Uses of GroupTemplate in com.atlassian.crowd.console.action.group |
|---|
| Methods in com.atlassian.crowd.console.action.group that return GroupTemplate | |
|---|---|
protected GroupTemplate |
AddGroup.syncFieldsToGroup()
Ensures that the group contains the same values as the object fields (eg name, active). |
| Uses of GroupTemplate in com.atlassian.crowd.console.action.role |
|---|
| Methods in com.atlassian.crowd.console.action.role that return GroupTemplate | |
|---|---|
protected GroupTemplate |
AddRole.syncFieldsToRole()
|
| Uses of GroupTemplate in com.atlassian.crowd.directory |
|---|
| Methods in com.atlassian.crowd.directory with parameters of type GroupTemplate | |
|---|---|
Group |
RemoteCrowdDirectory.addGroup(GroupTemplate group)
|
Group |
DelegatedAuthenticationDirectory.addGroup(GroupTemplate group)
|
Group |
AbstractInternalDirectory.addGroup(GroupTemplate group)
|
Group |
RemoteDirectory.addGroup(GroupTemplate group)
Adds a group to the directory store. |
Group |
SpringLDAPConnector.addGroup(GroupTemplate group)
|
Group |
Rfc2307.addGroup(GroupTemplate group)
|
Group |
DbCachingRemoteDirectory.addGroup(GroupTemplate group)
|
Group |
InternalDirectory.addLocalGroup(GroupTemplate group)
|
Group |
CachingDirectory.addLocalGroup(GroupTemplate group)
|
abstract Group |
AbstractInternalDirectory.addLocalGroup(GroupTemplate group)
|
Group |
InternalRemoteDirectory.addLocalGroup(GroupTemplate group)
|
Group |
RemoteCrowdDirectory.updateGroup(GroupTemplate group)
|
Group |
DelegatedAuthenticationDirectory.updateGroup(GroupTemplate group)
|
Group |
AbstractInternalDirectory.updateGroup(GroupTemplate group)
|
Group |
RemoteDirectory.updateGroup(GroupTemplate group)
Updates the group. |
Group |
SpringLDAPConnector.updateGroup(GroupTemplate group)
|
Group |
Rfc2307.updateGroup(GroupTemplate group)
|
Group |
DbCachingRemoteDirectory.updateGroup(GroupTemplate group)
|
| Method parameters in com.atlassian.crowd.directory with type arguments of type GroupTemplate | |
|---|---|
java.util.Collection<Group> |
InternalDirectory.addAllGroups(java.util.Set<GroupTemplate> groups)
|
java.util.Collection<Group> |
CachingDirectory.addAllGroups(java.util.Set<GroupTemplate> groups)
|
java.util.Collection<Group> |
InternalRemoteDirectory.addAllGroups(java.util.Set<GroupTemplate> groups)
|
| Uses of GroupTemplate in com.atlassian.crowd.directory.hybrid |
|---|
| Methods in com.atlassian.crowd.directory.hybrid with parameters of type GroupTemplate | |
|---|---|
Group |
LocalGroupHandler.createLocalGroup(GroupTemplate groupTemplate)
Creates a local group with the supplied template. |
Group |
LocalGroupHandler.updateLocalGroup(GroupTemplate groupTemplate)
Updates a local group. |
| Uses of GroupTemplate in com.atlassian.crowd.importer.importers |
|---|
| Methods in com.atlassian.crowd.importer.importers that return types with arguments of type GroupTemplate | |
|---|---|
java.util.Collection<GroupTemplate> |
JdbcImporter.findGroups(Configuration configuration)
|
java.util.Collection<GroupTemplate> |
Importer.findGroups(Configuration configuration)
Will locate and build a collection of GroupTemplate objects based on the passed in Configuration |
java.util.Collection<GroupTemplate> |
DirectoryImporter.findGroups(Configuration configuration)
|
java.util.Collection<GroupTemplate> |
CsvImporter.findGroups(Configuration configuration)
|
java.util.Collection<GroupTemplate> |
ConfluenceImporter.findGroups(Configuration configuration)
|
| Method parameters in com.atlassian.crowd.importer.importers with type arguments of type GroupTemplate | |
|---|---|
protected Result |
BaseImporter.importGroups(java.util.Collection<GroupTemplate> groups,
Configuration configuration)
|
| Uses of GroupTemplate in com.atlassian.crowd.importer.mappers.csv |
|---|
| Methods in com.atlassian.crowd.importer.mappers.csv that return GroupTemplate | |
|---|---|
GroupTemplate |
GroupMapper.mapRow(java.lang.String[] resultSet)
|
| 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 |
TranslatingApplicationService.addGroup(Application application,
GroupTemplate group)
|
Group |
ApplicationServiceGeneric.addGroup(Application application,
GroupTemplate group)
|
Group |
ApplicationService.updateGroup(Application application,
GroupTemplate group)
Updates the group in ALL the active permissible directories. |
Group |
TranslatingApplicationService.updateGroup(Application application,
GroupTemplate group)
|
Group |
ApplicationServiceGeneric.updateGroup(Application application,
GroupTemplate group)
|
| 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 |
DirectoryManagerGeneric.addGroup(long directoryId,
GroupTemplate group)
|
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. |
Group |
DirectoryManagerGeneric.updateGroup(long directoryId,
GroupTemplate group)
|
| 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. |
BulkAddResult<Group> |
DirectoryManagerGeneric.addAllGroups(long directoryId,
java.util.Collection<GroupTemplate> groups,
boolean overwrite)
|
| Uses of GroupTemplate in com.atlassian.crowd.model.group |
|---|
| Subclasses of GroupTemplate in com.atlassian.crowd.model.group | |
|---|---|
class |
GroupTemplateWithAttributes
|
| Constructors in com.atlassian.crowd.model.group with parameters of type GroupTemplate | |
|---|---|
InternalGroup(InternalEntityTemplate internalEntityTemplate,
Directory directory,
GroupTemplate groupTemplate)
|
|
| Uses of GroupTemplate in com.atlassian.crowd.plugin.rest.util |
|---|
| Methods in com.atlassian.crowd.plugin.rest.util that return GroupTemplate | |
|---|---|
static GroupTemplate |
EntityTranslator.toGroup(GroupEntity groupEntity)
|
| Uses of GroupTemplate in com.atlassian.crowd.service.soap |
|---|
| Methods in com.atlassian.crowd.service.soap that return GroupTemplate | |
|---|---|
static GroupTemplate |
ObjectTranslator.processGroup(SOAPGroup soapGroup)
|
static GroupTemplate |
ObjectTranslator.processRole(SOAPRole soapRole)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||