<?xml version='1.0' encoding='UTF-8'?> | |
<!-- Schema file written by PDE --> | |
<schema targetNamespace="org.eclipse.objectteams.otequinox" xmlns="http://www.w3.org/2001/XMLSchema"> | |
<annotation> | |
<appInfo> | |
<meta.schema plugin="org.eclipse.objectteams.otequinox" id="liftingParticipant" name="OT/J Lifting Participant"/> | |
</appInfo> | |
<documentation> | |
Allow a client plug-in to install a lifting participant in order to hook into the OT/J lifting process. | |
This can be used to avoid default on-demand role creation, such that an application specific strategy | |
can be used for creating and initializing role objects on behalf of the lifting operation. | |
</documentation> | |
</annotation> | |
<element name="extension"> | |
<annotation> | |
<appInfo> | |
<meta.element /> | |
</appInfo> | |
</annotation> | |
<complexType> | |
<sequence> | |
<element ref="liftingParticipant"/> | |
</sequence> | |
<attribute name="point" type="string" use="required"> | |
<annotation> | |
<documentation> | |
</documentation> | |
</annotation> | |
</attribute> | |
<attribute name="id" type="string"> | |
<annotation> | |
<documentation> | |
</documentation> | |
</annotation> | |
</attribute> | |
<attribute name="name" type="string"> | |
<annotation> | |
<documentation> | |
</documentation> | |
<appInfo> | |
<meta.attribute translatable="true"/> | |
</appInfo> | |
</annotation> | |
</attribute> | |
</complexType> | |
</element> | |
<element name="liftingParticipant"> | |
<complexType> | |
<attribute name="class" type="string" use="required"> | |
<annotation> | |
<documentation> | |
Fully qualified name of a class implementing <code>org.objectteams.ILiftingParticipant</code> | |
</documentation> | |
<appInfo> | |
<meta.attribute kind="java" basedOn=":org.objectteams.ILiftingParticipant"/> | |
</appInfo> | |
</annotation> | |
</attribute> | |
</complexType> | |
</element> | |
<annotation> | |
<appInfo> | |
<meta.section type="since"/> | |
</appInfo> | |
<documentation> | |
OTDT 0.7.0 (from Eclipse.org) based on Eclipse 3.6. | |
</documentation> | |
</annotation> | |
<annotation> | |
<appInfo> | |
<meta.section type="examples"/> | |
</appInfo> | |
<documentation> | |
The concept of "lifting participants" was initially requested for the OT/JPA integration | |
where roles may need to be retrieved from persistent storage instead of the default on-demand creation. | |
</documentation> | |
</annotation> | |
<annotation> | |
<appInfo> | |
<meta.section type="apiinfo"/> | |
</appInfo> | |
<documentation> | |
The <code>class</code> named in the class property must implement the <code>org.objectteams.ILiftingParticipant</code> interface | |
of the Object Teams Runtime Environment. | |
</documentation> | |
</annotation> | |
<annotation> | |
<appInfo> | |
<meta.section type="implementation"/> | |
</appInfo> | |
<documentation> | |
None. | |
</documentation> | |
</annotation> | |
<annotation> | |
<appInfo> | |
<meta.section type="copyright"/> | |
</appInfo> | |
<documentation> | |
<em> | |
<p> | |
This file is part of "Object Teams Development Tooling"-Software | |
</p> | |
<p> | |
Copyright 2010 Fraunhofer Gesellschaft, Munich, Germany, | |
for its Fraunhofer Institute for Computer Architecture and Software Technology (FIRST), Berlin, Germany. | |
All rights reserved. This program and the accompanying materials | |
are made available under the terms of the Eclipse Public License v1.0 | |
which accompanies this distribution, and is available at | |
<a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a> | |
</p> | |
<p> | |
Please visit <a href="http://www.eclipse.org/objectteams">www.eclipse.org/objectteams</a> for updates and contact. | |
</p> | |
<p> | |
Contributors:<br> | |
Fraunhofer FIRST - Initial API and implementation | |
</p> | |
</em> | |
</documentation> | |
</annotation> | |
</schema> |