4.1

Table Of Contents
Method Returns Description
setPropertyAccessor(java.lang.S
tring propertyAccessor)
Void Sets an object property accessor
setPropertyAccessorTree(java.la
ng.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
getConfigurationPathForPluginNa
me(java.lang.String moduleName)
java.lang.String
Obtains the path to the source files of the
plug-in implementation.
isPluginEnabled(java.lang.Strin
g pluginName)
Boolean Checks whether the plug-in is enabled
or disabled.
setPluginEnabled(java.lang.Stri
ng pluginName, boolean flag)
Void Enables the plug-in.
loadPropertiesForPluginName(jav
a.lang.String moduleName)
java.util.Properties
Loads a list of properties that users set
in the configuration interface.
savePropertiesForPluginName(jav
a.util.Properties properties,
java.lang.String moduleName)
Void Saves in the plug-in properties that the
user sets in the configuration interface.
getPluginInstallCredentials() java.lang.String[]
Obtains the credentials of the user who
sets properties in the configuration
interface.
Constructor
SDKHelper()
Chapter 7 Developing Plug-Ins
VMware, Inc. 219