Versions Compared

Key

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

...

There are several improvements in USDU for a patch in 2.4.0 API.

...

Name

Definition

Value

subjectResolutionMarker

subjectResolutionDef<none> (assigned to unresolvable subjects)

subjectResolutionResolvable

subjectResolutionValueDef

false if this subject is currently unresolvable (as of last check).
If the subject is resolvable, remove subjectResolutionMarker and metadata

Note as of 2.5.30, this attribute has been moved to the grouper_members table as a separate column.

subjectResolutionDateLastResolved

subjectResolutionValueDef

yyyy/mm/dd If this subject has a date and is unresolveable, leave it. if this subject doesnt have a date, and is unresolvable, then set to currentDate.

subjectResolutionDaysUnresolvedsubjectResolutionValueDef

7 - the number of days from current date minus dateLastResolved.

subjectResolutionLastCheckedsubjectResolutionValueDef
yyyy/mm/dd the date this subject was last checked. When the USDU runs, if this subject is current unresolvable, then set to currentDate

subjectResolutionDeleted

subjectResolutionValueDeftrue when this subject is marked as deleted. All the memberships are removed at this point.

Values from subjectResolutionResolvable, subjectResolutionDaysUnresolved and subjectResolutionDateLastChecked are also cleared at this point.

Note as of 2.5.30, this attribute has been moved to the grouper_members table as a separate column.

subjectResolutionDeleteDate

subjectResolutionValueDeftime when this subject is marked as deleted.

...