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 TypeMethodDescriptionDirectoryCacheChangeOperations.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.GroupsToAddUpdateReplaceAbstractGroupActionStrategy.NO_OPMethods in com.atlassian.crowd.directory.synchronisation.cache that return DirectoryCacheChangeOperations.GroupsToAddUpdateReplaceModifier and TypeMethodDescriptionGroupActionStrategy.decide(InternalDirectoryGroup groupMatchedByName, InternalDirectoryGroup groupMatchedByExternalId, Group remoteGroup, Date syncStartDate, long directoryId) AbstractGroupActionStrategy.replaceGroup(InternalDirectoryGroup internalGroup, Group remoteGroup) AbstractGroupActionStrategy.updateGroup(InternalDirectoryGroup internalGroup, Group remoteGroup)