|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ComponentType in com.metamatrix.admin.server |
|---|
| Methods in com.metamatrix.admin.server with parameters of type ComponentType | |
|---|---|
protected java.util.Collection |
AbstractAdminImpl.convertPropertyDefinitions(ComponentType ctype,
java.util.Properties properties)
|
| Uses of ComponentType in com.metamatrix.cdk.file |
|---|
| Methods in com.metamatrix.cdk.file that return ComponentType | |
|---|---|
ComponentType |
XMLConfigReaderWriter.loadConnectorType(java.io.InputStream stream)
|
ComponentType |
ConfigReaderWriter.loadConnectorType(java.io.InputStream stream)
|
| Uses of ComponentType in com.metamatrix.common.config |
|---|
| Methods in com.metamatrix.common.config that return types with arguments of type ComponentType | |
|---|---|
java.util.Collection<ComponentType> |
CurrentConfiguration.getComponentTypes(boolean includeDeprecated)
Returns a Collection of type ComponentType that represent
all the ComponentTypes defined. |
| Uses of ComponentType in com.metamatrix.common.config.api |
|---|
| Subinterfaces of ComponentType in com.metamatrix.common.config.api | |
|---|---|
interface |
AuthenticationProviderType
The AuthorizationProviderType represents the authorization provider ComponentType. |
interface |
ConnectorBindingType
The ConnectorBindingType represents the connector ComponentType. |
interface |
HostType
The ConnectorComponentType represents the connector ComponentType. |
interface |
ResourceComponentType
The ResourceComponentType indicates the type of resource |
interface |
ServiceComponentType
The ServiceComponentType represents the service ComponentType. |
interface |
VMComponentDefnType
The ConnectorComponentType represents the connector ComponentType. |
| Methods in com.metamatrix.common.config.api that return ComponentType | |
|---|---|
ComponentType |
ConfigurationObjectEditor.createComponentType(ComponentType componentType,
java.lang.String name)
Create a new ComponentType instance from a copy of the specified ComponentType. |
ComponentType |
ConfigurationObjectEditor.createComponentType(int classTypeCode,
java.lang.String name,
ComponentTypeID parentID,
ComponentTypeID superID,
boolean deployable,
boolean monitored)
Create a new ComponentType instance with the specified name. |
static ComponentType |
ResourceModel.getComponentType(java.lang.String resourceName)
|
ComponentType |
ConfigurationModelContainer.getComponentType(java.lang.String fullName)
Return the ComponentType for the specified name |
ComponentType |
ConfigurationObjectEditor.setComponentTypeDefinitions(ComponentType t,
java.util.Collection defns)
Set the list of ComponentTypeDefns for a local ComponentType
object. |
ComponentType |
ConfigurationObjectEditor.setCreationChangedHistory(ComponentType type,
java.lang.String createdBy,
java.lang.String creationDate)
|
ComponentType |
ConfigurationObjectEditor.setIsDeployable(ComponentType t,
boolean newValue)
|
ComponentType |
ConfigurationObjectEditor.setIsDeprecated(ComponentType t,
boolean newValue)
|
ComponentType |
ConfigurationObjectEditor.setIsMonitored(ComponentType t,
boolean newValue)
|
ComponentType |
ConfigurationObjectEditor.setLastChangedHistory(ComponentType type,
java.lang.String lastChangedBy,
java.lang.String lastChangedDate)
|
ComponentType |
ConfigurationObjectEditor.setParentComponentTypeID(ComponentType t,
ComponentTypeID parentID)
Sets the parent component type, null is allowed; |
ComponentType |
ConfigurationObjectEditor.setSuperComponentTypeID(ComponentType t,
ComponentTypeID superID)
Sets the super component type, null is allowed; |
| Methods in com.metamatrix.common.config.api with parameters of type ComponentType | |
|---|---|
ComponentType |
ConfigurationObjectEditor.createComponentType(ComponentType componentType,
java.lang.String name)
Create a new ComponentType instance from a copy of the specified ComponentType. |
ComponentTypeDefn |
ConfigurationObjectEditor.createComponentTypeDefn(ComponentType type,
PropertyDefinition propertyDefinition,
boolean isEffectiveImmediately)
Create a new ComponentTypeDefn and update the ComponentType with the new defintion. |
void |
ConfigurationObjectEditor.delete(ComponentType target)
Call to delete a component type and all its definitions. |
void |
ConfigurationObjectEditor.delete(ComponentTypeDefn target,
ComponentType type)
Call to delete a ComponentTypeDefn and remove it from the ComponentType. |
ComponentType |
ConfigurationObjectEditor.setComponentTypeDefinitions(ComponentType t,
java.util.Collection defns)
Set the list of ComponentTypeDefns for a local ComponentType
object. |
ComponentType |
ConfigurationObjectEditor.setCreationChangedHistory(ComponentType type,
java.lang.String createdBy,
java.lang.String creationDate)
|
ComponentType |
ConfigurationObjectEditor.setIsDeployable(ComponentType t,
boolean newValue)
|
ComponentType |
ConfigurationObjectEditor.setIsDeprecated(ComponentType t,
boolean newValue)
|
ComponentType |
ConfigurationObjectEditor.setIsMonitored(ComponentType t,
boolean newValue)
|
ComponentType |
ConfigurationObjectEditor.setLastChangedHistory(ComponentType type,
java.lang.String lastChangedBy,
java.lang.String lastChangedDate)
|
ComponentType |
ConfigurationObjectEditor.setParentComponentTypeID(ComponentType t,
ComponentTypeID parentID)
Sets the parent component type, null is allowed; |
ComponentType |
ConfigurationObjectEditor.setSuperComponentTypeID(ComponentType t,
ComponentTypeID superID)
Sets the super component type, null is allowed; |
| Uses of ComponentType in com.metamatrix.common.config.model |
|---|
| Classes in com.metamatrix.common.config.model that implement ComponentType | |
|---|---|
class |
BasicAuthenticationProviderType
|
class |
BasicComponentType
|
class |
BasicConnectorBindingType
|
class |
BasicHostType
|
class |
BasicResourceComponentType
|
class |
BasicServiceComponentType
|
class |
BasicVMComponentDefnType
|
| Methods in com.metamatrix.common.config.model that return ComponentType | |
|---|---|
ComponentType |
BasicConfigurationObjectEditor.createComponentType(ComponentType componentType,
java.lang.String name)
|
ComponentType |
BasicConfigurationObjectEditor.createComponentType(int classTypeCode,
java.lang.String name,
ComponentTypeID parentID,
ComponentTypeID superID,
boolean deployable,
boolean monitored)
Copy-create method - creates a deep-copy of the original configuration, with the new name. |
ComponentType |
ConfigurationModelContainerImpl.getComponentType(java.lang.String fullName)
|
ComponentType |
BasicConfigurationObjectEditor.setComponentTypeDefinitions(ComponentType t,
java.util.Collection defns)
Set the list of ComponentTypeDefns for a local ComponentType
object. |
static ComponentType |
BasicUtil.setCreationChangedHistory(ComponentType type,
java.lang.String createdBy,
java.lang.String creationDate)
|
ComponentType |
BasicConfigurationObjectEditor.setCreationChangedHistory(ComponentType type,
java.lang.String createdBy,
java.lang.String creationDate)
|
ComponentType |
BasicConfigurationObjectEditor.setIsDeployable(ComponentType t,
boolean newValue)
|
ComponentType |
BasicConfigurationObjectEditor.setIsDeprecated(ComponentType t,
boolean newValue)
|
ComponentType |
BasicConfigurationObjectEditor.setIsMonitored(ComponentType t,
boolean newValue)
|
static ComponentType |
BasicUtil.setLastChangedHistory(ComponentType type,
java.lang.String lastChangedBy,
java.lang.String lastChangedDate)
|
ComponentType |
BasicConfigurationObjectEditor.setLastChangedHistory(ComponentType type,
java.lang.String lastChangedBy,
java.lang.String lastChangedDate)
|
ComponentType |
BasicConfigurationObjectEditor.setParentComponentTypeID(ComponentType t,
ComponentTypeID parentID)
|
ComponentType |
BasicConfigurationObjectEditor.setSuperComponentTypeID(ComponentType t,
ComponentTypeID superID)
|
ComponentType |
BasicConfigurationObjectEditor.updateComponentType(ComponentType origType,
ComponentType replaceType)
This will update / replace the existing component type with the specified component type. |
| Methods in com.metamatrix.common.config.model with parameters of type ComponentType | |
|---|---|
void |
ConfigurationModelContainerImpl.addComponentType(ComponentType type)
NOTE: The following 2 methods are provided here because the editor does not interact with the ConfiguratonModelContainer. |
ComponentType |
BasicConfigurationObjectEditor.createComponentType(ComponentType componentType,
java.lang.String name)
|
ComponentTypeDefn |
BasicConfigurationObjectEditor.createComponentTypeDefn(ComponentType type,
PropertyDefinition propertyDefinition)
Deprecated. as of v 2.0 beta 1, use BasicConfigurationObjectEditor.createComponentTypeDefn(ComponentType, PropertyDefinition, boolean) |
ComponentTypeDefn |
BasicConfigurationObjectEditor.createComponentTypeDefn(ComponentType type,
PropertyDefinition propertyDefinition,
boolean isEffectiveImmediately)
|
void |
BasicConfigurationObjectEditor.delete(ComponentType target)
|
void |
BasicConfigurationObjectEditor.delete(ComponentTypeDefn target,
ComponentType type)
|
ComponentType |
BasicConfigurationObjectEditor.setComponentTypeDefinitions(ComponentType t,
java.util.Collection defns)
Set the list of ComponentTypeDefns for a local ComponentType
object. |
static ComponentType |
BasicUtil.setCreationChangedHistory(ComponentType type,
java.lang.String createdBy,
java.lang.String creationDate)
|
ComponentType |
BasicConfigurationObjectEditor.setCreationChangedHistory(ComponentType type,
java.lang.String createdBy,
java.lang.String creationDate)
|
ComponentType |
BasicConfigurationObjectEditor.setIsDeployable(ComponentType t,
boolean newValue)
|
ComponentType |
BasicConfigurationObjectEditor.setIsDeprecated(ComponentType t,
boolean newValue)
|
ComponentType |
BasicConfigurationObjectEditor.setIsMonitored(ComponentType t,
boolean newValue)
|
static ComponentType |
BasicUtil.setLastChangedHistory(ComponentType type,
java.lang.String lastChangedBy,
java.lang.String lastChangedDate)
|
ComponentType |
BasicConfigurationObjectEditor.setLastChangedHistory(ComponentType type,
java.lang.String lastChangedBy,
java.lang.String lastChangedDate)
|
ComponentType |
BasicConfigurationObjectEditor.setParentComponentTypeID(ComponentType t,
ComponentTypeID parentID)
|
ComponentType |
BasicConfigurationObjectEditor.setSuperComponentTypeID(ComponentType t,
ComponentTypeID superID)
|
ComponentType |
BasicConfigurationObjectEditor.updateComponentType(ComponentType origType,
ComponentType replaceType)
This will update / replace the existing component type with the specified component type. |
| Uses of ComponentType in com.metamatrix.common.config.util |
|---|
| Methods in com.metamatrix.common.config.util that return ComponentType | |
|---|---|
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. |
| Methods in com.metamatrix.common.config.util with parameters of type ComponentType | |
|---|---|
void |
ConfigurationImportExportUtility.exportConnector(java.io.OutputStream stream,
ComponentType type,
java.util.Properties props)
This method will generally be used to create a file representation of a Connector. |
void |
ConfigurationImportExportUtility.exportConnectorBinding(java.io.OutputStream stream,
ConnectorBinding defn,
ComponentType type,
java.util.Properties props)
This method will generally be used to create a file representation of a Connector Binding. |
void |
ConfigurationImportExportUtility.exportConnectorBindings(java.io.OutputStream stream,
ConnectorBinding[] bindings,
ComponentType[] types,
java.util.Properties props)
This method will generally be used to create a file representation of one or more Connector Bindings. |
| Uses of ComponentType in com.metamatrix.common.config.xml |
|---|
| Methods in com.metamatrix.common.config.xml that return ComponentType | |
|---|---|
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 |
XMLConfigurationImportExportUtility.importComponentType(java.io.InputStream stream,
ConfigurationObjectEditor editor,
java.lang.String name)
This method will be used to import a ComponentType Object |
ComponentType |
XMLHelperImpl.loadComponentType(org.jdom.Element rootElement)
|
| Methods in com.metamatrix.common.config.xml with parameters of type ComponentType | |
|---|---|
org.jdom.Element |
XMLHelperImpl.createComponentTypeElement(ComponentType type)
This method is used to create a ComponentType JDOM Element from a ComponentType object. |
void |
XMLConfigurationImportExportUtility.exportComponentType(java.io.OutputStream stream,
ComponentType type,
java.util.Properties props)
This method will generally be used to create a file representation of a ConnectorType that is defined in the CDK. |
void |
XMLConfigurationImportExportUtility.exportComponentTypes(java.io.OutputStream stream,
ComponentType[] types,
java.util.Properties props)
This method will generally be used to create a file representation containing one or more connector types. |
void |
XMLConfigurationImportExportUtility.exportConnector(java.io.OutputStream stream,
ComponentType type,
java.util.Properties props)
This method will generally be used to create a file representation of a Connector. |
void |
XMLConfigurationImportExportUtility.exportConnectorBinding(java.io.OutputStream stream,
ConnectorBinding defn,
ComponentType type,
java.util.Properties props)
This method will generally be used to create a file representation of a Connector Binding. |
void |
XMLConfigurationImportExportUtility.exportConnectorBindings(java.io.OutputStream stream,
ConnectorBinding[] bindings,
ComponentType[] types,
java.util.Properties props)
This method will generally be used to create a file representation of one or more Connector Bindings. |
| Uses of ComponentType in com.metamatrix.common.vdb.api |
|---|
| Methods in com.metamatrix.common.vdb.api that return ComponentType | |
|---|---|
ComponentType |
VDBDefn.getConnectorType(java.lang.String componentTypeName)
Returns the component type for the specified componentTypeName. |
| Methods in com.metamatrix.common.vdb.api that return types with arguments of type ComponentType | |
|---|---|
java.util.Map<java.lang.String,ComponentType> |
VDBDefn.getConnectorTypes()
Returns the connector types that are used in this VDB. |
| Uses of ComponentType in com.metamatrix.console.models |
|---|
| Methods in com.metamatrix.console.models that return ComponentType | |
|---|---|
ComponentType |
AuthenticationProviderManager.getAuthProvider(ServiceComponentDefn serviceDefn)
|
ComponentType |
ConnectorManager.getConnectorForConnectorBinding(ServiceComponentDefn scdBinding)
|
ComponentType |
ConnectorManager.lookupConnector(java.lang.String name)
Lookup and return a connector for the given name or null
if no connector exists for |
| Methods in com.metamatrix.console.models with parameters of type ComponentType | |
|---|---|
void |
ConnectorManager.deleteConnector(ComponentType ctConnector)
|
ConnectorBasicInfo |
ConnectorManager.getConnectorBasicInfo(ComponentType ctypeConnector)
|
ConnectorDetailInfo |
ConnectorManager.getDetailForConnector(ComponentType ctConnector)
|
AuthenticationProvider |
AuthenticationProviderManager.getTentativeAuthenticationProvider(ComponentType ctProvider,
ConfigurationObjectEditor coe,
java.lang.String sProviderName)
|
ConnectorBinding |
ConnectorManager.getTentativeConnectorBinding(ComponentType ctConnector,
ConfigurationObjectEditor coe,
java.lang.String sConnBindName)
|
java.lang.String |
ConnectorManager.getValueForDefn(ComponentType ctCompType,
java.lang.String sDefnID)
|
void |
ConnectorManager.reportConnectorDetails(ComponentType ctConnector)
|
| Uses of ComponentType in com.metamatrix.console.ui.views.authorization |
|---|
| Methods in com.metamatrix.console.ui.views.authorization that return ComponentType | |
|---|---|
ComponentType |
NewAuthenticationProviderSelectPanel.getSelectedAuthenticationProvider()
|
| Methods in com.metamatrix.console.ui.views.authorization with parameters of type ComponentType | |
|---|---|
void |
NewAuthenticationProviderSpecificationPanel.updatePropertiedObjectPanel(ComponentType cType,
java.lang.String sProviderName,
boolean initProvider)
Update the panel based on the specified Connector Type and Connector Binding Name. |
| Uses of ComponentType in com.metamatrix.console.ui.views.connectorbinding |
|---|
| Methods in com.metamatrix.console.ui.views.connectorbinding that return ComponentType | |
|---|---|
ComponentType |
ConnectorAndBinding.getConnector()
|
protected ComponentType |
ImportBindingWizardController.getConnectorType(java.lang.String typeName)
|
ComponentType |
NewBindingWizardConnectorSelectPanel.getSelectedConnector()
|
| Methods in com.metamatrix.console.ui.views.connectorbinding with parameters of type ComponentType | |
|---|---|
protected boolean |
ImportBindingWizardController.createNewItem(ComponentType compType)
|
void |
NewBindingWizardSpecificationPanel.updatePropertiedObjectPanel(ComponentType ctConnector,
java.lang.String sConnectorBindingName,
boolean initBinding)
Update the panel based on the specified Connector Type and Connector Binding Name. |
| Constructors in com.metamatrix.console.ui.views.connectorbinding with parameters of type ComponentType | |
|---|---|
ConnectorAndBinding(ComponentType conn,
ServiceComponentDefn bind)
|
|
| Uses of ComponentType in com.metamatrix.dqp.embedded.configuration |
|---|
| Methods in com.metamatrix.dqp.embedded.configuration that return ComponentType | |
|---|---|
static ComponentType |
ServerConfigFileReader.resolvePropertyDefns(ComponentType type,
ConfigurationModelContainer configuration)
|
| Methods in com.metamatrix.dqp.embedded.configuration with parameters of type ComponentType | |
|---|---|
static ComponentType |
ServerConfigFileReader.resolvePropertyDefns(ComponentType type,
ConfigurationModelContainer configuration)
|
| Uses of ComponentType in com.metamatrix.dqp.embedded.services |
|---|
| Methods in com.metamatrix.dqp.embedded.services with parameters of type ComponentType | |
|---|---|
protected boolean |
EmbeddedDataService.isMaskedProperty(java.lang.String propName,
ComponentType type)
Check to see if the property read is a masked/encoded property |
| Uses of ComponentType in com.metamatrix.dqp.service |
|---|
| Methods in com.metamatrix.dqp.service that return types with arguments of type ComponentType | |
|---|---|
java.util.List<ComponentType> |
ConfigurationService.getConnectorTypes()
Get list of all the connector types available in the System. |
| Uses of ComponentType in com.metamatrix.metadata.runtime.vdb.defn |
|---|
| Methods in com.metamatrix.metadata.runtime.vdb.defn with parameters of type ComponentType | |
|---|---|
protected ConnectorBinding |
VDBCreation.addConfigurationObjects(ConfigurationModelContainer cmc,
ConnectorBinding binding,
ComponentType type,
XMLConfigurationConnector writer,
BasicConfigurationObjectEditor editor,
java.util.Set addedTypes)
Return the existing binding that will be used to replace the imported binding and the model-to-binding mapping will have its routinguuid updated |
| Uses of ComponentType in com.metamatrix.platform.admin.api |
|---|
| Methods in com.metamatrix.platform.admin.api that return ComponentType | |
|---|---|
ComponentType |
ConfigurationAdminAPI.getComponentType(ComponentTypeID id)
Returns a ComponentType for the specified ComponentTypeID |
| Uses of ComponentType in com.metamatrix.platform.admin.apiimpl |
|---|
| Methods in com.metamatrix.platform.admin.apiimpl that return ComponentType | |
|---|---|
ComponentType |
ConfigurationAdminAPIImpl.getComponentType(ComponentTypeID id)
Returns a ComponentType for the specified ComponentTypeID |
| Uses of ComponentType in com.metamatrix.platform.config.api.service |
|---|
| Methods in com.metamatrix.platform.config.api.service that return ComponentType | |
|---|---|
ComponentType |
ConfigurationServiceInterface.getComponentType(ComponentTypeID id)
Returns a ComponentType for the specified ComponentTypeID |
ComponentType |
ConfigurationServiceInterface.importConnectorType(java.io.InputStream inputStream,
java.lang.String name,
java.lang.String principalName)
Import a Connector Type |
| Methods in com.metamatrix.platform.config.api.service with parameters of type ComponentType | |
|---|---|
void |
ConfigurationServiceInterface.delete(ComponentType componentType,
java.lang.String principalName)
Delete a Component Type |
| Uses of ComponentType in com.metamatrix.platform.config.service |
|---|
| Methods in com.metamatrix.platform.config.service that return ComponentType | |
|---|---|
ComponentType |
ConfigurationServiceImpl.getComponentType(ComponentTypeID id)
|
ComponentType |
ConfigurationServiceImpl.importConnectorType(java.io.InputStream inputStream,
java.lang.String name,
java.lang.String principalName)
the name is nullable, if not specified, then the name in the inputStream (connector type file) will be used |
| Methods in com.metamatrix.platform.config.service with parameters of type ComponentType | |
|---|---|
void |
ConfigurationServiceImpl.delete(ComponentType componentType,
java.lang.String principalName)
|
| Uses of ComponentType in com.metamatrix.vdb.runtime |
|---|
| Methods in com.metamatrix.vdb.runtime that return ComponentType | |
|---|---|
ComponentType |
BasicVDBDefn.getConnectorType(java.lang.String componentTypeName)
|
| Methods in com.metamatrix.vdb.runtime with parameters of type ComponentType | |
|---|---|
void |
BasicVDBDefn.addConnectorType(ComponentType type)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||