@ThingworxExtensionApiClass(since={6,6}, canInstantiate=true) public final class InfoTableCSVConverter extends java.lang.Object implements IInfoTableSerializer
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
HEADING |
Constructor and Description |
---|
InfoTableCSVConverter() |
Modifier and Type | Method and Description |
---|---|
void |
toStream(java.io.OutputStream stream,
InfoTable it,
NamedValueCollection properties)
Deprecated.
no replacement
|
void |
toWriter(java.io.Writer writer,
InfoTable it,
NamedValueCollection properties)
Deprecated.
no replacement
|
public static final java.lang.String HEADING
@Deprecated @ThingworxExtensionApiMethod(since={6,6}, deprecatedSince={8,4}) public void toStream(java.io.OutputStream stream, InfoTable it, NamedValueCollection properties) throws java.lang.Exception
stream
- the streamit
- the InfoTableproperties
- the header propertiesjava.lang.Exception
- if an error occurs@Deprecated @ThingworxExtensionApiMethod(since={6,6}, deprecatedSince={8,4}) public void toWriter(java.io.Writer writer, InfoTable it, NamedValueCollection properties) throws java.lang.Exception
writer
- the writerit
- the InfoTableproperties
- the header propertiesjava.lang.Exception
- if an error occurs