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 SummaryConstructorsConstructorDescriptionDeprecated.BrowseResults(Quality failureQuality) Deprecated.BrowseResults(Collection<T> results) Deprecated.
- 
Method SummaryModifier 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- 
BrowseResultspublic BrowseResults()Deprecated.
- 
BrowseResultsDeprecated.
- 
BrowseResultsDeprecated.
 
- 
- 
Method Details- 
getResultsDeprecated.The results of the browse operation.
- 
getTotalAvailableSizepublic int getTotalAvailableSize()Deprecated.An estimation of the total number of results that would match this browse.
- 
getReturnedSizepublic 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.
- 
getContinuationPointDeprecated.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.
- 
setResultsDeprecated.
- 
setTotalAvailableResultspublic void setTotalAvailableResults(int totalAvailableResults) Deprecated.
- 
setContinuationPointDeprecated.
- 
getResultQualityDeprecated.
- 
setResultQualityDeprecated.
- 
toStringDeprecated.
- 
upgradeDeprecated.
- 
downgradeDeprecated.
 
-