public class RepositoryDescriptor extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RepositoryDescriptor.FieldDescriptor |
static class |
RepositoryDescriptor.FulltextIndexDescriptor |
static class |
RepositoryDescriptor.ServerDescriptor |
Constructor and Description |
---|
RepositoryDescriptor() |
Modifier and Type | Method and Description |
---|---|
void |
mergeFrom(RepositoryDescriptor other)
Merges only non-JCA properties.
|
void |
setQueryMakerDeprecated(String klass) |
public String name
public RepositoryDescriptor.ServerDescriptor listen
public List<RepositoryDescriptor.ServerDescriptor> connect
public Class<? extends RepositoryBackend> backendClass
public Class<? extends CachingMapper> cachingMapperClass
public boolean cachingMapperEnabled
public boolean noDDL
public boolean softDeleteEnabled
public boolean proxiesEnabled
public String idType
public boolean clusteringEnabled
public long clusteringDelay
public List<RepositoryDescriptor.FieldDescriptor> schemaFields
public boolean fulltextDisabled
public String fulltextAnalyzer
public String fulltextParser
public String fulltextCatalog
public List<RepositoryDescriptor.FulltextIndexDescriptor> fulltextIndexes
public boolean pathOptimizationsEnabled
public int pathOptimizationsVersion
public boolean aclOptimizationsEnabled
public boolean aclOptimizationsConcurrentUpdate
public int readAclMaxSize
public Class<? extends BinaryManager> binaryManagerClass
public String binaryManagerKey
public boolean binaryManagerListen
public boolean binaryManagerConnect
public String binaryStorePath
public boolean sendInvalidationEvents
public String xaDataSourceName
public String usersSeparatorKey
public void setQueryMakerDeprecated(String klass)
public void mergeFrom(RepositoryDescriptor other)
Copyright © 2013 Nuxeo SA. All Rights Reserved.