Uses of Class
com.atlassian.crowd.directory.rest.delta.GraphDeltaQueryResult
Packages that use GraphDeltaQueryResult
-
Uses of GraphDeltaQueryResult in com.atlassian.crowd.directory.rest
Methods in com.atlassian.crowd.directory.rest that return GraphDeltaQueryResultModifier and TypeMethodDescription<V extends PageableDeltaQueryGraphList<T>,
T>
GraphDeltaQueryResult<T>AzureAdPagingWrapper.fetchAllDeltaQueryResults
(V firstPage) -
Uses of GraphDeltaQueryResult in com.atlassian.crowd.directory.rest.mapper
Methods in com.atlassian.crowd.directory.rest.mapper with parameters of type GraphDeltaQueryResultModifier and TypeMethodDescriptionAzureAdRestEntityMapper.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.