4.1

Table Of Contents
Attributes Value Description
dynamic-finder
Java method Defines a custom finder method you
implement in an IDynamicFinder
instance, to return the ID and properties
of a finder programmatically, instead
defining it in the vso.xml file. Optional
attribute.
hidden
true or false (default) If true, hides the finder in the
Orchestrator client. Optional attribute.
image
Path to a graphic file A 16x16 icon to represent the finder in
hierarchical lists in the Orchestrator
client. Optional attribute.
java-class
Name of a Java class The Java class that defines the object the
finder finds and maps to a scripting
object. Optional attribute.
script-object
<scripting-object type> attribute The <scripting-object> type, if any,
to which to map this finder. Optional
attribute.
Table 7-21. Element Hierarchy
Parent Element Child Elements
<finders>
n
<id>
n
<description>
n
<properties>
n
<default-sorting>
n
<inventory-children>
n
<relations>
n
<inventory-tabs>
n
<events>
properties Element
The <properties> element is the container for <finder><property> elements.
The <properties> element is optional. The <properties> element has no attributes.
Table 7-22. Element Hierarchy
Parent Element Child Element
<finder> <property>
property Element
The <property> element maps the found object's properties to Java properties or method calls.
You can call on the methods of the SDKFinderProperty class when you implement the plug-in factory to obtain
properties for the plug-in factory implementation to process.
You can show or hide object properties in the views in the Orchestrator client. You can also use enumerations
to define object properties.
The <property> element is optional. A plug-in can have an unlimited number of <property> elements. The
<property> element has the following attributes.
vCenter Orchestrator Developer's Guide
230 VMware, Inc.