Class ProvisioningSyncResult
java.lang.Object
edu.internet2.middleware.grouper.app.tableSync.ProvisioningSyncResult
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongc group sync with cache of all objectsgroup ids to delete sync group idsgroup ids to insert sync group idsgroup ids to update sync group idsif an id index changes, this is the old and newif a group name change, this is the old and new nameif subject id changesint
number of objects stored (for logging)void
setGcGrouperSync
(GcGrouperSync gcGrouperSync1) gc group sync with cache of all objectsvoid
setGroupIdsToDelete
(Set<String> groupIdsToDelete1) group ids to delete sync group idsvoid
setGroupIdsToInsert
(Set<String> groupIdsToInsert1) group ids to insert sync group idsvoid
setGroupIdsToUpdate
(Set<String> groupIdsToUpdate1) group ids to update sync group idsvoid
setGroupIdsWithChangedIdIndexes
(Set<String> oldIndexToGcGrouperSyncGroup1) if an id index changes, this is the old and newvoid
setGroupIdsWithChangedNames
(Set<String> oldNameToGcGrouperSyncGroup1) if a group name change, this is the old and new namevoid
setMemberIdsToDelete
(Set<String> memberIdsToDelete) void
setMemberIdsToInsert
(Set<String> memberIdsToInsert) void
setMemberIdsToUpdate
(Set<String> memberIdsToUpdate) void
setMemberIdsWithChangedSubjectIds
(Set<String> memberIdsWithChangedSubjectIds) if subject id changesvoid
setMembershipGroupIdMemberIdsToDelete
(Set<MultiKey> membershipIdsToDelete) void
setMembershipGroupIdMemberIdsToInsert
(Set<MultiKey> membershipGroupIdMemberIdToInsert) void
setMembershipGroupIdMemberIdsToUpdate
(Set<MultiKey> membershipIdsToUpdate) void
setSyncObjectStoreCount
(int syncObjectStoreCount1) number of objects stored (for logging)
-
Constructor Details
-
ProvisioningSyncResult
public ProvisioningSyncResult()
-
-
Method Details
-
getSyncObjectStoreCount
public int getSyncObjectStoreCount()number of objects stored (for logging)- Returns:
- number of objects
-
setSyncObjectStoreCount
public void setSyncObjectStoreCount(int syncObjectStoreCount1) number of objects stored (for logging)- Parameters:
syncObjectStoreCount1
-
-
getGcGrouperSync
gc group sync with cache of all objects- Returns:
- sync
-
setGcGrouperSync
gc group sync with cache of all objects- Parameters:
gcGrouperSync1
-
-
getGroupIdsWithChangedNames
if a group name change, this is the old and new name- Returns:
- map
-
setGroupIdsWithChangedNames
if a group name change, this is the old and new name- Parameters:
oldNameToGcGrouperSyncGroup1
-
-
getMemberIdsWithChangedSubjectIds
if subject id changes- Returns:
-
setMemberIdsWithChangedSubjectIds
if subject id changes- Parameters:
memberIdsWithChangedSubjectIds
-
-
getGroupIdsWithChangedIdIndexes
if an id index changes, this is the old and new- Returns:
- the old index with the new metadata
-
setGroupIdsWithChangedIdIndexes
if an id index changes, this is the old and new- Parameters:
oldIndexToGcGrouperSyncGroup1
-
-
getGroupIdsToDelete
group ids to delete sync group ids- Returns:
- group ids
-
setGroupIdsToDelete
group ids to delete sync group ids- Parameters:
groupIdsToDelete1
-
-
getGroupIdsToUpdate
group ids to update sync group ids- Returns:
- group ids
-
setGroupIdsToUpdate
group ids to update sync group ids- Parameters:
groupIdsToUpdate1
-
-
getGroupIdsToInsert
group ids to insert sync group ids- Returns:
- group ids
-
setGroupIdsToInsert
group ids to insert sync group ids- Parameters:
groupIdsToInsert1
-
-
getMemberIdsToDelete
-
setMemberIdsToDelete
-
getMemberIdsToInsert
-
setMemberIdsToInsert
-
getMemberIdsToUpdate
-
setMemberIdsToUpdate
-
getMembershipGroupIdMemberIdsToDelete
-
setMembershipGroupIdMemberIdsToDelete
-
getMembershipGroupIdMemberIdsToInsert
-
setMembershipGroupIdMemberIdsToInsert
-
getMembershipGroupIdMemberIdsToUpdate
-
setMembershipGroupIdMemberIdsToUpdate
-