Modifier and Type | Method and Description |
---|---|
org.openrdf.repository.RepositoryResult<Version> |
VersioningSail.listVersions()
List all versions of this repository.
|
org.openrdf.repository.RepositoryResult<Version> |
VersioningSail.listVersions(Date from,
Date to)
List all versions of this repository between a start and end date.
|
org.openrdf.repository.RepositoryResult<Version> |
VersioningSail.listVersions(org.openrdf.model.Resource r)
List all versions of this repository affecting the given resource as subject.
|
org.openrdf.repository.RepositoryResult<Version> |
VersioningSail.listVersions(org.openrdf.model.Resource r,
Date from,
Date to)
List all versions of this repository affecting the given resource as subject between a start and end date.
|
Modifier and Type | Method and Description |
---|---|
protected Version |
KiWiVersioningConnection.constructVersionFromDatabase(ResultSet row)
Construct a version from the database using the data contained in the result set row passed as argument.
|
Version |
KiWiVersioningConnection.getLatestVersion(KiWiResource resource,
Date date)
Return the version that is the most recent version for a resource given a reference date.
|
Version |
KiWiVersioningConnection.getVersion(Long id)
Retrieve a version by its id.
|
Modifier and Type | Method and Description |
---|---|
org.openrdf.repository.RepositoryResult<Version> |
KiWiVersioningConnection.listVersions()
List all versions in the database; operates directly on the result set, i.e.
|
org.openrdf.repository.RepositoryResult<Version> |
KiWiVersioningConnection.listVersions(Date from,
Date to)
List all versions in the database; operates directly on the result set, i.e.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
KiWiVersioningConnection.storeVersion(Version data)
Store a new version in the database.
|
Modifier and Type | Method and Description |
---|---|
org.openrdf.repository.RepositoryResult<Version> |
SnapshotRepository.listVersions()
List all versions of this repository.
|
org.openrdf.repository.RepositoryResult<Version> |
SnapshotRepository.listVersions(Date from,
Date to)
List all versions of this repository between a start and end date.
|
Modifier and Type | Method and Description |
---|---|
Version |
KiWiVersioningSail.getLatestVersion(org.openrdf.model.Resource r,
Date date)
Return the version that is the most recent version for a resource given a reference date.
|
Version |
KiWiVersioningSail.getVersion(Long id) |
Modifier and Type | Method and Description |
---|---|
org.openrdf.repository.RepositoryResult<Version> |
KiWiVersioningSail.listVersions()
List all versions of this repository.
|
org.openrdf.repository.RepositoryResult<Version> |
KiWiVersioningSail.listVersions(Date from,
Date to)
List all versions of this repository between a start and end date.
|
org.openrdf.repository.RepositoryResult<Version> |
KiWiVersioningSail.listVersions(org.openrdf.model.Resource r)
List all versions of this repository affecting the given resource as subject.
|
org.openrdf.repository.RepositoryResult<Version> |
KiWiVersioningSail.listVersions(org.openrdf.model.Resource r,
Date from,
Date to)
List all versions of this repository affecting the given resource as subject between a start and end date.
|
Modifier and Type | Method and Description |
---|---|
void |
KiWiVersioningSail.revertVersion(Version version)
Revert (undo) the version given as argument.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.