4.0

Table Of Contents
webview-components-library Element
The <webview-components-library> element points to a JAR file containing custom Web view tapestry
components that extend Web view capabilities.
The <webview-components-library> element is optional. The <webview-components-library> element has the
following attributes.
Attributes Value Description
jar
String A JAR file containing Web view components. Mandatory attribute.
specification-path
String The path in the JAR file to the Tapestry component definition file, in the lib folder of the
*.dar file. The path must begin with a forward slash (/). Mandatory attribute.
Table 7-16. Element Hierarchy
Parent Element Child Elements
<module>
None
finder-datasources Element
The <finder-datasources> element is the container for the <finder-datasource> elements.
The <finder-datasources> element is optional. The <finder-datasources> element has no attributes.
Table 7-17. Element Hierarchy
Parent Element Child Elements
<module> <finder-datasource>
finder-datasource Element
The <finder-datasource> element points to the Java class file of the IPluginAdaptor implementation that you
create for the plug-in.
You set how Orchestrator accesses the objects of the plugged-in technology in the <finder-datasource>
element. The <finder-datasource> element identifies the Java class of the plug-in adapter that you create. The
plug-in adapter class instantiates the plug-in factory that you create. The plug-in factory defines the methods
that find objects in the plugged-in technology. You can set timeouts in the <finder-datasource> element for
the finder method calls that the factory performs. Different timeouts apply to the different finder methods from
the IPluginFactory interface.
The <finder-datasource> element is optional. A plug-in can have an unlimited number of <finder-
datasources> elements. The <finder-datasource> element has the following attributes.
Attributes Value Description
name
String Identifies the data source in the <finder> element datasource attributes.
Equivalent to an XML id. Mandatory attribute.
adaptor-class
Java class Points to the IPluginAdaptor implementation you define to create the
plug-in adapter, for example, com.vmware.plugins.sample.Adaptor.
Mandatory attribute.
concurrent-call
true (default) or false Allows multiple users to access the adapter at the same time. You must
set concurrent-call to false if the plug-in does not support concurrent
calls. Optional attribute.
Chapter 7 Developing Plug-Ins
VMware, Inc. 233