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"

(Example of use)
(Simple Attributes)
Line 11: Line 11:
 
=== Simple Attributes ===
 
=== Simple Attributes ===
 
*<code>p:accountAction</code> - value is one Of {"login", "new", "chpw"}
 
*<code>p:accountAction</code> - value is one Of {"login", "new", "chpw"}
*<code>p:accountActionDateTime</code> - value is date & time of action
+
*<code>p:accountActionDateTime</code> - value is xsd:dateTime of action
  
 
=== Complex Attribute ===
 
=== Complex Attribute ===

Revision as of 13:08, 5 April 2010

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

Proposed classes and attributes

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 xsd:dateTime of action

Complex Attribute

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

Example of use

The following shows two AccountHistory instances associated with an Account of an HTML form.

Account-history.png

Back to the top