Package com.complexible.stardog
Interface StoredQuery.Builder
- Enclosing interface:
StoredQuery
public static interface StoredQuery.Builder
Builder interface for creating instances of StoredQuery.
-
Method Summary
Modifier and TypeMethodDescriptionannotations(com.google.common.collect.Multimap<IRI, Value> annotations) build()description(String description) reasoning(boolean reasoning) shared(boolean shared) trigger(boolean trigger) triggerErrorMessage(String errorMessage) triggerLastChange(long lastDataChange) triggerLastRun(long lastRun) triggerLimit(int limit) triggerPayloadType(StoredQuery.TriggerPayloadType payloadType) triggerSchedule(int frequency) triggerTimeout(int timeout)
-
Method Details
-
name
-
path
-
description
-
query
-
creator
-
database
-
reasoning
-
schema
-
annotations
-
trigger
-
triggerLimit
-
triggerSchedule
-
triggerTimeout
-
triggerLastRun
-
triggerLastChange
-
triggerErrorMessage
-
triggerPayloadType
-
build
StoredQuery build()
-