Package com.thingworx.datatables
Class DataTableEntry
java.lang.Object
com.thingworx.datastorage.BasicEntry
com.thingworx.datastorage.DataEntry
com.thingworx.datatables.DataTableEntry
- All Implemented Interfaces:
IEntry
,ITaggableObject
,IPersistableObject<String>
@ThingworxExtensionApiClass(since={7,0,1},
canInstantiate=true)
public final class DataTableEntry
extends DataEntry
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.json.JSONObject
Deprecated.Methods inherited from class com.thingworx.datastorage.DataEntry
toTypedValueCollection
Methods inherited from class com.thingworx.datastorage.BasicEntry
getID, getTags
-
Constructor Details
-
DataTableEntry
public DataTableEntry()
-
-
Method Details
-
toValueCollection
- Overrides:
toValueCollection
in classBasicEntry
-
getEntryType
@ThingworxExtensionApiMethod(since={7,0,1}) public RelationshipTypes.ThingworxRelationshipTypes getEntryType() -
toJSON
@Deprecated @ThingworxExtensionApiMethod(since={7,0,1}, deprecatedSince={8,4}) public org.json.JSONObject toJSON(DataShapeDefinition td) throws Exception Deprecated.
Returns a JSON representation of this DataTableEntry, where that representation only includes values defined by the specified DataShapeDefinition.- Parameters:
td
- the DataShapeDefinition- Returns:
- a JSON object
- Throws:
Exception
- if an error occurs
-