Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Persona Change Events"

(Get)
(Modify)
Line 17: Line 17:
  
 
==== <code>Modify</code>====
 
==== <code>Modify</code>====
 +
* The attribute "attribute" of entity "entity" was modified at datetime "at". The value "oldValue" was replaced with value(s) "newValue"
 
* subclass of <code>Event</code>
 
* subclass of <code>Event</code>
 +
* exactly 1 oldValue
 +
* min of 1 value
  
 
==== <code>Delete</code>====
 
==== <code>Delete</code>====

Revision as of 00:35, 16 June 2010

{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}

This document describes a proposed ontology to describe attribute change events.

Classes

Event

  • abstract base class

Get

  • One or more values of attribute "attribute" of entity "entity" was read at dateTime "at"
  • subclass of Event

Add

  • New value "value"(s) was/were added to attribute "attribute" of entity "entity" at dateTime "at"
  • subclass of Event

Modify

  • The attribute "attribute" of entity "entity" was modified at datetime "at". The value "oldValue" was replaced with value(s) "newValue"
  • subclass of Event
  • exactly 1 oldValue
  • min of 1 value

Delete

  • subclass of Event

Complex Attributes

Simple Attributes

account

Account information required for authentication. value: Account


Change password event.png

and

Modify event.png

See Also

Back to the top