com.ibm.dse.base
Class DataMapperFormat
java.lang.Object
|
+--com.ibm.dse.base.FormatElement
|
+--com.ibm.dse.base.KeyedCollectionFormat
|
+--com.ibm.dse.base.RecordFormat
|
+--com.ibm.dse.base.DataMapperFormat
- public class DataMapperFormat
- extends RecordFormat
This class allows to map data elements of one context to new data elements in another context
- See Also:
- Serialized Form
Constructor Summary |
DataMapperFormat()
This constructor creates an instance of DataMapperFormat. |
DataMapperFormat(java.lang.String aName)
This constructor creates an instance of DataMapperFormat. |
Method Summary |
void |
mapContents(Context inputContext,
Context outputContext)
Maps the contexts of a context into another context |
void |
mapContents(Operation inputOperation,
Operation outputOperation)
Maps the contexts of one operation into the context of another operation |
Methods inherited from class com.ibm.dse.base.KeyedCollectionFormat |
add,
addElementAt,
addFirst,
at,
format,
format,
getElements,
getEnumeration,
removeAll,
removeAt,
setElements,
size,
unformat,
unformat |
Methods inherited from class com.ibm.dse.base.FormatElement |
exceptionInfo,
externalizer,
format,
getDataElementName,
getExternalizer,
getName,
getTagName,
isCacheable,
isConstant,
readExternal,
readExternal,
readObject,
reinitialize,
removeExternal,
rootDecorated,
setDataElementName,
setExternalizer,
setName,
setSize,
toTags,
unformat,
writeExternal,
writeExternal |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
DataMapperFormat
public DataMapperFormat()
- This constructor creates an instance of DataMapperFormat.
DataMapperFormat
public DataMapperFormat(java.lang.String aName)
throws java.io.IOException
- This constructor creates an instance of DataMapperFormat.
- Parameters:
aName
- java.lang.String
mapContents
public void mapContents(Context inputContext,
Context outputContext)
throws DSEInvalidArgumentException,
DSEInvalidClassException,
DSEInvalidRequestException
- Maps the contexts of a context into another context
- Parameters:
inputContext
- com.ibm.dse.base.ContextoutputContext
- com.ibm.dse.base.Context
mapContents
public void mapContents(Operation inputOperation,
Operation outputOperation)
throws DSEInvalidArgumentException,
DSEInvalidClassException,
DSEInvalidRequestException
- Maps the contexts of one operation into the context of another operation
- Parameters:
inputOperation
- com.ibm.dse.base.OperationoutputOperation
- com.ibm.dse.base.Operation