|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ConfigurationObjectEditor in com.metamatrix.common.config.model |
---|
Classes in com.metamatrix.common.config.model that implement ConfigurationObjectEditor | |
---|---|
class |
BasicConfigurationObjectEditor
BasicConfigurationObjectEditor provides the update capabiltiy to the implemented versions of the config.api package. |
Uses of ConfigurationObjectEditor in com.metamatrix.common.config.util |
---|
Methods in com.metamatrix.common.config.util that return ConfigurationObjectEditor | |
---|---|
static ConfigurationObjectEditor |
ConfigUtil.getEditor()
Returns a COnfigurationObjectEditor that does not create actions. |
Methods in com.metamatrix.common.config.util with parameters of type ConfigurationObjectEditor | |
---|---|
ComponentType |
ConfigurationImportExportUtility.importComponentType(java.io.InputStream stream,
ConfigurationObjectEditor editor,
java.lang.String newName)
This method will be used to import a ComponentType Object from given a InputStream instance. |
java.util.Collection |
ConfigurationImportExportUtility.importComponentTypes(java.io.InputStream stream,
ConfigurationObjectEditor editor)
This method will be used to import 1 or more a ComponentType Objects. |
java.util.Collection |
ConfigurationImportExportUtility.importConfigurationObjects(java.io.InputStream stream,
ConfigurationObjectEditor editor,
java.lang.String newName)
This method will be used to import a Collection of Configuration objects given an InputStream. |
ComponentType |
ConfigurationImportExportUtility.importConnector(java.io.InputStream stream,
ConfigurationObjectEditor editor,
java.lang.String newName)
This method will be used to import a Connector ComponentType Object from given a InputStream . |
ConnectorArchive |
ConfigurationImportExportUtility.importConnectorArchive(java.io.InputStream stream,
ConfigurationObjectEditor editor)
Import a connector archive (connector type and extension modules) from the given stream of zip file. |
ConnectorBinding |
ConfigurationImportExportUtility.importConnectorBinding(java.io.InputStream stream,
ConfigurationObjectEditor editor,
java.lang.String newName)
This method will be used to import a Connector Binding Object given a ImputStream. |
java.lang.Object[] |
ConfigurationImportExportUtility.importConnectorBindingAndType(java.io.InputStream stream,
ConfigurationObjectEditor editor,
java.lang.String[] newName)
This method will be used to import a Connector Binding and its related Component Type at the same time from the given ImputStream. |
java.util.Collection |
ConfigurationImportExportUtility.importConnectorBindings(java.io.InputStream stream,
ConfigurationObjectEditor editor)
This method will be used to import a group of Connector Bindings Objects given a ImputStream. |
Uses of ConfigurationObjectEditor in com.metamatrix.common.config.xml |
---|
Methods in com.metamatrix.common.config.xml that return ConfigurationObjectEditor | |
---|---|
ConfigurationObjectEditor |
XMLConfig_42_Visitor.getEditor()
|
Methods in com.metamatrix.common.config.xml with parameters of type ConfigurationObjectEditor | |
---|---|
ComponentObject |
XMLHelperImpl.addProperties(org.jdom.Element propertiesElement,
ComponentObject object,
ConfigurationObjectEditor editor)
This method will create a ComponentObject configuration object from an XML element that represents a ComponentObject. |
ComponentObject |
XMLHelper.addProperties(org.jdom.Element propertiesElement,
ComponentObject object,
ConfigurationObjectEditor editor)
This method will create a ComponentObject configuration object from an XML element that represents a ComponentObject. |
ComponentObject |
XMLConfig_42_HelperImpl.addProperties(org.jdom.Element propertiesElement,
ComponentObject object,
ConfigurationObjectEditor editor)
This method will create a ComponentObject configuration object from an XML element that represents a ComponentObject. |
AuthenticationProvider |
XMLConfig_42_HelperImpl.createAuthenticationProvider(org.jdom.Element element,
ConfigurationID configID,
ConfigurationObjectEditor editor)
This method will create a Resource configuration object from an XML element that represents a Resource. |
protected ComponentType |
XMLConfig_Base_ImportExportUtility.createComponentType(org.jdom.Element root,
ConfigurationObjectEditor editor,
java.lang.String name)
|
protected ComponentType |
XMLConfig_42_ImportExportUtility.createComponentType(org.jdom.Element root,
ConfigurationObjectEditor editor,
java.lang.String name)
|
ComponentType |
XMLHelperImpl.createComponentType(org.jdom.Element element,
ConfigurationObjectEditor editor,
java.lang.String name,
boolean maintainParentID)
This method will create a ComponentType configuration object from an XML element that represents a ComponentType. |
ComponentType |
XMLHelper.createComponentType(org.jdom.Element element,
ConfigurationObjectEditor editor,
java.lang.String name,
boolean maintainParentID)
This method will create a ComponentType configuration object from an XML element that represents a ComponentType. |
ComponentType |
XMLConfig_42_HelperImpl.createComponentType(org.jdom.Element element,
ConfigurationObjectEditor editor,
java.lang.String name,
boolean maintainParentID)
This method will create a ComponentType configuration object from an XML element that represents a ComponentType. |
protected java.util.Collection |
XMLConfig_42_ImportExportUtility.createComponentTypes(org.jdom.Element root,
ConfigurationObjectEditor editor)
|
Configuration |
XMLHelperImpl.createConfiguration(org.jdom.Element element,
ConfigurationObjectEditor editor,
java.lang.String name)
This method will create a Configuration configuration object from an XML element that represents a Configuration. |
Configuration |
XMLHelper.createConfiguration(org.jdom.Element element,
ConfigurationObjectEditor editor,
java.lang.String name)
This method will create a Configuration configuration object from an XML element that represents a Configuration. |
Configuration |
XMLConfig_42_HelperImpl.createConfiguration(org.jdom.Element element,
ConfigurationObjectEditor editor,
java.lang.String name)
This method will create a Configuration configuration object from an XML element that represents a Configuration. |
ConnectorBinding |
XMLHelperImpl.createConnectorBinding(ConfigurationID configurationID,
org.jdom.Element element,
ConfigurationObjectEditor editor,
java.lang.String name,
boolean isImportConfig)
|
ConnectorBinding |
XMLHelper.createConnectorBinding(ConfigurationID configurationID,
org.jdom.Element element,
ConfigurationObjectEditor editor,
java.lang.String name,
boolean isImportConfig)
This method will create a ConnectorBinding object from an XML element that represents a ServiceComponentDefn. |
protected ConnectorBinding |
XMLConfig_Base_ImportExportUtility.createConnectorBinding(ConfigurationID configurationID,
org.jdom.Element root,
ConfigurationObjectEditor editor,
java.lang.String name,
boolean isImportConfig)
|
ConnectorBinding |
XMLConfig_42_HelperImpl.createConnectorBinding(ConfigurationID configurationID,
org.jdom.Element element,
ConfigurationObjectEditor editor,
java.lang.String name,
boolean isImportConfig)
|
protected java.util.Collection |
XMLConfig_Base_ImportExportUtility.createConnectorBindings(ConfigurationID configurationID,
org.jdom.Element root,
ConfigurationObjectEditor editor,
boolean importExistingBinding)
|
DeployedComponent |
XMLHelperImpl.createDeployedComponent(org.jdom.Element element,
Configuration config,
ConfigurationObjectEditor editor,
java.util.Map serviceComponentDefnMap,
java.util.Map vmComponentDefnMap,
java.util.Map componentTypeMap,
java.lang.String name)
This method will create a DeployedComponent configuration object from an XML element that represents a DeployedComponent. |
DeployedComponent |
XMLHelper.createDeployedComponent(org.jdom.Element element,
Configuration config,
ConfigurationObjectEditor editor,
java.util.Map serviceComponentDefnMap,
java.util.Map vmComponentDefnMap,
java.util.Map componentTypeMap,
java.lang.String name)
This method will create a DeployedComponent configuration object from an XML element that represents a DeployedComponent. |
DeployedComponent |
XMLConfig_42_HelperImpl.createDeployedComponent(org.jdom.Element element,
Configuration config,
ConfigurationObjectEditor editor,
java.util.Map serviceComponentDefnMap,
java.util.Map vmComponentDefnMap,
java.util.Map componentTypeMap,
java.lang.String name)
This method will create a DeployedComponent configuration object from an XML element that represents a DeployedComponent. |
DeployedComponent |
XMLHelperImpl.createDeployedComponent(org.jdom.Element element,
ConfigurationID configID,
HostID hostID,
VMComponentDefnID vmID,
ProductServiceConfigID pscID,
java.util.Map componentTypeMap,
ConfigurationObjectEditor editor)
|
DeployedComponent |
XMLHelper.createDeployedComponent(org.jdom.Element element,
ConfigurationID configID,
HostID hostID,
VMComponentDefnID vmID,
ProductServiceConfigID pscID,
java.util.Map componentTypeMap,
ConfigurationObjectEditor editor)
|
DeployedComponent |
XMLConfig_42_HelperImpl.createDeployedComponent(org.jdom.Element element,
ConfigurationID configID,
HostID hostID,
VMComponentDefnID vmID,
ProductServiceConfigID pscID,
java.util.Map componentTypeMap,
ConfigurationObjectEditor editor)
|
DeployedComponent |
XMLConfig_42_HelperImpl.createDeployedServiceComponent(org.jdom.Element element,
ConfigurationID configID,
HostID hostID,
VMComponentDefnID vmID,
ProductServiceConfigID pscID,
java.util.Map componentTypeMap,
ConfigurationObjectEditor editor)
|
DeployedComponent |
XMLConfig_42_HelperImpl.createDeployedVMComponentDefnx(org.jdom.Element element,
ConfigurationID configID,
HostID hostID,
ComponentTypeID typeID,
ConfigurationObjectEditor editor)
|
Host |
XMLHelperImpl.createHost(org.jdom.Element element,
ConfigurationID configID,
ConfigurationObjectEditor editor,
java.lang.String name)
This method will create a Host configuration object from an XML element that represents a Host. |
Host |
XMLHelper.createHost(org.jdom.Element element,
ConfigurationID configID,
ConfigurationObjectEditor editor,
java.lang.String name)
This method will create a Host configuration object from an XML element that represents a Host. |
Host |
XMLConfig_42_HelperImpl.createHost(org.jdom.Element element,
ConfigurationID configID,
ConfigurationObjectEditor editor,
java.lang.String name)
This method will create a Host configuration object from an XML element that represents a Host. |
ProductServiceConfig |
XMLHelperImpl.createProductServiceConfig(org.jdom.Element element,
ConfigurationID configID,
ConfigurationObjectEditor editor,
java.lang.String name)
This method will create a ProductServiceConfig configuration object from an XML element that represents a ProductServiceConfig. |
ProductServiceConfig |
XMLHelper.createProductServiceConfig(org.jdom.Element element,
ConfigurationID configID,
ConfigurationObjectEditor editor,
java.lang.String name)
This method will create a ProductServiceConfig configuration object from an XML element that represents a ProductServiceConfig. |
ProductServiceConfig |
XMLConfig_42_HelperImpl.createProductServiceConfig(org.jdom.Element element,
ConfigurationID configID,
ConfigurationObjectEditor editor,
java.lang.String name)
This method will create a ProductServiceConfig configuration object from an XML element that represents a ProductServiceConfig. |
ProductType |
XMLHelperImpl.createProductType(org.jdom.Element element,
ConfigurationObjectEditor editor,
java.util.Map componentTypeMap,
java.lang.String name)
This method will create a ProductType configuration object from an XML element that represents a ProductType. |
ProductType |
XMLHelper.createProductType(org.jdom.Element element,
ConfigurationObjectEditor editor,
java.util.Map ComponentTypeMap,
java.lang.String name)
This method will create a ProductType configuration object from an XML element that represents a ProductType. |
ProductType |
XMLConfig_42_HelperImpl.createProductType(org.jdom.Element element,
ConfigurationObjectEditor editor,
java.util.Map componentTypeMap,
java.lang.String name)
This method will create a ProductType configuration object from an XML element that represents a ProductType. |
ResourceDescriptor |
XMLHelperImpl.createResourcePool(org.jdom.Element element,
ConfigurationID configID,
ConfigurationObjectEditor editor)
This method will create a Resource configuration object from an XML element that represents a Resource. |
ResourceDescriptor |
XMLHelper.createResourcePool(org.jdom.Element element,
ConfigurationID configID,
ConfigurationObjectEditor editor)
This method will create a resource pool configuration object from an XML element that represents a ResourceDescriptor. |
ResourceDescriptor |
XMLConfig_42_HelperImpl.createResourcePool(org.jdom.Element element,
ConfigurationID configID,
ConfigurationObjectEditor editor)
This method will create a Resource configuration object from an XML element that represents a Resource. |
ComponentDefn |
XMLHelperImpl.createServiceComponentDefn(org.jdom.Element element,
Configuration config,
ConfigurationObjectEditor editor,
java.lang.String name)
This method will create a ServiceComponentDefn configuration object from an XML element that represents a ServiceComponentDefn. |
ComponentDefn |
XMLHelper.createServiceComponentDefn(org.jdom.Element element,
Configuration config,
ConfigurationObjectEditor editor,
java.lang.String name)
This method will create a ServiceComponentDefn configuration object from an XML element that represents a ServiceComponentDefn. |
ComponentDefn |
XMLConfig_42_HelperImpl.createServiceComponentDefn(org.jdom.Element element,
Configuration config,
ConfigurationObjectEditor editor,
java.lang.String name)
This method will create a ServiceComponentDefn configuration object from an XML element that represents a ServiceComponentDefn. |
ComponentDefn |
XMLHelperImpl.createServiceComponentDefn(org.jdom.Element element,
ConfigurationID configID,
ConfigurationObjectEditor editor,
java.lang.String name)
|
ComponentDefn |
XMLHelper.createServiceComponentDefn(org.jdom.Element element,
ConfigurationID configID,
ConfigurationObjectEditor editor,
java.lang.String name)
This method will create a ServiceComponentDefn configuration object from an XML element that represents a ServiceComponentDefn. |
ComponentDefn |
XMLConfig_42_HelperImpl.createServiceComponentDefn(org.jdom.Element element,
ConfigurationID configID,
ConfigurationObjectEditor editor,
java.lang.String name)
|
SharedResource |
XMLHelperImpl.createSharedResource(org.jdom.Element element,
ConfigurationObjectEditor editor)
This method will create a Resource configuration object from an XML element that represents a Resource. |
SharedResource |
XMLHelper.createSharedResource(org.jdom.Element element,
ConfigurationObjectEditor editor)
This method will create a SharedResource configuration object from an XML element that represents a SharedResource. |
SharedResource |
XMLConfig_42_HelperImpl.createSharedResource(org.jdom.Element element,
ConfigurationObjectEditor editor)
This method will create a Resource configuration object from an XML element that represents a Resource. |
VMComponentDefn |
XMLHelperImpl.createVMComponentDefn(org.jdom.Element element,
ConfigurationID configID,
HostID hostID,
ConfigurationObjectEditor editor,
java.lang.String name)
This method will create a VMComponentDefn configuration object from an XML element that represents a VMComponentDefn. |
VMComponentDefn |
XMLHelper.createVMComponentDefn(org.jdom.Element element,
ConfigurationID configID,
HostID hostID,
ConfigurationObjectEditor editor,
java.lang.String name)
This method will create a VMComponentDefn configuration object from an XML element that represents a VMComponentDefn. |
VMComponentDefn |
XMLConfig_42_HelperImpl.createVMComponentDefn(org.jdom.Element element,
ConfigurationID configID,
HostID hostID,
ConfigurationObjectEditor editor,
java.lang.String name)
This method will create a VMComponentDefn configuration object from an XML element that represents a VMComponentDefn. |
ComponentType |
XMLConfig_42_ImportExportUtility.importComponentType(org.jdom.Element root,
ConfigurationObjectEditor editor,
java.lang.String name)
This method will be used to import a ComponentType Object |
ComponentType |
XMLConfigurationImportExportUtility.importComponentType(java.io.InputStream stream,
ConfigurationObjectEditor editor,
java.lang.String name)
This method will be used to import a ComponentType Object |
java.util.Collection |
XMLConfigurationImportExportUtility.importComponentTypes(org.jdom.Element root,
ConfigurationObjectEditor editor)
This method will be used to import 1 or more a ComponentType Objects. |
java.util.Collection |
XMLConfig_42_ImportExportUtility.importComponentTypes(org.jdom.Element root,
ConfigurationObjectEditor editor)
This method will be used to import 1 or more a ComponentType Objects. |
java.util.Collection |
XMLConfigurationImportExportUtility.importComponentTypes(org.jdom.Element root,
ConfigurationObjectEditor editor,
boolean is42Compatible)
This method will be used to import 1 or more a ComponentType Objects. |
java.util.Collection |
XMLConfigurationImportExportUtility.importComponentTypes(java.io.InputStream stream,
ConfigurationObjectEditor editor)
This method will be used to import 1 or more a ComponentType Objects. |
java.util.Collection |
XMLConfig_42_ImportExportUtility.importConfigurationObjects(org.jdom.Element root,
ConfigurationObjectEditor editor,
java.lang.String name)
This method will be used to import a Collection of Configuration objects given an InputStream. |
java.util.Collection |
XMLConfigurationImportExportUtility.importConfigurationObjects(java.io.InputStream stream,
ConfigurationObjectEditor editor,
java.lang.String name)
This method will be used to import a Collection of Configuration objects given an InputStream. |
ComponentType |
XMLConfigurationImportExportUtility.importConnector(java.io.InputStream stream,
ConfigurationObjectEditor editor,
java.lang.String newName)
|
ConnectorArchive |
XMLConfigurationImportExportUtility.importConnectorArchive(java.io.InputStream stream,
ConfigurationObjectEditor editor)
The Zip file stream format is look like this. |
ConnectorBinding |
XMLConfigurationImportExportUtility.importConnectorBinding(java.io.InputStream stream,
ConfigurationObjectEditor editor,
java.lang.String newName)
|
ConnectorBinding |
XMLConfig_Base_ImportExportUtility.importConnectorBinding(java.io.InputStream stream,
ConfigurationObjectEditor editor,
java.lang.String newName)
|
java.lang.Object[] |
XMLConfigurationImportExportUtility.importConnectorBindingAndType(java.io.InputStream stream,
ConfigurationObjectEditor editor,
java.lang.String[] newName)
|
java.lang.Object[] |
XMLConfig_Base_ImportExportUtility.importConnectorBindingAndType(java.io.InputStream stream,
ConfigurationObjectEditor editor,
java.lang.String[] newName)
|
java.util.Collection |
XMLConfigurationImportExportUtility.importConnectorBindings(org.jdom.Element root,
ConfigurationObjectEditor editor)
|
java.util.Collection |
XMLConfig_Base_ImportExportUtility.importConnectorBindings(org.jdom.Element root,
ConfigurationObjectEditor editor,
boolean importExistingBinding)
|
java.util.Collection |
XMLConfigurationImportExportUtility.importConnectorBindings(java.io.InputStream stream,
ConfigurationObjectEditor editor)
|
java.util.Collection |
XMLConfig_Base_ImportExportUtility.importConnectorBindings(java.io.InputStream stream,
ConfigurationObjectEditor editor,
boolean importExistingBinding)
|
java.util.Collection |
XMLConfigurationImportExportUtility.importExistingConnectorBindings(org.jdom.Element root,
ConfigurationObjectEditor editor,
boolean importExistingBinding)
|
java.util.Collection |
XMLConfigurationImportExportUtility.importExistingConnectorBindings(java.io.InputStream stream,
ConfigurationObjectEditor editor,
boolean useExistingBinding)
|
java.lang.Object[] |
XMLConfig_Base_ImportExportUtility.importServiceComponentDefn(java.io.InputStream stream,
Configuration config,
ConfigurationObjectEditor editor,
java.lang.String[] name)
This method will be used to import a ServiceComponentDefn Object given a Directory entry instance. |
Constructors in com.metamatrix.common.config.xml with parameters of type ConfigurationObjectEditor | |
---|---|
XMLConfig_42_Visitor(XMLConfig_42_HelperImpl impl,
ConfigurationObjectEditor configEditor)
|
Uses of ConfigurationObjectEditor in com.metamatrix.console.models |
---|
Methods in com.metamatrix.console.models that return ConfigurationObjectEditor | |
---|---|
ConfigurationObjectEditor |
AuthenticationProviderManager.getAuthenticationProviderEditor()
|
ConfigurationObjectEditor |
ConnectorManager.getConnectorBindingEditor()
|
ConfigurationObjectEditor |
ConfigurationManager.getEditor()
|
protected ConfigurationObjectEditor |
ResourcePropertiedObjectEditor.getEditor()
|
protected ConfigurationObjectEditor |
ConfigurationPropertiedObjectEditor.getEditor()
|
Methods in com.metamatrix.console.models with parameters of type ConfigurationObjectEditor | |
---|---|
AuthenticationProvider |
AuthenticationProviderManager.copyAuthenticationProvider(AuthenticationProvider original,
ConfigurationObjectEditor coe,
java.lang.String sProviderName)
|
ConnectorBinding |
ConnectorManager.copyConnectorBinding(ConnectorBinding original,
ConfigurationObjectEditor coe,
java.lang.String sConnBindName)
|
void |
AuthenticationProviderManager.createAuthenticationProvider(AuthenticationProvider provider,
ConfigurationObjectEditor coe)
Method to commit actions to create a conector binding. |
void |
ConnectorManager.createConnectorBinding(java.util.Collection bindings,
ConfigurationObjectEditor coe,
ProductServiceConfig[] pscs)
Method to commit actions to create a conector binding. |
ConnectorBinding |
ConnectorManager.createConnectorBinding(ConnectorBinding oldBinding,
java.lang.String newName,
ConfigurationObjectEditor coe)
Method to create a new connector based on another connector. |
void |
ConnectorManager.createConnectorBinding(ServiceComponentDefn binding,
ConfigurationObjectEditor coe,
ProductServiceConfig[] pscs)
Method to commit actions to create a conector binding. |
AuthenticationProvider |
AuthenticationProviderManager.getTentativeAuthenticationProvider(ComponentType ctProvider,
ConfigurationObjectEditor coe,
java.lang.String sProviderName)
|
ConnectorBinding |
ConnectorManager.getTentativeConnectorBinding(ComponentType ctConnector,
ConfigurationObjectEditor coe,
java.lang.String sConnBindName)
|
void |
ConnectorManager.setEnableForBindingInPSC(ServiceComponentDefn scdBinding,
ProductServiceConfig psc,
boolean bEnabled,
ConfigurationObjectEditor coe)
|
void |
ConnectorManager.setEnableForBindingInPSCByConfig(Configuration cfg,
ServiceComponentDefn scdBinding,
ProductServiceConfig psc,
boolean bEnabled,
ConfigurationObjectEditor coe)
|
Uses of ConfigurationObjectEditor in com.metamatrix.console.ui.views.authorization |
---|
Methods in com.metamatrix.console.ui.views.authorization that return ConfigurationObjectEditor | |
---|---|
ConfigurationObjectEditor |
NewAuthenticationProviderSpecificationPanel.getConfigurationObjectEditor()
|
Uses of ConfigurationObjectEditor in com.metamatrix.console.ui.views.connector |
---|
Methods in com.metamatrix.console.ui.views.connector that return ConfigurationObjectEditor | |
---|---|
protected ConfigurationObjectEditor |
ImportWizardController.getNewItemEditor()
|
Uses of ConfigurationObjectEditor in com.metamatrix.console.ui.views.connectorbinding |
---|
Methods in com.metamatrix.console.ui.views.connectorbinding that return ConfigurationObjectEditor | |
---|---|
ConfigurationObjectEditor |
NewBindingWizardSpecificationPanel.getConfigurationObjectEditor()
|
protected ConfigurationObjectEditor |
ImportBindingWizardController.getNewItemEditor()
|
Uses of ConfigurationObjectEditor in com.metamatrix.platform.admin.api |
---|
Methods in com.metamatrix.platform.admin.api that return ConfigurationObjectEditor | |
---|---|
ConfigurationObjectEditor |
ConfigurationAdminAPI.createEditor()
Returns a ConfigurationObjectEditor to perform editing operations
on a configuration type object. |
Uses of ConfigurationObjectEditor in com.metamatrix.platform.admin.apiimpl |
---|
Methods in com.metamatrix.platform.admin.apiimpl that return ConfigurationObjectEditor | |
---|---|
ConfigurationObjectEditor |
ConfigurationAdminAPIImpl.createEditor()
Returns a ConfigurationObjectEditor to perform editing operations on a configuration type object. |
Uses of ConfigurationObjectEditor in com.metamatrix.platform.config.api.service |
---|
Methods in com.metamatrix.platform.config.api.service that return ConfigurationObjectEditor | |
---|---|
ConfigurationObjectEditor |
ConfigurationServiceInterface.createEditor()
Returns a ConfigurationObjectEditor to perform editing operations on a configuration type object. |
Uses of ConfigurationObjectEditor in com.metamatrix.platform.config.service |
---|
Methods in com.metamatrix.platform.config.service that return ConfigurationObjectEditor | |
---|---|
ConfigurationObjectEditor |
ConfigurationServiceImpl.createEditor()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |