Class BrowseResults<T extends Result>
java.lang.Object
com.inductiveautomation.ignition.common.browsing.BrowseResults<T>
- All Implemented Interfaces:
Serializable
Deprecated.
Only used for serialization interop with old versions of Ignition. Has been replaced by the very similar "Results"
interface that uses the modern QualityCode
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.BrowseResults(Quality failureQuality) Deprecated.BrowseResults(Collection<T> results) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic BrowseResultsDeprecated.Deprecated.A system specific object that can be used to continue the browse.Deprecated.Deprecated.The results of the browse operation.intDeprecated.The number of results contained in this object.intDeprecated.An estimation of the total number of results that would match this browse.voidsetContinuationPoint(String continuationPoint) Deprecated.voidsetResultQuality(Quality value) Deprecated.voidsetResults(Collection<T> results) Deprecated.voidsetTotalAvailableResults(int totalAvailableResults) Deprecated.toString()Deprecated.upgrade()Deprecated.
-
Constructor Details
-
BrowseResults
public BrowseResults()Deprecated. -
BrowseResults
Deprecated. -
BrowseResults
Deprecated.
-
-
Method Details
-
getResults
Deprecated.The results of the browse operation. -
getTotalAvailableSize
public int getTotalAvailableSize()Deprecated.An estimation of the total number of results that would match this browse. -
getReturnedSize
public int getReturnedSize()Deprecated.The number of results contained in this object. If different thangetTotalAvailableSize(), only a partial browse was performed, and the continuation point should be non-null. -
getContinuationPoint
Deprecated.A system specific object that can be used to continue the browse. Null if the browse is complete, or the system does not support browse continuation. -
setResults
Deprecated. -
setTotalAvailableResults
public void setTotalAvailableResults(int totalAvailableResults) Deprecated. -
setContinuationPoint
Deprecated. -
getResultQuality
Deprecated. -
setResultQuality
Deprecated. -
toString
Deprecated. -
upgrade
Deprecated. -
downgrade
Deprecated.
-