Modifier and Type | Class and Description |
---|---|
class |
KiWiAnonResource
The KiWiAnonResaource represents the anonymous RDF resource.
|
class |
KiWiUriResource
Add file description here!
User: sschaffe
|
Modifier and Type | Method and Description |
---|---|
KiWiResource |
KiWiTriple.getContext()
Get the unique triple identifier of this extended triple.
|
KiWiResource |
KiWiTriple.getCreator()
Return the author of this extended triple.
|
KiWiResource |
KiWiTriple.getSubject()
Get the subject of this extended triple.
|
Modifier and Type | Method and Description |
---|---|
void |
KiWiTriple.setContext(KiWiResource context)
Set the unique triple identifier of this extended triple to the provided KiWiUriResource.
|
void |
KiWiTriple.setCreator(KiWiResource author)
Set the author of this extended triple.
|
void |
KiWiTriple.setSubject(KiWiResource subject)
Set the subject of this extended triple to the provided KiWiResource
|
Constructor and Description |
---|
KiWiTriple(KiWiResource subject,
KiWiUriResource predicate,
KiWiNode object,
KiWiResource context) |
KiWiTriple(KiWiResource subject,
KiWiUriResource predicate,
KiWiNode object,
KiWiResource context,
Date created) |
Modifier and Type | Method and Description |
---|---|
info.aduna.iteration.CloseableIteration<KiWiResource,SQLException> |
KiWiConnection.listContexts()
List all contexts used in this triple store.
|
info.aduna.iteration.CloseableIteration<KiWiResource,SQLException> |
KiWiConnection.listResources()
List all contexts used in this triple store.
|
Modifier and Type | Method and Description |
---|---|
protected String |
KiWiConnection.constructTripleQuery(KiWiResource subject,
KiWiUriResource predicate,
KiWiNode object,
KiWiResource context,
boolean inferred,
boolean wildcardContext)
Construct the SQL query string from the query pattern passed as arguments
|
void |
KiWiConnection.deleteContext(KiWiResource ctx)
Mark all triples contained in the context passed as argument as deleted, setting the "deleted" flag to true and
updating the timestamp value of "deletedAt".
|
long |
KiWiConnection.getSize(KiWiResource context)
Count all non-deleted triples in the triple store
|
long |
KiWiConnection.getTripleId(KiWiResource subject,
KiWiUriResource predicate,
KiWiNode object,
KiWiResource context)
Return the identifier of the triple with the given subject, predicate, object and context, or null if this
triple does not exist.
|
org.openrdf.repository.RepositoryResult<org.openrdf.model.Statement> |
KiWiConnection.listTriples(KiWiResource subject,
KiWiUriResource predicate,
KiWiNode object,
KiWiResource context,
boolean inferred,
boolean wildcardContext)
Return a Sesame RepositoryResult of statements according to the query pattern given in the arguments.
|
Modifier and Type | Method and Description |
---|---|
KiWiResource |
KiWiValueFactory.convert(org.openrdf.model.Resource r) |
protected KiWiResource |
KiWiSailConnection.resolveContextInternal(org.openrdf.model.Resource input) |
Modifier and Type | Method and Description |
---|---|
KiWiResource |
Version.getCreator() |
Modifier and Type | Method and Description |
---|---|
void |
Version.setCreator(KiWiResource creator) |
Modifier and Type | Method and Description |
---|---|
protected String |
KiWiVersioningConnection.constructTripleQuerySnapshot(KiWiResource subject,
KiWiUriResource predicate,
KiWiNode object,
KiWiResource context,
boolean inferred,
Date snapshotDate)
Construct the SQL query string from the query pattern passed as arguments
|
Version |
KiWiVersioningConnection.getLatestVersion(KiWiResource resource,
Date date)
Return the version that is the most recent version for a resource given a reference date.
|
long |
KiWiVersioningConnection.getSnapshotSize(KiWiResource context,
Date snapshotDate)
Count all non-deleted triples in the triple store at the given snapshot date
|
org.openrdf.repository.RepositoryResult<org.openrdf.model.Statement> |
KiWiVersioningConnection.listTriplesSnapshot(KiWiResource subject,
KiWiUriResource predicate,
KiWiNode object,
KiWiResource context,
boolean inferred,
Date snapshotDate)
Return a Sesame RepositoryResult of statements according to the query pattern given in the arguments.
|
org.openrdf.repository.RepositoryResult<Version> |
KiWiVersioningConnection.listVersions(KiWiResource r)
List all versions in the database affecting the given resource as subject; operates directly on the result set,
i.e.
|
org.openrdf.repository.RepositoryResult<Version> |
KiWiVersioningConnection.listVersions(KiWiResource r,
Date from,
Date to)
List all versions in the database; operates directly on the result set, i.e.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.