Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • grouperLoaderMetadata - marker attribute assigned to groups only.  This is single assigned, no value.  The following attributes are assigned to the assignment of this attribute to a group.  The are single valued string attributes.
    • grouperLoaderMetadataLoaded (required)- set to true means this group is loaded from the loader
    • grouperLoaderMetadataGroupId (required) - group id which is being populated by loader.
    • grouperLoaderMetadataLastFullMillisSince1970 (required) - millis since 1970 that this group was fully processed (run in thread and dont do PIT and change log)
    • grouperLoaderMetadataLastIncrementalMillisSince1970 (optional) - millis since 1970 that this group was incrementally processed (run in thread and dont do PIT and change log)
    • grouperLoaderMetadataLastSummary (optional) - total: 105, inserted: 6, deleted: 7, updated: 2 (run in thread and dont do PIT and change log)
  • If a group is processed by loader, it will set these attributes
  • If a group is assigned to be processed by a loader job, but was not included, the grouperLoaderMetadataLoaded will be set to "false" without touching the other attributes

...