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<java.lang.String>
@ThingworxExtensionApiClass(since={7,0,1}, canInstantiate=true) public final class DataTableEntry extends DataEntry
-
-
Constructor Summary
Constructors Constructor Description DataTableEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description RelationshipTypes.ThingworxRelationshipTypes
getEntryType()
org.json.JSONObject
toJSON(DataShapeDefinition td)
Deprecated.ValueCollection
toValueCollection()
-
Methods inherited from class com.thingworx.datastorage.DataEntry
toTypedValueCollection
-
Methods inherited from class com.thingworx.datastorage.BasicEntry
getID, getTags
-
-
-
-
Method Detail
-
toValueCollection
@ThingworxExtensionApiMethod(since={7,0,1}) public ValueCollection 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 java.lang.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:
java.lang.Exception
- if an error occurs
-
-