Uses of Class
com.atlassian.crowd.directory.DirectoryCacheChangeOperations.GroupsToAddUpdateReplace
Package
Description
-
Uses of DirectoryCacheChangeOperations.GroupsToAddUpdateReplace in com.atlassian.crowd.directory
Modifier 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
Modifier and TypeFieldDescriptionprotected static final DirectoryCacheChangeOperations.GroupsToAddUpdateReplace
AbstractGroupActionStrategy.NO_OP
Modifier 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)