Marco Mosconi | 41b261a | 2010-06-22 22:04:13 +0000 | [diff] [blame] | 1 | <?xml version='1.0' encoding='UTF-8'?>
|
| 2 | <!-- Schema file written by PDE -->
|
| 3 | <schema targetNamespace="org.eclipse.objectteams.otequinox" xmlns="http://www.w3.org/2001/XMLSchema">
|
| 4 | <annotation>
|
| 5 | <appInfo>
|
| 6 | <meta.schema plugin="org.eclipse.objectteams.otequinox" id="liftingParticipant" name="OT/J Lifting Participant"/>
|
| 7 | </appInfo>
|
| 8 | <documentation>
|
| 9 | Allow a client plug-in to install a lifting participant in order to hook into the OT/J lifting process.
|
| 10 | This can be used to avoid default on-demand role creation, such that an application specific strategy
|
| 11 | can be used for creating and initializing role objects on behalf of the lifting operation.
|
| 12 | </documentation>
|
| 13 | </annotation>
|
| 14 |
|
| 15 | <element name="extension">
|
| 16 | <annotation>
|
| 17 | <appInfo>
|
| 18 | <meta.element />
|
| 19 | </appInfo>
|
| 20 | </annotation>
|
| 21 | <complexType>
|
| 22 | <sequence>
|
| 23 | <element ref="liftingParticipant"/>
|
| 24 | </sequence>
|
| 25 | <attribute name="point" type="string" use="required">
|
| 26 | <annotation>
|
| 27 | <documentation>
|
| 28 |
|
| 29 | </documentation>
|
| 30 | </annotation>
|
| 31 | </attribute>
|
| 32 | <attribute name="id" type="string">
|
| 33 | <annotation>
|
| 34 | <documentation>
|
| 35 |
|
| 36 | </documentation>
|
| 37 | </annotation>
|
| 38 | </attribute>
|
| 39 | <attribute name="name" type="string">
|
| 40 | <annotation>
|
| 41 | <documentation>
|
| 42 |
|
| 43 | </documentation>
|
| 44 | <appInfo>
|
| 45 | <meta.attribute translatable="true"/>
|
| 46 | </appInfo>
|
| 47 | </annotation>
|
| 48 | </attribute>
|
| 49 | </complexType>
|
| 50 | </element>
|
| 51 |
|
| 52 | <element name="liftingParticipant">
|
| 53 | <complexType>
|
| 54 | <attribute name="class" type="string" use="required">
|
| 55 | <annotation>
|
| 56 | <documentation>
|
| 57 | Fully qualified name of a class implementing <code>org.objectteams.ILiftingParticipant</code>
|
| 58 | </documentation>
|
| 59 | <appInfo>
|
| 60 | <meta.attribute kind="java" basedOn=":org.objectteams.ILiftingParticipant"/>
|
| 61 | </appInfo>
|
| 62 | </annotation>
|
| 63 | </attribute>
|
| 64 | </complexType>
|
| 65 | </element>
|
| 66 |
|
| 67 | <annotation>
|
| 68 | <appInfo>
|
| 69 | <meta.section type="since"/>
|
| 70 | </appInfo>
|
| 71 | <documentation>
|
| 72 | OTDT 0.7.0 (from Eclipse.org) based on Eclipse 3.6.
|
| 73 | </documentation>
|
| 74 | </annotation>
|
| 75 |
|
| 76 | <annotation>
|
| 77 | <appInfo>
|
| 78 | <meta.section type="examples"/>
|
| 79 | </appInfo>
|
| 80 | <documentation>
|
| 81 | The concept of "lifting participants" was initially requested for the OT/JPA integration
|
| 82 | where roles may need to be retrieved from persistent storage instead of the default on-demand creation.
|
| 83 | </documentation>
|
| 84 | </annotation>
|
| 85 |
|
| 86 | <annotation>
|
| 87 | <appInfo>
|
| 88 | <meta.section type="apiinfo"/>
|
| 89 | </appInfo>
|
| 90 | <documentation>
|
| 91 | The <code>class</code> named in the class property must implement the <code>org.objectteams.ILiftingParticipant</code> interface
|
| 92 | of the Object Teams Runtime Environment.
|
| 93 | </documentation>
|
| 94 | </annotation>
|
| 95 |
|
| 96 | <annotation>
|
| 97 | <appInfo>
|
| 98 | <meta.section type="implementation"/>
|
| 99 | </appInfo>
|
| 100 | <documentation>
|
| 101 | None.
|
| 102 | </documentation>
|
| 103 | </annotation>
|
| 104 |
|
| 105 | <annotation>
|
| 106 | <appInfo>
|
| 107 | <meta.section type="copyright"/>
|
| 108 | </appInfo>
|
| 109 | <documentation>
|
| 110 | <em>
|
| 111 | <p>
|
| 112 | This file is part of "Object Teams Development Tooling"-Software
|
| 113 | </p>
|
| 114 | <p>
|
| 115 | Copyright 2010 Fraunhofer Gesellschaft, Munich, Germany,
|
| 116 | for its Fraunhofer Institute for Computer Architecture and Software Technology (FIRST), Berlin, Germany.
|
| 117 | All rights reserved. This program and the accompanying materials
|
| 118 | are made available under the terms of the Eclipse Public License v1.0
|
| 119 | which accompanies this distribution, and is available at
|
| 120 | <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>
|
| 121 | </p>
|
| 122 | <p>
|
| 123 | Please visit <a href="http://www.eclipse.org/objectteams">www.eclipse.org/objectteams</a> for updates and contact.
|
| 124 | </p>
|
| 125 | <p>
|
| 126 | Contributors:<br>
|
| 127 | Fraunhofer FIRST - Initial API and implementation
|
| 128 | </p>
|
| 129 | </em>
|
| 130 | </documentation>
|
| 131 | </annotation>
|
| 132 |
|
| 133 | </schema>
|