Uses of Class
com.atlassian.crowd.directory.rest.mapper.DeltaQueryResult
Packages that use DeltaQueryResult
Package
Description
-
Uses of DeltaQueryResult in com.atlassian.crowd.directory
Methods in com.atlassian.crowd.directory that return DeltaQueryResultModifier and TypeMethodDescriptionAzureAdDirectory.fetchGroupChanges(String syncToken) AzureAdDirectory.fetchUserChanges(String syncToken) AzureAdDirectory.performGroupsDeltaQuery()AzureAdDirectory.performUsersDeltaQuery() -
Uses of DeltaQueryResult in com.atlassian.crowd.directory.cache
Methods in com.atlassian.crowd.directory.cache that return DeltaQueryResultModifier and TypeMethodDescriptionBackgroundQueriesProcessor.getGroups()protected DeltaQueryResult<UserWithAttributes>DeltaQueryCacheRefresher.getUserChangesFromDeltaQuery(String userSyncToken) BackgroundQueriesProcessor.getUsers()protected DeltaQueryResult<UserWithAttributes>DeltaQueryCacheRefresher.getUsersFromDeltaQuery()protected DeltaQueryResult<GroupWithMembershipChanges>DeltaQueryCacheRefresher.synchroniseGroupChanges(DirectoryCache directoryCache, DeltaQueryResult<GroupWithMembershipChanges> mappedGroups, Date syncStartDate) protected DeltaQueryResult<UserWithAttributes>DeltaQueryCacheRefresher.synchroniseUserChanges(DirectoryCache directoryCache, DeltaQueryResult<UserWithAttributes> mappedUsers, Date syncStartDate) Methods in com.atlassian.crowd.directory.cache with parameters of type DeltaQueryResultModifier and TypeMethodDescriptionprotected voidDeltaQueryCacheRefresher.checkNoReaddedGroups(DirectoryCache directoryCache, DeltaQueryResult<GroupWithMembershipChanges> mappedGroups) protected voidDeltaQueryCacheRefresher.checkNoRenamedGroups(DirectoryCache directoryCache, DeltaQueryResult<GroupWithMembershipChanges> mappedGroups) protected <T> voidDeltaQueryCacheRefresher.handleNamelessEntities(DeltaQueryResult<T> mappedEntities, String entityType) protected DeltaQueryResult<GroupWithMembershipChanges>DeltaQueryCacheRefresher.synchroniseGroupChanges(DirectoryCache directoryCache, DeltaQueryResult<GroupWithMembershipChanges> mappedGroups, Date syncStartDate) protected voidDeltaQueryCacheRefresher.synchroniseMembershipChanges(DirectoryCache directoryCache, DeltaQueryResult<UserWithAttributes> mappedUsers, Collection<GroupWithMembershipChanges> mappedGroups) protected DeltaQueryResult<UserWithAttributes>DeltaQueryCacheRefresher.synchroniseUserChanges(DirectoryCache directoryCache, DeltaQueryResult<UserWithAttributes> mappedUsers, Date syncStartDate) DeltaQueryCacheRefresher.usersResolver(DeltaQueryResult<UserWithAttributes> mappedUsers, DirectoryCache directoryCache) Constructor parameters in com.atlassian.crowd.directory.cache with type arguments of type DeltaQueryResultModifierConstructorDescriptionBackgroundQueriesProcessor(String threadPoolName, Callable<DeltaQueryResult<UserWithAttributes>> usersSupplier, Callable<DeltaQueryResult<GroupWithMembershipChanges>> groupsSupplier) -
Uses of DeltaQueryResult in com.atlassian.crowd.directory.rest.mapper
Methods in com.atlassian.crowd.directory.rest.mapper that return DeltaQueryResultModifier and TypeMethodDescriptionDeltaQueryResult.Builder.build()static <T> DeltaQueryResult<T>DeltaQueryResult.empty()AzureAdRestEntityMapper.mapDeltaQueryGroups(GraphDeltaQueryResult<GraphDeltaQueryGroup> graphGroups, long directoryId) Maps a delta query result for groups to a result suitable for incremental synchronisation.AzureAdRestEntityMapper.mapDeltaQueryUsers(GraphDeltaQueryResult<GraphDeltaQueryUser> graphUsersList, long directoryId, String alternativeUsernameAttribute) Maps a delta query result for users to a result suitable for incremental synchronisation.Methods in com.atlassian.crowd.directory.rest.mapper with parameters of type DeltaQueryResultModifier and TypeMethodDescriptionstatic <T> DeltaQueryResult.Builder<T>DeltaQueryResult.builder(DeltaQueryResult<T> data)