Package com.thingworx.datastorage
Class DataEntry
- java.lang.Object
-
- com.thingworx.datastorage.BasicEntry
-
- com.thingworx.datastorage.DataEntry
-
- All Implemented Interfaces:
IEntry
,ITaggableObject
,IPersistableObject<java.lang.String>
- Direct Known Subclasses:
DataTableEntry
,StreamEntry
@ThingworxExtensionApiClass(since={7,0,1}, canInstantiate=true) public abstract class DataEntry extends BasicEntry
-
-
Constructor Summary
Constructors Constructor Description DataEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueCollection
toTypedValueCollection()
-
Methods inherited from class com.thingworx.datastorage.BasicEntry
getID, getTags, toValueCollection
-
-
-
-
Method Detail
-
toTypedValueCollection
@ThingworxExtensionApiMethod(since={7,0,1}) public ValueCollection toTypedValueCollection()
-
-