Uses of Interface
com.metamatrix.common.config.api.ComponentTypeDefn

Packages that use ComponentTypeDefn
com.metamatrix.common.config.api   
com.metamatrix.common.config.model   
com.metamatrix.common.config.xml   
 

Uses of ComponentTypeDefn in com.metamatrix.common.config.api
 

Methods in com.metamatrix.common.config.api that return ComponentTypeDefn
 ComponentTypeDefn ConfigurationObjectEditor.createComponentTypeDefn(ComponentTypeID typeID, PropertyDefinition propertyDefinition)
          Deprecated. as of v 2.0 beta 1, use ConfigurationObjectEditor.createComponentTypeDefn(ComponentTypeID, PropertyDefinition, boolean)
 ComponentTypeDefn ConfigurationObjectEditor.createComponentTypeDefn(ComponentTypeID typeID, PropertyDefinition propertyDefinition, boolean isEffectiveImmediately)
          Create a new ComponentTypeDefn instance with the specified name.
 ComponentTypeDefn ConfigurationObjectEditor.createComponentTypeDefn(ComponentType type, PropertyDefinition propertyDefinition)
          Deprecated. as of v 2.0 beta 1, use ConfigurationObjectEditor.createComponentTypeDefn(ComponentType, PropertyDefinition, boolean)
 ComponentTypeDefn ConfigurationObjectEditor.createComponentTypeDefn(ComponentType type, PropertyDefinition propertyDefinition, boolean isEffectiveImmediately)
          Create a new ComponentTypeDefn and update the ComponentType with the new defintion.
 ComponentTypeDefn ConfigurationModelContainer.getComponentTypeDefinition(ComponentTypeID typeID, java.lang.String defnName)
          Return a ComponentTypeDefn for a give typeID and defnName.
 ComponentTypeDefn ComponentType.getComponentTypeDefinition(java.lang.String name)
          Returns the ComponentTypeDefn for the specified name
 ComponentTypeDefn ConfigurationObjectEditor.modifyComponentTypeDefn(ComponentTypeDefn original, ComponentTypeDefn updated)
          Updates the target ComponentTypeDefn with the updated PropertyDefinition.
 ComponentTypeDefn ConfigurationObjectEditor.setPropertyDefinition(ComponentTypeDefn t, PropertyDefinition defn)
          Set the PropertyDefinition on the ComponentTypeDefn
 

Methods in com.metamatrix.common.config.api with parameters of type ComponentTypeDefn
 PropDefnAllowedValue ConfigurationObjectEditor.createPropDefnAllowedValue(ComponentTypeDefn typeDefn, PropertyDefinition propDefn, java.lang.String value)
          Create a new PropDefnAllowedValue that will be added to the modifiable (cloned) PropertyDefinition that was obtained from the ComponentTypeDefn.
 void ConfigurationObjectEditor.delete(ComponentTypeDefn target, ComponentType type)
          Call to delete a ComponentTypeDefn and remove it from the ComponentType.
 ComponentTypeDefn ConfigurationObjectEditor.modifyComponentTypeDefn(ComponentTypeDefn original, ComponentTypeDefn updated)
          Updates the target ComponentTypeDefn with the updated PropertyDefinition.
 ComponentTypeDefn ConfigurationObjectEditor.setPropertyDefinition(ComponentTypeDefn t, PropertyDefinition defn)
          Set the PropertyDefinition on the ComponentTypeDefn
 

Uses of ComponentTypeDefn in com.metamatrix.common.config.model
 

Classes in com.metamatrix.common.config.model that implement ComponentTypeDefn
 class BasicComponentTypeDefn
           
 

Methods in com.metamatrix.common.config.model that return ComponentTypeDefn
 ComponentTypeDefn BasicConfigurationObjectEditor.createComponentTypeDefn(ComponentTypeID typeID, PropertyDefinition propertyDefinition)
          Deprecated. as of v 2.0 beta 1, use BasicConfigurationObjectEditor.createComponentTypeDefn(ComponentTypeID, PropertyDefinition, boolean)
 ComponentTypeDefn BasicConfigurationObjectEditor.createComponentTypeDefn(ComponentTypeID typeID, PropertyDefinition propertyDefinition, boolean isEffectiveImmediately)
           
 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)
           
 ComponentTypeDefn ConfigurationModelContainerImpl.getComponentTypeDefinition(ComponentTypeID typeID, java.lang.String defnName)
          Return a ComponentTypeDefn for a give typeID and defnName.
 ComponentTypeDefn BasicComponentType.getComponentTypeDefinition(java.lang.String name)
           
 ComponentTypeDefn BasicConfigurationObjectEditor.modifyComponentTypeDefn(ComponentTypeDefn original, ComponentTypeDefn updated)
           
 ComponentTypeDefn BasicConfigurationObjectEditor.setPropertyDefinition(ComponentTypeDefn t, PropertyDefinition defn)
           
 

Methods in com.metamatrix.common.config.model with parameters of type ComponentTypeDefn
 void BasicComponentType.addComponentTypeDefinition(ComponentTypeDefn defn)
           
 PropDefnAllowedValue BasicConfigurationObjectEditor.createPropDefnAllowedValue(ComponentTypeDefn typeDefn, PropertyDefinition propDefn, java.lang.String value)
           
 void BasicConfigurationObjectEditor.delete(ComponentTypeDefn target, ComponentType type)
           
 ComponentTypeDefn BasicConfigurationObjectEditor.modifyComponentTypeDefn(ComponentTypeDefn original, ComponentTypeDefn updated)
           
 void BasicComponentType.removeComponentTypeDefinition(ComponentTypeDefn defn)
           
 ComponentTypeDefn BasicConfigurationObjectEditor.setPropertyDefinition(ComponentTypeDefn t, PropertyDefinition defn)
           
 

Uses of ComponentTypeDefn in com.metamatrix.common.config.xml
 

Methods in com.metamatrix.common.config.xml with parameters of type ComponentTypeDefn
 org.jdom.Element XMLHelper.createComponentTypeDefnElement(ComponentTypeDefn defn)
          This method is used to create a ComponentTypeDefn JDOM Element from a ComponentTypeDefn object.
 org.jdom.Element XMLHelperImpl.createComponentTypeDefnElement(ComponentTypeDefn defn)
          This method is used to create a ComponentTypeDefn JDOM Element from a ComponentTypeDefn object.
 org.jdom.Element XMLConfig_42_HelperImpl.createComponentTypeDefnElement(ComponentTypeDefn defn)
          This method is used to create a ComponentTypeDefn JDOM Element from a ComponentTypeDefn object.
 



Copyright © 2009. All Rights Reserved.