public class RepositoryDescriptor extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RepositoryDescriptor.FieldDescriptor |
static class |
RepositoryDescriptor.FulltextIndexDescriptor |
Constructor and Description |
---|
RepositoryDescriptor() |
RepositoryDescriptor(RepositoryDescriptor other)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getAclOptimizationsEnabled() |
boolean |
getArrayColumns() |
boolean |
getCachingMapperEnabled() |
long |
getClusteringDelay() |
boolean |
getClusteringEnabled() |
boolean |
getFulltextDisabled() |
boolean |
getNoDDL() |
boolean |
getPathOptimizationsEnabled() |
int |
getPathOptimizationsVersion() |
boolean |
getProxiesEnabled() |
int |
getReadAclMaxSize() |
Class<? extends RepositoryFactory> |
getRepositoryFactoryClass() |
boolean |
getSoftDeleteEnabled() |
Boolean |
isDefault() |
void |
merge(RepositoryDescriptor other) |
void |
setArrayColumns(boolean enabled) |
void |
setFulltextDisabled(boolean disabled) |
void |
setName(String name) |
void |
setPool(NuxeoConnectionManagerConfiguration pool) |
void |
setQueryMakerDeprecated(String klass) |
void |
setRepositoryFactoryClass(Class<? extends RepositoryFactory> klass) |
public static final int DEFAULT_READ_ACL_MAX_SIZE
public static final int DEFAULT_PATH_OPTIM_VERSION
public String name
public String label
public RepositoryDescriptor repositoryDescriptor
public NuxeoConnectionManagerConfiguration pool
public Class<? extends RepositoryBackend> backendClass
public Class<? extends CachingMapper> cachingMapperClass
public String idType
public List<RepositoryDescriptor.FieldDescriptor> schemaFields
public String fulltextAnalyzer
public String fulltextParser
public String fulltextCatalog
public List<RepositoryDescriptor.FulltextIndexDescriptor> fulltextIndexes
public Class<? extends BinaryManager> binaryManagerClass
public String binaryManagerKey
public String binaryStorePath
public String usersSeparatorKey
public String xaDataSourceName
public RepositoryDescriptor()
public RepositoryDescriptor(RepositoryDescriptor other)
public void setName(String name)
public Boolean isDefault()
public Class<? extends RepositoryFactory> getRepositoryFactoryClass()
public void setRepositoryFactoryClass(Class<? extends RepositoryFactory> klass)
public void setPool(NuxeoConnectionManagerConfiguration pool)
public boolean getCachingMapperEnabled()
public boolean getNoDDL()
public boolean getSoftDeleteEnabled()
public boolean getProxiesEnabled()
public boolean getClusteringEnabled()
public long getClusteringDelay()
public boolean getArrayColumns()
public void setArrayColumns(boolean enabled)
public boolean getFulltextDisabled()
public void setFulltextDisabled(boolean disabled)
public void setQueryMakerDeprecated(String klass)
public boolean getPathOptimizationsEnabled()
public int getPathOptimizationsVersion()
public boolean getAclOptimizationsEnabled()
public int getReadAclMaxSize()
public void merge(RepositoryDescriptor other)
Copyright © 2015 Nuxeo SA. All rights reserved.