Package com.thingworx.types.collections
Class NamedObjectCollection<T extends INamedObject>
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<K,V>
-
- java.util.LinkedHashMap<java.lang.String,T>
-
- com.thingworx.types.collections.GenericObjectCollection<T>
-
- com.thingworx.types.collections.NamedObjectCollection<T>
-
- All Implemented Interfaces:
IDiffableObject
,java.io.Serializable
,java.lang.Cloneable
,java.util.Map<java.lang.String,T>
- Direct Known Subclasses:
ConfigurationTableCollection
,EventDefinitionCollection
,FieldDefinitionCollection
,PropertyDefinitionCollection
,ServiceDefinitionCollection
@ThingworxExtensionApiClass(since={6,6}, canInstantiate=true) public class NamedObjectCollection<T extends INamedObject> extends GenericObjectCollection<T> implements IDiffableObject
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NamedObjectCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InfoTable
getNamesAsInfoTable()
java.util.ArrayList<T>
getOrderedList()
-
Methods inherited from class com.thingworx.types.collections.GenericObjectCollection
containsEntity, getDescription, getName, getNames
-
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
-
Methods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
-
-
-
-
Method Detail
-
getNamesAsInfoTable
@ThingworxExtensionApiMethod(since={6,6}) public InfoTable getNamesAsInfoTable()
-
getOrderedList
@ThingworxExtensionApiMethod(since={6,6}) public java.util.ArrayList<T> getOrderedList()
-
-