public abstract class AbstractGroupActionStrategy extends Object implements GroupActionStrategy
Modifier and Type | Field and Description |
---|---|
protected static DirectoryCacheChangeOperations.GroupsToAddUpdateReplace |
NO_OP |
Constructor and Description |
---|
AbstractGroupActionStrategy() |
Modifier and Type | Method and Description |
---|---|
protected DirectoryCacheChangeOperations.GroupsToAddUpdateReplace |
addGroup(Group remoteGroup) |
protected DirectoryCacheChangeOperations.GroupsToAddUpdateReplace |
replaceGroup(InternalDirectoryGroup internalGroup,
Group remoteGroup) |
protected DirectoryCacheChangeOperations.GroupsToAddUpdateReplace |
updateGroup(InternalDirectoryGroup internalGroup,
Group remoteGroup) |
protected boolean |
wasGroupUpdatedAfterSearchStart(Group remoteGroup,
InternalDirectoryGroup internalGroup,
Date syncStartDate,
long directoryId) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
decide
protected static final DirectoryCacheChangeOperations.GroupsToAddUpdateReplace NO_OP
protected DirectoryCacheChangeOperations.GroupsToAddUpdateReplace replaceGroup(InternalDirectoryGroup internalGroup, Group remoteGroup)
protected DirectoryCacheChangeOperations.GroupsToAddUpdateReplace updateGroup(InternalDirectoryGroup internalGroup, Group remoteGroup)
protected DirectoryCacheChangeOperations.GroupsToAddUpdateReplace addGroup(Group remoteGroup)
protected boolean wasGroupUpdatedAfterSearchStart(Group remoteGroup, InternalDirectoryGroup internalGroup, Date syncStartDate, long directoryId)
Copyright © 2020 Atlassian. All rights reserved.