Uses of Class
com.atlassian.crowd.exception.DirectoryCurrentlySynchronisingException
Package
Description
-
Uses of DirectoryCurrentlySynchronisingException in com.atlassian.crowd.embedded.api
Modifier and TypeMethodDescriptionboolean
CrowdDirectoryService.removeDirectory
(long directoryId) Will remove a directory from the Application, this will also remove all associated entities (users/groups/memberships). -
Uses of DirectoryCurrentlySynchronisingException in com.atlassian.crowd.embedded.core
Modifier and TypeMethodDescriptionboolean
CrowdDirectoryServiceImpl.removeDirectory
(long directoryId) -
Uses of DirectoryCurrentlySynchronisingException in com.atlassian.crowd.manager.directory
Modifier and TypeMethodDescriptionvoid
DirectoryManager.removeDirectory
(Directory directory) Removes a given directory and all its associated entities and mappings.void
DirectoryManagerGeneric.removeDirectory
(Directory directory) -
Uses of DirectoryCurrentlySynchronisingException in com.atlassian.crowd.plugins.testkit.rest
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
TestkitDirectoryResource.deleteDirectory
(long directoryId) javax.ws.rs.core.Response
TestkitDirectoryResource.getDirectory
(long directoryId)