Versions Compared

Key

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

...

  • FeedbackConversation - @Audited
    • Represents a conversation about feedback on a map record with one or more feedbacks
  • Feedback - @Audited
    • An entry of feedback within a conversation
  • TrackingRecord
    • Represents a workflow state for a particular concept within a map project
  • WorkflowException
    • Represents an exception to the normal workflow (typically something reported by the system as a conflict that really isntisn't).

Report Objects

  • ReportDefinition - @Audited
    • A report definition that can be executed.
  • ReportNote
    • A note on a report
  • ReportResultItem
    • An item within a report result, typically a concept id
  • ReportResult
    • A result entry within a larger report, typically a "count" and a "value"
  • Report
    • A collection of ReportResults created by executing a ReportDefinition.
  • n/a