Package | Description |
---|---|
org.modeshape.jcr | |
org.modeshape.jcr.cache | |
org.modeshape.jcr.cache.document | |
org.modeshape.jcr.federation | |
org.modeshape.jcr.federation.spi |
This package provides a Service Provider Interface (SPI) for connectors to external systems.
|
Modifier and Type | Method and Description |
---|---|
DocumentTranslator |
Connectors.getDocumentTranslator()
Returns the repository's document translator.
|
Constructor and Description |
---|
Connectors.LocalDocumentStoreExtraProperties(LocalDocumentStore localStore,
String sourceKey,
DocumentTranslator translator) |
Modifier and Type | Method and Description |
---|---|
DocumentTranslator |
RepositoryCache.getDocumentTranslator() |
Modifier and Type | Method and Description |
---|---|
DocumentTranslator |
DocumentTranslator.withLargeStringSize(long largeStringSize) |
Constructor and Description |
---|
WorkspaceCache(ExecutionContext context,
String repositoryKey,
String workspaceName,
DocumentStore documentStore,
DocumentTranslator translator,
NodeKey rootKey,
ConcurrentMap<NodeKey,CachedNode> cache,
ChangeSetListener changeSetListener) |
Modifier and Type | Method and Description |
---|---|
protected DocumentTranslator |
FederatedDocumentWriter.translator() |
protected DocumentTranslator |
FederatedDocumentStore.translator() |
Constructor and Description |
---|
FederatedDocumentReader(DocumentTranslator translator,
Document federatedDocument) |
FederatedDocumentWriter(DocumentTranslator translator) |
FederatedDocumentWriter(DocumentTranslator translator,
Document document) |
Modifier and Type | Method and Description |
---|---|
protected DocumentTranslator |
Connector.translator() |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.