4.1

Table Of Contents
Attributes Value Description
name
Finder name The name the FinderResult uses to
store the element. Mandatory attribute.
display-name
Finder name The displayed property name. Optional
attribute.
bean-property
Property name You use the bean-property attribute to
identify a property to obtain using get
and set operations. If you identify a
property named MyProperty, the plug-
in defines getMyProperty and
setMyProperty operations.
You set one or the other of bean-
property or property-accessor, but
not both. Optional attribute.
property-accessor
The method that obtains a property
value from an object
The property-accessor attribute
allows you to define an OGNL
expression to validate an object's
properties.
You set one or the other of bean-
property or property-accessor, but
not both. Optional attribute.
show-in-column
true (default) or false If true, this property shows in the
Orchestrator client results table.
Optional attribute.
show-in-description
true (default) or false If true, this property shows in the object
description. Optional attribute.
hidden
true or false (default) If true, this property is hidden in all
cases. Optional attribute.
linked-enumeration
Enumeration name Links a finder property to an
enumeration. Optional attribute.
Table 7-23. Element Hierarchy
Parent Element Child Elements
<properties>
Child Elements
relations Element
The <relations> element is the container for <finder><relation> elements.
The <relations> element is optional. The <relations> element has no attributes.
Table 7-24. Element Hierarchy
Parent Element Child Element
<finder> <relation>
relation Element
The <relation> element defines how objects relate to other objects.
You define the relation name in the <relation> element.
The <relation> element is optional. A plug-in can have an unlimited number of <relation> elements. The
<relation> element has the following attributes.
Chapter 7 Developing Plug-Ins
VMware, Inc. 231