Uses of Class
com.onwbp.adaptation.IncompatibleChangeError
Packages that use IncompatibleChangeError
Package
Description
Provides core classes and interfaces for accessing datasets, tables, and their records.
-
Uses of IncompatibleChangeError in com.onwbp.adaptation
Methods in com.onwbp.adaptation that throw IncompatibleChangeErrorModifier and TypeMethodDescriptionRequest.execute()Executes the request and returns the result.RequestResult.getAdaptation(int anIndex) Deprecated.voidRequestResult.refresh()Forces a full re-computation of this result.booleanRequestResult.refreshIfNeeded()Performs a refresh of the result if it may have changed.
RequestResult.nextAdaptation()instead, as it is safer than this method in the case of concurrent deletion.