Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Template-meta vocabulary"

(TemplateMeta)
(TemplateMeta)
 
(5 intermediate revisions by the same user not shown)
Line 8: Line 8:
 
==UML Overview ==
 
==UML Overview ==
  
[[Image:Template-meta 2.0.101.png|center]]
+
[[Image:Template-meta-2.0.102D.png|center]]
  
 
==Classes==
 
==Classes==
Line 22: Line 22:
 
* 0..1 proxy:registerPage
 
* 0..1 proxy:registerPage
 
* 0..1 proxy:subscribePage
 
* 0..1 proxy:subscribePage
 +
* 0..1 proxy:metaSubscribe
 +
* 0..1 proxy:metaChangeEmail
 +
* 0..1 proxy:metaChangeEmailOnly
 +
* 0..1 proxy:metaChangeEmailPW
 +
* 0..1 proxy:metaRegister
 +
* 0..1 proxy:metaRegisterHI
 
* 1..1 template
 
* 1..1 template
  

Latest revision as of 12:04, 8 August 2012

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

A small vocabulary for describing metadata about templates. Used to create a single "template registry" context that contains metadata about hundreds of templates. Part of the Persona Data Model 2.0.

Files

UML Overview

Template-meta-2.0.102D.png

Classes

TemplateMeta

Metadata about the template referenced by the template attribute.

  • 1..1 proxy:connectionType
  • 0..1 proxy:description
  • 1..1 proxy:displayName
  • 1..1 proxy:domain
  • 0..1 proxy:imageURL
  • 0..1 proxy:loginPage
  • 0..1 proxy:registerPage
  • 0..1 proxy:subscribePage
  • 0..1 proxy:metaSubscribe
  • 0..1 proxy:metaChangeEmail
  • 0..1 proxy:metaChangeEmailOnly
  • 0..1 proxy:metaChangeEmailPW
  • 0..1 proxy:metaRegister
  • 0..1 proxy:metaRegisterHI
  • 1..1 template

Attributes

template

The template being described.

  • domain:TemplateMeta
  • value: template:ConnectionTemplate

Links

Back to the top