Package | Description |
---|---|
org.modeshape.jcr | |
org.modeshape.jcr.cache | |
org.modeshape.jcr.cache.document | |
org.modeshape.jcr.federation | |
org.modeshape.jcr.spi.federation |
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 |
---|
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) |
Modifier and Type | Method and Description |
---|---|
static ChildReferences |
ImmutableChildReferences.create(DocumentTranslator documentTranslator,
Document document,
String childrenFieldName,
boolean allowsSNS) |
Constructor and Description |
---|
Medium(DocumentTranslator documentTranslator,
Document document,
String childrenFieldName,
boolean allowsSNS) |
WorkspaceCache(ExecutionContext context,
String repositoryKey,
String workspaceName,
WorkspaceCache systemWorkspace,
DocumentStore documentStore,
DocumentTranslator translator,
NodeKey rootKey,
ConcurrentMap<NodeKey,CachedNode> cache,
ChangeBus changeBus,
RepositoryEnvironment repositoryEnvironment) |
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–2016 JBoss, a division of Red Hat. All rights reserved.