|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.metadata.runtime.impl.AbstractMetadataRecord
com.metamatrix.metadata.runtime.impl.TransformationRecordImpl
public class TransformationRecordImpl
TransformationRecordImpl
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.metamatrix.modeler.core.metadata.runtime.TransformationRecord |
|---|
TransformationRecord.Types |
| Nested classes/interfaces inherited from interface com.metamatrix.modeler.core.metadata.runtime.MetadataRecord |
|---|
MetadataRecord.MetadataFieldNames, MetadataRecord.MetadataRecordProperties |
| Field Summary |
|---|
| Fields inherited from class com.metamatrix.metadata.runtime.impl.AbstractMetadataRecord |
|---|
delegate, eObject |
| Constructor Summary | |
|---|---|
|
TransformationRecordImpl()
Construct an instance of TransformationRecordImpl. |
protected |
TransformationRecordImpl(MetadataRecordDelegate delegate)
|
| Method Summary | |
|---|---|
java.util.List |
getBindings()
Get any bindings to the transformation, these could be inputset bindings. |
java.util.List |
getSchemaPaths()
Get any paths to the various schemas that the XML document depends on. |
java.lang.String |
getTransformation()
Get the transformation definition, which is typically an XML document containing the tree of query nodes. |
java.lang.String |
getTransformationType()
Get the transformation type, get the type com.metamatrix.modeler.core.metamodel.aspect.sql.SqlTransformationAspect.Types |
java.lang.Object |
getTransformedObjectID()
Get an identifier for the object that is the result of the transformation. |
protected java.lang.String |
getTransformTypeForRecordType(char recordType)
|
java.lang.String |
getType()
Return the type of TRANSFORMATION it is. |
void |
setBindings(java.util.List bindings)
|
void |
setSchemaPaths(java.util.List collection)
|
void |
setTransformation(java.lang.String string)
|
void |
setTransformationType(java.lang.String string)
|
void |
setTransformedObjectID(java.lang.Object object)
|
java.lang.String |
toString()
|
| Methods inherited from class com.metamatrix.metadata.runtime.impl.AbstractMetadataRecord |
|---|
equals, getEObject, getFullName, getIndexVersion, getModelName, getName, getNameInSource, getParentFullName, getParentPathString, getParentUUID, getPath, getPathString, getPropertyValue, getRecordType, getResourcePath, getUUID, hashCode, setEObjectFinder, setFullName, setIndexVersion, setName, setNameInSource, setParentUUID, setPropertyValue, setRecordType, setResourcePath, setUUID |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.metamatrix.modeler.core.metadata.runtime.MetadataRecord |
|---|
getEObject, getFullName, getModelName, getName, getNameInSource, getParentFullName, getParentPathString, getParentUUID, getPath, getPathString, getPropertyValue, getRecordType, getResourcePath, getUUID, setPropertyValue |
| Constructor Detail |
|---|
public TransformationRecordImpl()
protected TransformationRecordImpl(MetadataRecordDelegate delegate)
| Method Detail |
|---|
public java.lang.String getTransformation()
TransformationRecord
getTransformation in interface TransformationRecordTransformationRecord.getTransformation()public java.util.List getBindings()
TransformationRecord
getBindings in interface TransformationRecordpublic java.util.List getSchemaPaths()
TransformationRecord
getSchemaPaths in interface TransformationRecordpublic java.lang.String getTransformationType()
TransformationRecordcom.metamatrix.modeler.core.metamodel.aspect.sql.SqlTransformationAspect.Types
getTransformationType in interface TransformationRecordpublic java.lang.Object getTransformedObjectID()
TransformationRecordMetadataConstants.getSqlTransformationTypeName(short).
getTransformedObjectID in interface TransformationRecordTransformationRecord.getTransformedObjectID()public java.lang.String getType()
TransformationRecord
getType in interface TransformationRecordTransformationRecord.getType()public void setTransformation(java.lang.String string)
string - public void setTransformedObjectID(java.lang.Object object)
object - public void setTransformationType(java.lang.String string)
string - public void setBindings(java.util.List bindings)
collection - public void setSchemaPaths(java.util.List collection)
collection - protected java.lang.String getTransformTypeForRecordType(char recordType)
public java.lang.String toString()
toString in class AbstractMetadataRecord
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||