Uses of Class
com.atlassian.crowd.directory.synchronisation.PartialSynchronisationResult
Packages that use PartialSynchronisationResult
-
Uses of PartialSynchronisationResult in com.atlassian.crowd.directory.synchronisation.cache
Methods in com.atlassian.crowd.directory.synchronisation.cache that return PartialSynchronisationResultModifier and TypeMethodDescriptionprotected abstract PartialSynchronisationResult<G>AbstractCacheRefresher.synchroniseAllGroups(DirectoryCache directoryCache) This method is expected to fetch the groups to update (or all currently in the remote directory) and update the directory cache (call the appropriate method for deleting and then the appropriate method for updating/adding).protected abstract PartialSynchronisationResult<? extends UserWithAttributes>AbstractCacheRefresher.synchroniseAllUsers(DirectoryCache directoryCache) This method is expected to fetch the users to update (or all currently in the remote directory) and update the directory cache (call the appropriate method for deleting and then the appropriate method for updating/adding).