Interface IDataEntryCloseableIterator<T extends IEntry>
-
- All Superinterfaces:
java.lang.AutoCloseable
,java.io.Closeable
,java.util.Iterator<T>
@ThingworxExtensionApiClass(since={7,0,1}) public interface IDataEntryCloseableIterator<T extends IEntry> extends java.util.Iterator<T>, java.io.Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<T>
getAll()
-
-
-
Method Detail
-
getAll
@ThingworxExtensionApiMethod(since={7,0,1}) java.util.List<T> getAll()
-
-