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 Account History"

(New page: {{#eclipseproject:technology.higgins|eclipse_custom_style.css}})
 
Line 1: Line 1:
 
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}
 
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}
 +
 +
=== Classes ===
 +
 +
*<code>AccountHistory</code>:
 +
**1..1 <code>p:accountAction</code>
 +
**1..1 <code>p:accountActionDateTime</code>
 +
 +
=== Simple Attributes ===
 +
*<code>p:accountAction</code> - value is one Of {"login", "new", "chpw"}
 +
*<code>p:accountActionDateTime</code> - value is date & time of action
 +
 +
=== Complex Attribute ===
 +
*<code>p:accountHistory - value is an instance of <code>AccountHistory</code>

Revision as of 13:00, 5 April 2010

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

Classes

  • AccountHistory:
    • 1..1 p:accountAction
    • 1..1 p:accountActionDateTime

Simple Attributes

  • p:accountAction - value is one Of {"login", "new", "chpw"}
  • p:accountActionDateTime - value is date & time of action

Complex Attribute

  • p:accountHistory - value is an instance of <code>AccountHistory

Back to the top