Uses of Class
tech.oxfordsemantic.jrdfox.client.DeltaQueryAnswerInfo
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.client |
-
Uses of DeltaQueryAnswerInfo in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client that return types with arguments of type DeltaQueryAnswerInfo Modifier and Type Method Description java.util.List<DeltaQueryAnswerInfo>
DataStoreConnection. listDeltaQueryAnswers(java.util.Optional<java.lang.String> deltaQueryName, java.util.Optional<java.lang.Long> fromDataStoreVersion, java.util.Optional<java.lang.Long> toDataStoreVersion, java.util.Optional<DeltaQueryAnswerType> deltaQueryAnswerType)
Lists the delta query answers that match the specified delta query name, the data store version range, and delta query answer type.