| Modifier and Type | Class and Description |
|---|---|
class |
CompoundDataElement |
class |
DTSExceptionWrapper |
| Modifier and Type | Method and Description |
|---|---|
abstract List<DataElement> |
CompoundDataElement.getParts() |
| Modifier and Type | Class and Description |
|---|---|
class |
CompoundDataElementImpl |
class |
DataElementImpl |
class |
LocalFileDataElement |
class |
StrDataElement |
| Modifier and Type | Method and Description |
|---|---|
List<DataElement> |
CompoundDataElementImpl.getParts() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompoundDataElementImpl.addPart(DataElement part)
Adds a part to the compound data element.
|
static LocalFileDataElement |
LocalFileDataElement.getSinkDataElement(DataElement sourceDataElement)
Returns a new LocalFileDataElement which contains all the attributes taken from the source
DataElement. |
static DataElementImpl |
DataElementImpl.getSinkDataElement(DataElement sourceDataElement)
Returns a new DataElementImpl which contains all the attributes taken from the source
DataElement. |
static StrDataElement |
StrDataElement.getSinkDataElement(DataElement sourceDataElement)
Returns a new StrDataElement which contains all the attributes taken from the source
DataElement. |
| Modifier and Type | Method and Description |
|---|---|
DataElement |
DistributableDataSource.getDataElement(String dataElementID)
Returns a
DataElement instance from its id. |
DataElement |
DataSource.next()
Returns the next element of the DataSource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataSink.append(DataElement element)
Appends the specified
DataElement to this DataSink |
| Modifier and Type | Method and Description |
|---|---|
DataElement |
REFDataBridge.next() |
| Modifier and Type | Method and Description |
|---|---|
void |
REFDataBridge.append(DataElement object) |
| Modifier and Type | Method and Description |
|---|---|
DataElement |
File2FileProgram.transformDataElement(DataElement sourceDataElement,
List<Parameter> programParameters,
ContentType targetContentType) |
abstract DataElement |
Elm2ElmProgram.transformDataElement(DataElement sourceDataElement,
List<Parameter> programParameters,
ContentType targetContentType)
Transforms the sourceDataElement to the targetContentType and returns the transformed DataElement.
|
DataElement |
Stream2StreamProgram.transformDataElement(DataElement sourceDataElement,
List<Parameter> programParameters,
ContentType targetContentType) |
| Modifier and Type | Method and Description |
|---|---|
DataElement |
File2FileProgram.transformDataElement(DataElement sourceDataElement,
List<Parameter> programParameters,
ContentType targetContentType) |
abstract DataElement |
Elm2ElmProgram.transformDataElement(DataElement sourceDataElement,
List<Parameter> programParameters,
ContentType targetContentType)
Transforms the sourceDataElement to the targetContentType and returns the transformed DataElement.
|
DataElement |
Stream2StreamProgram.transformDataElement(DataElement sourceDataElement,
List<Parameter> programParameters,
ContentType targetContentType) |
Copyright © 2014. All Rights Reserved.