4.1

Table Of Contents
action Element
The <action> element specifies the action that runs when the Orchestrator server starts.
The <action> element attributes provide the path to the Orchestrator package or script that defines the plug-
in's behavior when it starts.
The <action> element is optional. A plug-in can have an unlimited number of <action> elements. The
<action> element has the following attributes.
Attributes Value Description
resource
String The path to the Java package or script
from the root of the dar file. Mandatory
attribute.
type
install-package or execute-
script
Either installs the specified Orchestrator
package in the Orchestrator server, or
runs the specified script. Mandatory
attribute.
Table 7-15. Element Hierarchy
Parent Element Child Elements
<installation>
None
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.
Chapter 7 Developing Plug-Ins
VMware, Inc. 227