Package | Description |
---|---|
eu.fbk.knowledgestore |
KnowledgeStore core API (
ks-core ). |
eu.fbk.knowledgestore.data |
Data objects and supporting classes (
ks-core ). |
Modifier and Type | Method and Description |
---|---|
Operation.Merge |
Operation.Merge.criteria(Criteria... criteria) |
Operation.Update |
Operation.Update.criteria(Criteria... criteria) |
protected abstract Outcome |
Operation.Merge.doExec(Long timeout,
org.openrdf.model.URI type,
Stream<? extends Record> stream,
Criteria criteria,
Handler<? super Outcome> handler) |
protected abstract Outcome |
Operation.Update.doExec(Long timeout,
org.openrdf.model.URI type,
XPath condition,
Set<org.openrdf.model.URI> ids,
Record record,
Criteria criteria,
Handler<? super Outcome> handler) |
protected abstract void |
AbstractSession.doMerge(Long timeout,
org.openrdf.model.URI type,
Stream<? extends Record> records,
Criteria criteria,
Handler<? super Outcome> handler) |
protected abstract void |
AbstractSession.doUpdate(Long timeout,
org.openrdf.model.URI type,
XPath condition,
Set<org.openrdf.model.URI> ids,
Record record,
Criteria criteria,
Handler<? super Outcome> handler) |
Modifier and Type | Method and Description |
---|---|
Operation.Merge |
Operation.Merge.criteria(Iterable<? extends Criteria> criteria) |
Operation.Update |
Operation.Update.criteria(Iterable<? extends Criteria> criteria) |
Modifier and Type | Method and Description |
---|---|
static Criteria |
Criteria.compose(Criteria... criteria)
Creates a
Criteria object that composes the Criteria objects specified in a
composed merge criteria. |
static Criteria |
Criteria.init(org.openrdf.model.URI... properties)
Creates a
Criteria object implementing the init merge criteria for the
properties specified. |
static Criteria |
Criteria.max(org.openrdf.model.URI... properties)
Creates a
Criteria object implementing the max merge criteria for the
properties specified. |
static Criteria |
Criteria.min(org.openrdf.model.URI... properties)
Creates a
Criteria object implementing the min merge criteria for the
properties specified. |
static Criteria |
Criteria.overwrite(org.openrdf.model.URI... properties)
Creates a
Criteria object implementing the overwrite merge criteria for the
properties specified. |
static Criteria |
Criteria.parse(String string,
Map<String,String> namespaces)
Parses the supplied string specification of a merge criteria, returning the parsed
Criteria object. |
static Criteria |
Criteria.union(org.openrdf.model.URI... properties)
Creates a
Criteria object implementing the union merge criteria for the
properties specified. |
static Criteria |
Criteria.update(org.openrdf.model.URI... properties)
Creates a
Criteria object implementing the update merge criteria for the
properties specified. |
Modifier and Type | Method and Description |
---|---|
List<Criteria> |
Criteria.decompose()
Decomposes this
Criteria object in its elementary (i.e., non-composed) components. |
Modifier and Type | Method and Description |
---|---|
static Criteria |
Criteria.compose(Criteria... criteria)
Creates a
Criteria object that composes the Criteria objects specified in a
composed merge criteria. |
Copyright © 2015–2016 FBK-irst. All rights reserved.