Package | Description |
---|---|
org.treetank.access.conf |
Configuration ofTreetank
|
org.treetank.revisioning |
Revisioning Algorithms for Treetank
|
org.treetank.service.jaxrx.implementation |
Resource implementation
This package contains classes which handles request for database resources and database subresources like
in our case: node id support.
|
org.treetank.service.jaxrx.util |
Util classes
This package contains util classes for REST resources support.
|
Modifier and Type | Field and Description |
---|---|
IRevisioning |
ResourceConfiguration.mRevision
Kind of revisioning (Incremental, Differential).
|
Modifier and Type | Method and Description |
---|---|
ModuleSetter |
ModuleSetter.setRevisioningClass(Class<? extends IRevisioning> pRevision)
Setting an
IRevisioning -class |
Constructor and Description |
---|
ResourceConfiguration(Properties pProperties,
IBackend.IBackendFactory pBackend,
IRevisioning pRevision,
IDataFactory pDataFac,
IMetaEntryFactory pMetaFac)
Convenience constructor using the standard settings.
|
ResourceConfiguration(Properties pProperties,
IBackend pStorage,
IRevisioning pRevisioning,
IDataFactory pDataFac,
IMetaEntryFactory pMetaFac)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
Differential
Differential versioning of
DataBucket s. |
class |
FullDump
FullDump versioning of
DataBucket s. |
class |
Incremental
Incremental versioning of
DataBucket s. |
class |
SlidingSnapshot
Sliding Snapshot versioning of
DataBucket s. |
Constructor and Description |
---|
DatabaseRepresentation(IStorage pDatabase,
IBackend.IBackendFactory pStorageFac,
IRevisioning pRevision) |
Modifier and Type | Method and Description |
---|---|
static javax.ws.rs.core.StreamingOutput |
RESTResponseHelper.buildResponseOfDomLR(IStorage pDatabase,
IBackend.IBackendFactory pStorageFac,
IRevisioning pRevision)
This method builds the overview for the resources and collection we offer
in our implementation.
|
Copyright © 2013. All Rights Reserved.