4.0

Table Of Contents
Method Returns Description
getPropertyAccessor() java.lang.String
Obtains an object property accessor
getPropertyAccessorTree() java.lang.Object
Obtains an object property accessor
tree
isHidden()
Boolean Shows or hides the object
isShowInColumn()
Boolean Shows or hides the object in the
database column
isShowInDescription()
Boolean Shows or hides the object description
setAttributeName(java.lang.String
attributeName)
Void Sets an object attribute name
setBeanProperty(java.lang.String beanProperty)
Void Sets properties in a Java bean
setDescription(java.lang.String description)
Void Sets an object description
setDisplayName(java.lang.String displayName)
Void Sets an object display name
setHidden(boolean hidden)
Void Show or hide the object
setPossibleResultType(java.lang.String
possibleResultType)
Void Sets the possible types of result the
finder returns
setPropertyAccessor(java.lang.String
propertyAccessor)
Void Sets an object property accessor
setPropertyAccessorTree(java.lang.Object
propertyAccessorTree)
Void Sets an object property accessortree
setShowInColumn(boolean showInTable)
Void Show or hide the object in the database
column
setShowInDescription(boolean
showInDescription)
Void Show or hide the object description
Constructor
SDKFinderProperty(java.lang.String attributeName, java.lang.String displayName, java.lang.String
beanProperty, java.lang.String propertyAccessor)
SDKHelper Class
You can add a tab to the Orchestrator configuration interface to allow users to configure a plug-in. The
SDKHelper class provides methods to obtain configuration information for a plug-in from the Orchestrator
configuration interface.
The SDKHelper class is contained in the ch.dunes.vso.sdk.helper package.
public class SDKHelper
extends java.lang.Object
The SDKHelper class defines the following methods.
Method Returns Description
getConfigurationPathForPluginName(java.lang.String
moduleName)
java.lang.String
Obtains the path to the
source files of the plug-in
implementation.
isPluginEnabled(java.lang.String pluginName)
Boolean Checks whether the plug-
in is enabled or disabled.
setPluginEnabled(java.lang.String pluginName,
boolean flag)
Void Enables the plug-in.
Chapter 7 Developing Plug-Ins
VMware, Inc. 225