Class RepositoryDescriptor

java.lang.Object
org.nuxeo.ecm.core.storage.sql.RepositoryDescriptor

public class RepositoryDescriptor extends Object
Low-level VCS Repository Descriptor.
  • Field Details

  • Constructor Details

    • RepositoryDescriptor

      public RepositoryDescriptor()
    • RepositoryDescriptor

      public RepositoryDescriptor(RepositoryDescriptor other)
      Copy constructor.
  • Method Details

    • setName

      public void setName(String name)
    • isDefault

      public Boolean isDefault()
    • isHeadless

      public Boolean isHeadless()
      Since:
      11.2
    • getCachingMapperEnabled

      public boolean getCachingMapperEnabled()
    • getDDLMode

      public String getDDLMode()
    • getNoDDL

      public boolean getNoDDL()
    • getSoftDeleteEnabled

      public boolean getSoftDeleteEnabled()
    • setSoftDeleteEnabled

      protected void setSoftDeleteEnabled(boolean enabled)
    • getProxiesEnabled

      public boolean getProxiesEnabled()
    • setProxiesEnabled

      protected void setProxiesEnabled(boolean enabled)
    • getArrayColumns

      public boolean getArrayColumns()
    • setArrayColumns

      public void setArrayColumns(boolean enabled)
    • getChildNameUniqueConstraintEnabled

      public boolean getChildNameUniqueConstraintEnabled()
    • getCollectionUniqueConstraintEnabled

      public boolean getCollectionUniqueConstraintEnabled()
    • setQueryMakerDeprecated

      public void setQueryMakerDeprecated(String klass)
    • getFulltextAnalyzer

      public String getFulltextAnalyzer()
    • setFulltextAnalyzer

      public void setFulltextAnalyzer(String fulltextAnalyzer)
    • getFulltextCatalog

      public String getFulltextCatalog()
    • setFulltextCatalog

      public void setFulltextCatalog(String fulltextCatalog)
    • getFulltextDescriptor

      public FulltextDescriptor getFulltextDescriptor()
    • setFulltextFieldSizeLimit

      public void setFulltextFieldSizeLimit(int fieldSizeLimit)
    • setFulltextDisabled

      public void setFulltextDisabled(boolean disabled)
    • setFulltextStoredInBlob

      public void setFulltextStoredInBlob(boolean storedInBlob)
      Since:
      11.1
    • setFulltextSearchDisabled

      public void setFulltextSearchDisabled(boolean disabled)
    • setFulltextIndexes

      public void setFulltextIndexes(List<FulltextDescriptor.FulltextIndexDescriptor> fulltextIndexes)
    • setFulltextExcludedTypes

      public void setFulltextExcludedTypes(Set<String> fulltextExcludedTypes)
    • setFulltextIncludedTypes

      public void setFulltextIncludedTypes(Set<String> fulltextIncludedTypes)
    • getPathOptimizationsEnabled

      public boolean getPathOptimizationsEnabled()
    • setPathOptimizationsEnabled

      protected void setPathOptimizationsEnabled(boolean enabled)
    • getPathOptimizationsVersion

      public int getPathOptimizationsVersion()
    • getAclOptimizationsEnabled

      public boolean getAclOptimizationsEnabled()
    • setAclOptimizationsEnabled

      protected void setAclOptimizationsEnabled(boolean enabled)
    • getReadAclMaxSize

      public int getReadAclMaxSize()
    • isChangeTokenEnabled

      public boolean isChangeTokenEnabled()
      Since:
      9.1
    • setChangeTokenEnabled

      public void setChangeTokenEnabled(boolean enabled)
      Since:
      9.1
    • merge

      public void merge(RepositoryDescriptor other)