Package | Description |
---|---|
org.modeshape.jcr | |
org.modeshape.jcr.cache.document | |
org.modeshape.jcr.federation | |
org.modeshape.persistence.file |
The classes that make up the file system persistence provider.
|
org.modeshape.persistence.relational |
The classes that make up the relational persistence provider.
|
org.modeshape.schematic |
Modifier and Type | Method and Description |
---|---|
protected void |
BackupService.BackupActivity.writeToChangedArea(SchematicEntry entry,
BackupDocumentWriter changesWriter) |
protected void |
BackupService.BackupActivity.writeToContentArea(SchematicEntry document,
BackupDocumentWriter contentWriter) |
Modifier and Type | Method and Description |
---|---|
SchematicEntry |
LocalDocumentStore.get(String key) |
SchematicEntry |
DocumentStore.get(String key)
Get the entry with the supplied key.
|
SchematicEntry |
LocalDocumentStore.storeIfAbsent(String key,
Document document) |
SchematicEntry |
DocumentStore.storeIfAbsent(String key,
Document document)
Store the supplied document at the given key.
|
Modifier and Type | Method and Description |
---|---|
List<SchematicEntry> |
LocalDocumentStore.load(Collection<String> keys) |
List<SchematicEntry> |
DocumentStore.load(Collection<String> keys)
Loads a set of entries from the document store.
|
Modifier and Type | Method and Description |
---|---|
SchematicEntry |
FederatedDocumentStore.get(String key) |
SchematicEntry |
FederatedDocumentStore.storeIfAbsent(String key,
Document document) |
Modifier and Type | Method and Description |
---|---|
List<SchematicEntry> |
FederatedDocumentStore.load(Collection<String> keys) |
Modifier and Type | Method and Description |
---|---|
SchematicEntry |
FileDb.putIfAbsent(String key,
Document content) |
Modifier and Type | Method and Description |
---|---|
List<SchematicEntry> |
FileDb.load(Collection<String> keys) |
Modifier and Type | Method and Description |
---|---|
void |
FileDb.put(String key,
SchematicEntry entry) |
Modifier and Type | Method and Description |
---|---|
SchematicEntry |
RelationalDb.putIfAbsent(String key,
Document content) |
Modifier and Type | Method and Description |
---|---|
List<SchematicEntry> |
RelationalDb.load(Collection<String> keys) |
Modifier and Type | Method and Description |
---|---|
void |
RelationalDb.put(String key,
SchematicEntry entry) |
Modifier and Type | Method and Description |
---|---|
static SchematicEntry |
SchematicEntry.create(String id)
Creates a new empty entry with the given id.
|
static SchematicEntry |
SchematicEntry.create(String id,
Document content)
Creates a new entry with the given content.
|
static SchematicEntry |
SchematicEntry.fromDocument(Document entryDocument)
Creates a new schematic entry instance based on the given document.
|
default SchematicEntry |
SchematicDb.getEntry(String key)
Get the entry with the supplied key.
|
SchematicEntry |
SchematicDb.putIfAbsent(String key,
Document content)
Store the supplied content at the given key.
|
Modifier and Type | Method and Description |
---|---|
List<SchematicEntry> |
SchematicDb.load(Collection<String> keys)
Loads a set of documents from the DB returning the corresponding schematic entries.
|
Modifier and Type | Method and Description |
---|---|
void |
SchematicDb.put(String key,
SchematicEntry entry)
Stores the supplied schematic entry under the given key.
|
Copyright © 2008–2017 JBoss, a division of Red Hat. All rights reserved.