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 "OSEE/Users Guide/Features"

Line 1: Line 1:
  
 +
 +
== Attributes ==
 +
 +
Attributes are meta-data attached to an [[Artifact]].  They are strongly typed and new types can be added through extension points.
 +
 +
The default attribute "Name" is required for all Artifacts.
 +
Other attribute types can be created and associated with any Artifact Type in the system.
 +
 +
Example: Artifact representing a "User" of an application may have attributes such as "Phone", "Address", "City", etc...

Revision as of 15:06, 20 April 2009


Attributes

Attributes are meta-data attached to an Artifact. They are strongly typed and new types can be added through extension points.

The default attribute "Name" is required for all Artifacts. Other attribute types can be created and associated with any Artifact Type in the system.

Example: Artifact representing a "User" of an application may have attributes such as "Phone", "Address", "City", etc...

Back to the top