Search

Class RESTHostManager

Extends java.lang.Object
Provides CRUD operations for RootElement objects.

Attributes

None

Methods

Name Returns
RESTHostManager(com.vmware.o11n.plugin.rest.SessionInfo , com.vmware.o11n.plugin.rest.PluginFactoryNotifierService ) constructor
addHost(RESTHost host) RESTHost
createScriptingSingleton(ch.dunes.vso.sdk.api.IPluginFactory ) RESTHostManager
createWorkflow(RESTOperation operation, String workflowName, WorkflowCategory category, String defaultContentType) Workflow
createWorkflowWithXsdInput(RESTOperation operation, String workflowName, WorkflowCategory category, String namespace, String elementName, String defaultContentType) Workflow
destroy() void
getAll() Object[]
getHost(String id) RESTHost
getHosts() String[]
getOperationById(String ) RESTOperation
getRequestCreator(RESTHost ) com.vmware.o11n.plugin.rest.RequestCreator
reloadConfiguration() void
removeHost(String id) RESTHost
updateHost(RESTHost host) RESTHost

Returned by

Method Returns
RESTHostManager.createScriptingSingleton(ch.dunes.vso.sdk.api.IPluginFactory ) RESTHostManager

Referenced in

None