| Package | Description |
|---|---|
| psdi.security.vmm |
| Modifier and Type | Method and Description |
|---|---|
VMMSyncData |
VMMSyncEvent.getGroupSyncData()
Returns the group data obtained from the VMM Server
that should be synchronized to MAXIMO database tables.
|
VMMSyncData |
VMMSyncEvent.getUserSyncData()
Returns the user data obtained from the VMM Server
that should be synchronized to MAXIMO database tables.
|
| Constructor and Description |
|---|
VMMSyncEvent(int eventId,
MemberDataMap memberDataMap,
VMMSyncData syncData,
java.util.Set members)
Constructor to be used to indicate group member data
synchronization events.
|
VMMSyncEvent(int eventId,
VMMDataMap dataMap,
VMMSyncData syncData)
Constructor to be used to indicate user and group data
synchronization events.
|