Uses of Class
com.atlassian.crowd.directory.DirectoryCacheChangeOperations.GroupsToAddUpdateReplace
Packages that use DirectoryCacheChangeOperations.GroupsToAddUpdateReplace
Package
Description
-
Uses of DirectoryCacheChangeOperations.GroupsToAddUpdateReplace in com.atlassian.crowd.directory
Methods in com.atlassian.crowd.directory that return DirectoryCacheChangeOperations.GroupsToAddUpdateReplaceModifier and TypeMethodDescriptionDbCachingRemoteChangeOperations.findGroupsToUpdate
(Collection<? extends Group> remoteGroups, Date syncStartDate) DirectoryCacheChangeOperations.findGroupsToUpdate
(Collection<? extends Group> remoteGroups, Date syncStartDate) -
Uses of DirectoryCacheChangeOperations.GroupsToAddUpdateReplace in com.atlassian.crowd.directory.synchronisation.cache
Fields in com.atlassian.crowd.directory.synchronisation.cache declared as DirectoryCacheChangeOperations.GroupsToAddUpdateReplaceModifier and TypeFieldDescriptionprotected static final DirectoryCacheChangeOperations.GroupsToAddUpdateReplace
AbstractGroupActionStrategy.NO_OP
Methods in com.atlassian.crowd.directory.synchronisation.cache that return DirectoryCacheChangeOperations.GroupsToAddUpdateReplaceModifier and TypeMethodDescriptionDefaultGroupActionStrategy.decide
(InternalDirectoryGroup groupMatchedByName, InternalDirectoryGroup groupMatchedByExternalId, Group remoteGroup, Date syncStartDate, long directoryId) ExternalIdCheckingGroupActionStrategy.decide
(InternalDirectoryGroup internalGroup, InternalDirectoryGroup groupMatchedByExternalId, Group remoteGroup, Date syncStartDate, long directoryId) GroupActionStrategy.decide
(InternalDirectoryGroup groupMatchedByName, InternalDirectoryGroup groupMatchedByExternalId, Group remoteGroup, Date syncStartDate, long directoryId) AbstractGroupActionStrategy.replaceGroup
(InternalDirectoryGroup internalGroup, Group remoteGroup) AbstractGroupActionStrategy.updateGroup
(InternalDirectoryGroup internalGroup, Group remoteGroup)