A B C D E F G H I J K L M N O P Q R S T V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractDocumentFileReader - Class in com.marklogic.client.ext.file
-
Defines some generic features for the DefaultDocumentFileReader and JarDocumentFileReader.
- AbstractDocumentFileReader() - Constructor for class com.marklogic.client.ext.file.AbstractDocumentFileReader
- AbstractStaticChecker - Class in com.marklogic.client.ext.modulesloader.impl
-
Has all the guts for doing static checking, but delegates the execution of an XQuery script to a subclass.
- AbstractStaticChecker() - Constructor for class com.marklogic.client.ext.modulesloader.impl.AbstractStaticChecker
- accept(File) - Method in class com.marklogic.client.ext.file.PropertiesDrivenDocumentFileProcessor
- accept(File) - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultFileFilter
- accept(File, String) - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultFileFilter
- acceptPath(Path, BasicFileAttributes) - Method in class com.marklogic.client.ext.file.DefaultDocumentFileReader
- adapt(DocumentWriteOperation) - Method in class com.marklogic.client.ext.xcc.DefaultDocumentWriteOperationAdapter
- adapt(DocumentWriteOperation) - Method in interface com.marklogic.client.ext.xcc.DocumentWriteOperationAdapter
- adaptFormat(ContentCreateOptions, DocumentMetadataHandle) - Method in class com.marklogic.client.ext.xcc.DefaultDocumentWriteOperationAdapter
-
The REST API Format class has a "getDefaultMimetype" method on it, but there doesn't appear to be anything useful to do with that for XCC.
- adaptMetadata(DocumentMetadataWriteHandle) - Method in class com.marklogic.client.ext.xcc.DefaultDocumentWriteOperationAdapter
-
TODO Only adapts collections, quality, format, and permissions so far.
- adaptPermissions(ContentCreateOptions, DocumentMetadataHandle) - Method in class com.marklogic.client.ext.xcc.DefaultDocumentWriteOperationAdapter
- addAssetDirectories(Modules, String) - Method in class com.marklogic.client.ext.modulesloader.impl.BaseModulesFinder
- addDocumentFileProcessor(DocumentFileProcessor) - Method in class com.marklogic.client.ext.file.AbstractDocumentFileReader
- addDocumentFileProcessor(DocumentFileProcessor) - Method in class com.marklogic.client.ext.file.GenericFileLoader
- addFailureListener(LoadModulesFailureListener) - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
- addFileFilter(FileFilter) - Method in class com.marklogic.client.ext.file.DefaultDocumentFileReader
- addFileFilter(FileFilter) - Method in class com.marklogic.client.ext.file.GenericFileLoader
- addFilenameFilter(FilenameFilter) - Method in class com.marklogic.client.ext.file.JarDocumentFileReader
- addLists(List<Resource>, List<Resource>) - Method in class com.marklogic.client.ext.modulesloader.Modules
- addModules(Modules) - Method in class com.marklogic.client.ext.modulesloader.Modules
- addNamespaces(Modules, String) - Method in class com.marklogic.client.ext.modulesloader.impl.BaseModulesFinder
- addOptions(Modules, String) - Method in class com.marklogic.client.ext.modulesloader.impl.BaseModulesFinder
- addPropertiesFile(Modules, String) - Method in class com.marklogic.client.ext.modulesloader.impl.BaseModulesFinder
-
Only supports JSON for now.
- addPropertiesSource(PropertiesSource) - Method in class com.marklogic.client.ext.tokenreplacer.DefaultTokenReplacer
- addServices(Modules, String) - Method in class com.marklogic.client.ext.modulesloader.impl.BaseModulesFinder
- addTransforms(Modules, String) - Method in class com.marklogic.client.ext.modulesloader.impl.BaseModulesFinder
- AdhocQueryCallback - Class in com.marklogic.xcc.template
-
Simple callback for executing an adhoc query.
- AdhocQueryCallback(String) - Constructor for class com.marklogic.xcc.template.AdhocQueryCallback
- afterCompletion() - Method in class com.marklogic.client.ext.batch.DefaultWriteListener
- afterCompletion() - Method in interface com.marklogic.client.ext.batch.WriteListener
- afterCompletion() - Method in class com.marklogic.client.ext.batch.WriteListenerSupport
- applyIncludeFilenamePattern() - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
- applyJsonProperties(ServerConfigurationManager, Resource, File) - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
- applyTokenReplacerOnKnownDocumentProcessors(AbstractDocumentFileReader) - Method in class com.marklogic.client.ext.file.GenericFileLoader
-
If this is an instance of DefaultDocumentFileReader and a TokenReplacer has been set on the instance of this class, then pass the TokenReplacer along to the known processors in the reader so that those processors can replace token occurrences in property values.
- applyXmlProperties(ServerConfigurationManager, Resource, File) - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
- AssetFileLoader - Class in com.marklogic.client.ext.modulesloader.impl
-
File loaded for "assets", as defined by the REST API - basically, any server module.
- AssetFileLoader(DatabaseClient) - Constructor for class com.marklogic.client.ext.modulesloader.impl.AssetFileLoader
- AssetFileLoader(DatabaseClient, ModulesManager) - Constructor for class com.marklogic.client.ext.modulesloader.impl.AssetFileLoader
- AssetFileLoader(BatchWriter) - Constructor for class com.marklogic.client.ext.modulesloader.impl.AssetFileLoader
- AssetFileLoader(BatchWriter, ModulesManager) - Constructor for class com.marklogic.client.ext.modulesloader.impl.AssetFileLoader
B
- BaseModulesFinder - Class in com.marklogic.client.ext.modulesloader.impl
-
Abstract implementation that provides implementations for loading all the different kinds of modules.
- BaseModulesFinder() - Constructor for class com.marklogic.client.ext.modulesloader.impl.BaseModulesFinder
- BASIC - com.marklogic.client.ext.SecurityContextType
- BasicConfig - Class in com.marklogic.client.ext.spring
-
Provides a basic configuration for Spring-based applications.
- BasicConfig() - Constructor for class com.marklogic.client.ext.spring.BasicConfig
- BatchHandler - Interface in com.marklogic.client.ext.batch
-
Allows for customizing what RestBatchWriter does with each batch of documents.
- BatchWriter - Interface in com.marklogic.client.ext.batch
-
Interface for writing batches of documents to pre-ML9 clusters (DMSDK can be used with ML9+).
- BatchWriterSupport - Class in com.marklogic.client.ext.batch
-
Support class for BatchWriter implementations that uses Spring's TaskExecutor interface for parallelizing writes to MarkLogic.
- BatchWriterSupport() - Constructor for class com.marklogic.client.ext.batch.BatchWriterSupport
- BinaryExtensions - Class in com.marklogic.client.ext.util
- BinaryExtensions() - Constructor for class com.marklogic.client.ext.util.BinaryExtensions
- buildCertificateAuthContent(DatabaseClientConfig) - Method in class com.marklogic.client.ext.DefaultConfiguredDatabaseClientFactory
- buildContentDatabaseName(String) - Method in class com.marklogic.client.ext.spring.BasicConfig
-
Used for building an XccTemplate; can be overridden when this method's assumption about the name isn't true.
- buildDocumentFile(String, Resource) - Method in class com.marklogic.client.ext.file.JarDocumentFileReader
- buildDocumentFile(Path, Path) - Method in class com.marklogic.client.ext.file.DefaultDocumentFileReader
- buildDocumentFileProcessors() - Method in class com.marklogic.client.ext.file.GenericFileLoader
- buildDocumentManager(DatabaseClient) - Method in class com.marklogic.client.ext.batch.DefaultBatchHandler
- buildJavascriptCall(DocumentFile, String) - Method in class com.marklogic.client.ext.schemasloader.impl.TdeDocumentFileProcessor
- buildKey(File) - Method in class com.marklogic.client.ext.modulesloader.impl.PropertiesModuleManager
- buildRunnable(DatabaseClient, List<? extends DocumentWriteOperation>) - Method in class com.marklogic.client.ext.batch.RestBatchWriter
- buildRunnable(ContentSource, List<? extends DocumentWriteOperation>) - Method in class com.marklogic.client.ext.batch.XccBatchWriter
- buildXqueryCall(DocumentFile, String) - Method in class com.marklogic.client.ext.schemasloader.impl.TdeDocumentFileProcessor
- buildXqueryForStaticallyCheckingModule() - Method in class com.marklogic.client.ext.modulesloader.impl.AbstractStaticChecker
-
Assumes that there's already a variable in XQuery named "uri" in scope.
C
- canBeStaticallyChecked(DocumentFile) - Method in class com.marklogic.client.ext.modulesloader.impl.AbstractStaticChecker
- canReadResource(Resource) - Method in class com.marklogic.client.ext.file.JarDocumentFileReader
- CERTIFICATE - com.marklogic.client.ext.SecurityContextType
- checkClientTrusted(X509Certificate[], String) - Method in class com.marklogic.client.ext.modulesloader.ssl.SimpleX509TrustManager
- checkLoadedAssets(List<DocumentFile>) - Method in class com.marklogic.client.ext.modulesloader.impl.AbstractStaticChecker
- checkLoadedAssets(List<DocumentFile>) - Method in interface com.marklogic.client.ext.modulesloader.impl.StaticChecker
- checkServerTrusted(X509Certificate[], String) - Method in class com.marklogic.client.ext.modulesloader.ssl.SimpleX509TrustManager
- ClientHelper - Class in com.marklogic.client.ext.helper
-
The intent of this class is to provide some syntactic sugar on common operations using the ML Java API, which is a wrapper around the ML REST API.
- ClientHelper(DatabaseClient) - Constructor for class com.marklogic.client.ext.helper.ClientHelper
- CodeGenerationRequest - Class in com.marklogic.client.ext.es
- CodeGenerationRequest() - Constructor for class com.marklogic.client.ext.es.CodeGenerationRequest
- CollectionsDocumentFileProcessor - Class in com.marklogic.client.ext.file
-
Adds the given collections to each DocumentFile that it processes.
- CollectionsDocumentFileProcessor(String...) - Constructor for class com.marklogic.client.ext.file.CollectionsDocumentFileProcessor
- CollectionsFileDocumentFileProcessor - Class in com.marklogic.client.ext.file
-
Looks for a special file in each directory - defaults to collections.properties - that contains properties where the key is the name of a file in the directory, and the value is a comma-delimited list of collections to load the file into (which means you can't use a comma in any collection name).
- CollectionsFileDocumentFileProcessor() - Constructor for class com.marklogic.client.ext.file.CollectionsFileDocumentFileProcessor
- CollectionsFileDocumentFileProcessor(String) - Constructor for class com.marklogic.client.ext.file.CollectionsFileDocumentFileProcessor
- com.marklogic.client.ext - package com.marklogic.client.ext
- com.marklogic.client.ext.batch - package com.marklogic.client.ext.batch
- com.marklogic.client.ext.es - package com.marklogic.client.ext.es
- com.marklogic.client.ext.file - package com.marklogic.client.ext.file
- com.marklogic.client.ext.helper - package com.marklogic.client.ext.helper
- com.marklogic.client.ext.modulesloader - package com.marklogic.client.ext.modulesloader
- com.marklogic.client.ext.modulesloader.impl - package com.marklogic.client.ext.modulesloader.impl
- com.marklogic.client.ext.modulesloader.ssl - package com.marklogic.client.ext.modulesloader.ssl
- com.marklogic.client.ext.qconsole - package com.marklogic.client.ext.qconsole
- com.marklogic.client.ext.qconsole.impl - package com.marklogic.client.ext.qconsole.impl
- com.marklogic.client.ext.schemasloader - package com.marklogic.client.ext.schemasloader
- com.marklogic.client.ext.schemasloader.impl - package com.marklogic.client.ext.schemasloader.impl
- com.marklogic.client.ext.spring - package com.marklogic.client.ext.spring
- com.marklogic.client.ext.ssl - package com.marklogic.client.ext.ssl
- com.marklogic.client.ext.tokenreplacer - package com.marklogic.client.ext.tokenreplacer
- com.marklogic.client.ext.util - package com.marklogic.client.ext.util
- com.marklogic.client.ext.xcc - package com.marklogic.client.ext.xcc
- com.marklogic.xcc.template - package com.marklogic.xcc.template
- ConfiguredDatabaseClientFactory - Interface in com.marklogic.client.ext
-
Hides how a DatabaseClient is constructed based on the inputs in a DatabaseClientConfig object.
- configureUsingTrustManagerFactory() - Static method in class com.marklogic.client.ext.ssl.SslUtil
-
Configure an SSLContext and X509TrustManager with TLSv1.2 as the default protocol and the default algorithm of TrustManagerFactory.
- configureUsingTrustManagerFactory(String, String) - Static method in class com.marklogic.client.ext.ssl.SslUtil
-
Configure an SSLContext and X509TrustManager with the given inputs.
- constructPath(String) - Method in class com.marklogic.client.ext.file.DefaultDocumentFileReader
-
The path is first wrapped in a File; this prevents a bug in Gradle when Gradle is run in daemon mode, where it will try to resolve the path from its daemon directory.
D
- databaseClientConfig() - Method in class com.marklogic.client.ext.spring.BasicConfig
- DatabaseClientConfig - Class in com.marklogic.client.ext
-
Captures all the possible inputs used to construct an instance of DatabaseClient.
- DatabaseClientConfig() - Constructor for class com.marklogic.client.ext.DatabaseClientConfig
- DatabaseClientConfig(String, int) - Constructor for class com.marklogic.client.ext.DatabaseClientConfig
- DatabaseClientConfig(String, int, String, String) - Constructor for class com.marklogic.client.ext.DatabaseClientConfig
- DatabaseClientManager - Class in com.marklogic.client.ext.spring
-
Hooks into Spring container lifecycle so that the DatabaseClient is initialized when the container starts up and released when the container shuts down.
- DatabaseClientManager() - Constructor for class com.marklogic.client.ext.spring.DatabaseClientManager
- DatabaseClientManager(DatabaseClientConfig) - Constructor for class com.marklogic.client.ext.spring.DatabaseClientManager
- databaseClientProvider() - Method in class com.marklogic.client.ext.spring.BasicConfig
- DatabaseClientProvider - Interface in com.marklogic.client.ext.helper
- DataMovementBatchWriter - Class in com.marklogic.client.ext.batch
- DataMovementBatchWriter(DatabaseClient) - Constructor for class com.marklogic.client.ext.batch.DataMovementBatchWriter
- decodeAssetDirectoryResource(String) - Method in class com.marklogic.client.ext.modulesloader.impl.BaseModulesFinder
-
There may be other characters that need decoding, but for now, only %20 is being converted back into a space.
- DEFAULT_BINARY_EXTENSIONS - Static variable in class com.marklogic.client.ext.file.DefaultDocumentFormatGetter
- DEFAULT_FILE_PATH - Static variable in class com.marklogic.client.ext.modulesloader.impl.PropertiesModuleManager
- DEFAULT_JSON_EXTENSIONS - Static variable in class com.marklogic.client.ext.file.DefaultDocumentFormatGetter
- DEFAULT_PERMISSIONS - Static variable in class com.marklogic.client.ext.modulesloader.impl.AssetFileLoader
- DEFAULT_SSL_PROTOCOL - Static variable in class com.marklogic.client.ext.ssl.SslUtil
- DEFAULT_XML_EXTENSIONS - Static variable in class com.marklogic.client.ext.file.DefaultDocumentFormatGetter
- DefaultBatchHandler - Class in com.marklogic.client.ext.batch
-
Default implementation of BatchHandler that uses a DocumentManager to write documents, along with an optional ServerTransform.
- DefaultBatchHandler() - Constructor for class com.marklogic.client.ext.batch.DefaultBatchHandler
- DefaultBatchHandler(Format, ServerTransform) - Constructor for class com.marklogic.client.ext.batch.DefaultBatchHandler
- DefaultConfiguredDatabaseClientFactory - Class in com.marklogic.client.ext
-
Default implementation for constructing a new instance of DatabaseClient based on the inputs in an instance of DatabaseClientConfig.
- DefaultConfiguredDatabaseClientFactory() - Constructor for class com.marklogic.client.ext.DefaultConfiguredDatabaseClientFactory
- DefaultDocumentFileReader - Class in com.marklogic.client.ext.file
-
Non-threadsafe implementation that implements FileVisitor as a way of descending one or more file paths.
- DefaultDocumentFileReader() - Constructor for class com.marklogic.client.ext.file.DefaultDocumentFileReader
-
Calls initialize to instantiate some default DocumentFileProcessor objects.
- DefaultDocumentFormatGetter - Class in com.marklogic.client.ext.file
-
Default impl.
- DefaultDocumentFormatGetter() - Constructor for class com.marklogic.client.ext.file.DefaultDocumentFormatGetter
- DefaultDocumentPermissionsParser - Class in com.marklogic.client.ext.util
- DefaultDocumentPermissionsParser() - Constructor for class com.marklogic.client.ext.util.DefaultDocumentPermissionsParser
- DefaultDocumentWriteOperationAdapter - Class in com.marklogic.client.ext.xcc
- DefaultDocumentWriteOperationAdapter() - Constructor for class com.marklogic.client.ext.xcc.DefaultDocumentWriteOperationAdapter
- DefaultExtensionMetadataProvider - Class in com.marklogic.client.ext.modulesloader.impl
- DefaultExtensionMetadataProvider() - Constructor for class com.marklogic.client.ext.modulesloader.impl.DefaultExtensionMetadataProvider
- DefaultFileFilter - Class in com.marklogic.client.ext.modulesloader.impl
-
Simple implementation that accepts every file and ignores anything starting with ".".
- DefaultFileFilter() - Constructor for class com.marklogic.client.ext.modulesloader.impl.DefaultFileFilter
- DefaultModulesFinder - Class in com.marklogic.client.ext.modulesloader.impl
-
Default implementation that loads all of the different kinds of REST modules.
- DefaultModulesFinder() - Constructor for class com.marklogic.client.ext.modulesloader.impl.DefaultModulesFinder
- DefaultModulesLoader - Class in com.marklogic.client.ext.modulesloader.impl
-
Default implementation of ModulesLoader.
- DefaultModulesLoader() - Constructor for class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
-
Use this when you don't need to load asset modules - i.e.
- DefaultModulesLoader(AssetFileLoader) - Constructor for class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
-
Use this when you need to load REST modules and asset modules as well (non-REST modules).
- DefaultSchemasLoader - Class in com.marklogic.client.ext.schemasloader.impl
- DefaultSchemasLoader(DatabaseClient) - Constructor for class com.marklogic.client.ext.schemasloader.impl.DefaultSchemasLoader
-
Simplest constructor for using this class.
- DefaultSchemasLoader(DatabaseClient, String) - Constructor for class com.marklogic.client.ext.schemasloader.impl.DefaultSchemasLoader
-
If you want to validate TDE templates before they're loaded, you need to provide a second DatabaseClient that connects to the content database associated with the schemas database that schemas will be loaded into.
- DefaultSchemasLoader(BatchWriter) - Constructor for class com.marklogic.client.ext.schemasloader.impl.DefaultSchemasLoader
-
Assumes that the BatchWriter has already been initialized.
- DefaultTokenReplacer - Class in com.marklogic.client.ext.tokenreplacer
-
Default implementation of TokenReplacer that relies on a list of PropertiesSource implementations for finding tokens to replace in text.
- DefaultTokenReplacer() - Constructor for class com.marklogic.client.ext.tokenreplacer.DefaultTokenReplacer
- DefaultWorkspaceManager - Class in com.marklogic.client.ext.qconsole.impl
-
Default implementation that uses the ML Java Client API to manage workspaces.
- DefaultWorkspaceManager(DatabaseClient) - Constructor for class com.marklogic.client.ext.qconsole.impl.DefaultWorkspaceManager
- DefaultWriteListener - Class in com.marklogic.client.ext.batch
- DefaultWriteListener() - Constructor for class com.marklogic.client.ext.batch.DefaultWriteListener
- deletePropertiesFile() - Method in class com.marklogic.client.ext.modulesloader.impl.PropertiesModuleManager
- destroy() - Method in class com.marklogic.client.ext.spring.DatabaseClientManager
- destroy() - Method in class com.marklogic.client.ext.spring.SimpleDatabaseClientProvider
- determineContentSourceToUse() - Method in class com.marklogic.client.ext.batch.XccBatchWriter
- determineDatabaseClientToUse() - Method in class com.marklogic.client.ext.batch.RestBatchWriter
- determineImportScriptToUse() - Method in class com.marklogic.client.ext.qconsole.impl.DefaultWorkspaceManager
- determineSslConfig(DatabaseClientConfig) - Method in class com.marklogic.client.ext.DefaultConfiguredDatabaseClientFactory
- DIGEST - com.marklogic.client.ext.SecurityContextType
- DocumentFile - Class in com.marklogic.client.ext.file
-
Encapsulates a file that should be written to MarkLogic as a single document.
- DocumentFile(String, File) - Constructor for class com.marklogic.client.ext.file.DocumentFile
- DocumentFile(String, Resource) - Constructor for class com.marklogic.client.ext.file.DocumentFile
- DocumentFileProcessor - Interface in com.marklogic.client.ext.file
-
Interface for processing - i.e.
- DocumentFileReader - Interface in com.marklogic.client.ext.file
-
Strategy interface for determining which files to load into MarkLogic, with those files being captured as a List of DocumentFile objects.
- DocumentPermissionsParser - Interface in com.marklogic.client.ext.util
- DocumentWriteOperationAdapter - Interface in com.marklogic.client.ext.xcc
-
Interface for adapting a REST DocumentWriteOperation instance into an XCC Content instance.
E
- EntityServicesManager - Class in com.marklogic.client.ext.es
-
Handles loading a model and then making calls to generate code for it.
- EntityServicesManager(DatabaseClient) - Constructor for class com.marklogic.client.ext.es.EntityServicesManager
- eval(String) - Method in class com.marklogic.client.ext.helper.ClientHelper
- execute(Session) - Method in class com.marklogic.xcc.template.AdhocQueryCallback
- execute(Session) - Method in class com.marklogic.xcc.template.InsertContentCallback
- execute(Session) - Method in interface com.marklogic.xcc.template.XccCallback
- execute(XccCallback<T>) - Method in class com.marklogic.xcc.template.XccTemplate
- executeAdhocQuery(String) - Method in class com.marklogic.xcc.template.XccTemplate
-
Convenience method for executing any adhoc query.
- executeQuery(String) - Method in class com.marklogic.client.ext.modulesloader.impl.AbstractStaticChecker
- executeQuery(String) - Method in class com.marklogic.client.ext.modulesloader.impl.XccStaticChecker
- executeRunnable(Runnable, List<? extends DocumentWriteOperation>) - Method in class com.marklogic.client.ext.batch.BatchWriterSupport
-
Will use the WriteListener if the TaskExecutor is an instance of AsyncListenableTaskExecutor.
- executeTask(Runnable) - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
-
Protected in case a subclass wants to execute the Runnable in a different way - e.g.
- EXPORT - Static variable in class com.marklogic.client.ext.qconsole.impl.QconsoleScripts
- exportWorkspaces(String, String...) - Method in class com.marklogic.client.ext.qconsole.impl.DefaultWorkspaceManager
- exportWorkspaces(String, String...) - Method in interface com.marklogic.client.ext.qconsole.WorkspaceManager
- ExtDocumentFileProcessor - Class in com.marklogic.client.ext.modulesloader.impl
-
Appends "/ext" to assets loaded from the REST API-specific "/ext" directory.
- ExtDocumentFileProcessor() - Constructor for class com.marklogic.client.ext.modulesloader.impl.ExtDocumentFileProcessor
- ExtensionMetadataAndParams - Class in com.marklogic.client.ext.modulesloader
- ExtensionMetadataAndParams(ExtensionMetadata, List<ResourceExtensionsManager.MethodParameters>) - Constructor for class com.marklogic.client.ext.modulesloader.ExtensionMetadataAndParams
- ExtensionMetadataProvider - Interface in com.marklogic.client.ext.modulesloader
- EXTENSIONS - Static variable in class com.marklogic.client.ext.util.BinaryExtensions
-
Courtesy of https://github.com/sindresorhus/binary-extensions/blob/master/binary-extensions.json
F
- FileLoader - Interface in com.marklogic.client.ext.file
-
Interface for an object that can load files as documents from many paths.
- FilenameUtil - Class in com.marklogic.client.ext.helper
- FilenameUtil() - Constructor for class com.marklogic.client.ext.helper.FilenameUtil
- FilePropertiesSource - Class in com.marklogic.client.ext.tokenreplacer
-
Simple implementation of PropertiesSource that reads properties from a file.
- FilePropertiesSource(File) - Constructor for class com.marklogic.client.ext.tokenreplacer.FilePropertiesSource
- findModules(String) - Method in class com.marklogic.client.ext.modulesloader.impl.BaseModulesFinder
- findModules(String) - Method in interface com.marklogic.client.ext.modulesloader.ModulesFinder
- findModulesWithResolvedBaseDir(String) - Method in class com.marklogic.client.ext.modulesloader.impl.BaseModulesFinder
- findModulesWithResolvedBaseDir(String) - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesFinder
- findModulesWithResolvedBaseDir(String) - Method in class com.marklogic.client.ext.modulesloader.impl.TestServerModulesFinder
- findResources(String, String...) - Method in class com.marklogic.client.ext.file.JarDocumentFileReader
-
Uses Spring's PathMatchingResourcePatternResolver to find resources on the given paths, relative to the given base path.
- findResources(String, String, String...) - Method in class com.marklogic.client.ext.modulesloader.impl.BaseModulesFinder
- format(String, Object...) - Method in class com.marklogic.client.ext.helper.LoggingObject
- FormatDocumentFileProcessor - Class in com.marklogic.client.ext.file
-
Delegates to DefaultDocumentFormatGetter by default for determining what Format to use for the File in a given DocumentFile.
- FormatDocumentFileProcessor() - Constructor for class com.marklogic.client.ext.file.FormatDocumentFileProcessor
- FormatDocumentFileProcessor(FormatGetter) - Constructor for class com.marklogic.client.ext.file.FormatDocumentFileProcessor
- FormatGetter - Interface in com.marklogic.client.ext.file
-
Strategy interface for the Format that should be used when writing the given File as a document into MarkLogic.
G
- generateCode(String, CodeGenerationRequest) - Method in class com.marklogic.client.ext.es.EntityServicesManager
- generateCode(String, String) - Method in class com.marklogic.client.ext.es.EntityServicesManager
- GeneratedCode - Class in com.marklogic.client.ext.es
- GeneratedCode() - Constructor for class com.marklogic.client.ext.es.GeneratedCode
- generateVersionTranslator(String, String) - Method in class com.marklogic.client.ext.es.EntityServicesManager
- GenericFileLoader - Class in com.marklogic.client.ext.file
-
Generic implementation of FileLoader.
- GenericFileLoader(DatabaseClient) - Constructor for class com.marklogic.client.ext.file.GenericFileLoader
-
The given DatabaseClient is used to construct a BatchWriter that writes to MarkLogic via the REST API.
- GenericFileLoader(BatchWriter) - Constructor for class com.marklogic.client.ext.file.GenericFileLoader
-
Clients should use this when they already have a BatchWriter ready to go.
- get() - Method in class com.marklogic.client.ext.modulesloader.impl.SimpleLoadModulesFailureListener
- getAcceptedIssuers() - Method in class com.marklogic.client.ext.modulesloader.ssl.SimpleX509TrustManager
- getAssetDirectories() - Method in class com.marklogic.client.ext.modulesloader.Modules
- getAssetFileLoader() - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
- getAssets() - Method in class com.marklogic.client.ext.modulesloader.Modules
- getBatchWriter() - Method in class com.marklogic.client.ext.file.GenericFileLoader
- getBinaryExtensions() - Method in class com.marklogic.client.ext.file.DefaultDocumentFormatGetter
- getCertFile() - Method in class com.marklogic.client.ext.DatabaseClientConfig
- getCertPassword() - Method in class com.marklogic.client.ext.DatabaseClientConfig
- getClient() - Method in class com.marklogic.client.ext.helper.ClientHelper
- getClient() - Method in class com.marklogic.client.ext.helper.ResourceManagerSupport
- getClientIndex() - Method in class com.marklogic.client.ext.batch.RestBatchWriter
- getCollections(String) - Method in class com.marklogic.client.ext.helper.ClientHelper
- getCollectionsFileDocumentFileProcessor() - Method in class com.marklogic.client.ext.file.DefaultDocumentFileReader
- getCollectionSize(String) - Method in class com.marklogic.client.ext.helper.ClientHelper
- getConnectionType() - Method in class com.marklogic.client.ext.DatabaseClientConfig
- getContent() - Method in class com.marklogic.client.ext.file.DocumentFile
- getDatabase() - Method in class com.marklogic.client.ext.DatabaseClientConfig
- getDatabaseClient() - Method in interface com.marklogic.client.ext.helper.DatabaseClientProvider
- getDatabaseClient() - Method in class com.marklogic.client.ext.schemasloader.impl.TdeDocumentFileProcessor
- getDatabaseClient() - Method in class com.marklogic.client.ext.spring.SimpleDatabaseClientProvider
- getDatabaseClientInfo(DatabaseClient) - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
- getDatabaseClients() - Method in class com.marklogic.client.ext.batch.RestBatchWriter
- getDatabaseProperties() - Method in class com.marklogic.client.ext.es.GeneratedCode
- getDefaultWorkspacesDir() - Method in class com.marklogic.client.ext.qconsole.impl.DefaultWorkspaceManager
- getDelimiter() - Method in class com.marklogic.client.ext.file.CollectionsFileDocumentFileProcessor
- getDocumentFileProcessor(String) - Method in class com.marklogic.client.ext.file.AbstractDocumentFileReader
- getDocumentFileProcessors() - Method in class com.marklogic.client.ext.file.AbstractDocumentFileReader
- getDocumentFileProcessors() - Method in class com.marklogic.client.ext.file.GenericFileLoader
- getDocumentFileReader() - Method in class com.marklogic.client.ext.file.GenericFileLoader
- getDocumentFiles(String...) - Method in class com.marklogic.client.ext.file.GenericFileLoader
- getDocumentMetadata() - Method in class com.marklogic.client.ext.file.DocumentFile
- getExtensionMetadataProvider() - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
- getExtensionNameFromFile(Resource) - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
- getExternalName() - Method in class com.marklogic.client.ext.DatabaseClientConfig
- getExtractionTemplate() - Method in class com.marklogic.client.ext.es.GeneratedCode
- getFailureListeners() - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
- getFile() - Method in class com.marklogic.client.ext.file.DocumentFile
- getFile() - Method in class com.marklogic.client.ext.modulesloader.impl.LoadedAsset
- getFileExtension() - Method in class com.marklogic.client.ext.file.DocumentFile
- getFileExtension(File) - Static method in class com.marklogic.client.ext.helper.FilenameUtil
- getFileFilters() - Method in class com.marklogic.client.ext.file.DefaultDocumentFileReader
- getFileFilters() - Method in class com.marklogic.client.ext.file.GenericFileLoader
- getFileFromResource(Resource) - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
- getFilenameFilters() - Method in class com.marklogic.client.ext.file.JarDocumentFileReader
- getFilenameMinusExtension(Resource) - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultExtensionMetadataProvider
- getFormat() - Method in class com.marklogic.client.ext.file.DocumentFile
- getFormat(Resource) - Method in class com.marklogic.client.ext.file.DefaultDocumentFormatGetter
- getFormat(Resource) - Method in interface com.marklogic.client.ext.file.FormatGetter
- getFormatDocumentFileProcessor() - Method in class com.marklogic.client.ext.file.AbstractDocumentFileReader
- getFormatGetter() - Method in class com.marklogic.client.ext.file.FormatDocumentFileProcessor
- getHost() - Method in class com.marklogic.client.ext.DatabaseClientConfig
- getHost() - Method in class com.marklogic.client.ext.modulesloader.impl.PropertiesModuleManager
- getInstanceConverter() - Method in class com.marklogic.client.ext.es.GeneratedCode
- getJsonExtensions() - Method in class com.marklogic.client.ext.file.DefaultDocumentFormatGetter
- getMetadata() - Method in class com.marklogic.client.ext.file.DocumentFile
- getMetadata(String) - Method in class com.marklogic.client.ext.helper.ClientHelper
- getMlAppName() - Method in class com.marklogic.client.ext.spring.BasicConfig
- getMlHost() - Method in class com.marklogic.client.ext.spring.BasicConfig
- getMlPassword() - Method in class com.marklogic.client.ext.spring.BasicConfig
- getMlRestPort() - Method in class com.marklogic.client.ext.spring.BasicConfig
- getMlUsername() - Method in class com.marklogic.client.ext.spring.BasicConfig
- getModifiedContent() - Method in class com.marklogic.client.ext.file.DocumentFile
- getModulesManager() - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
- getNamespaces() - Method in class com.marklogic.client.ext.modulesloader.Modules
- getObject() - Method in class com.marklogic.client.ext.spring.DatabaseClientManager
- getObjectType() - Method in class com.marklogic.client.ext.spring.DatabaseClientManager
- getOperationType() - Method in class com.marklogic.client.ext.file.DocumentFile
- getOptions() - Method in class com.marklogic.client.ext.modulesloader.Modules
- getPassword() - Method in class com.marklogic.client.ext.DatabaseClientConfig
- getPermissionsFileDocumentFileProcessor() - Method in class com.marklogic.client.ext.file.DefaultDocumentFileReader
- getPort() - Method in class com.marklogic.client.ext.DatabaseClientConfig
- getProperties() - Method in class com.marklogic.client.ext.tokenreplacer.DefaultTokenReplacer
- getProperties() - Method in class com.marklogic.client.ext.tokenreplacer.FilePropertiesSource
- getProperties() - Method in interface com.marklogic.client.ext.tokenreplacer.PropertiesSource
- getPropertiesCache() - Method in class com.marklogic.client.ext.file.PropertiesDrivenDocumentFileProcessor
- getPropertiesFile() - Method in class com.marklogic.client.ext.modulesloader.Modules
- getPropertiesFilename() - Method in class com.marklogic.client.ext.file.PropertiesDrivenDocumentFileProcessor
- getPropertiesSources() - Method in class com.marklogic.client.ext.tokenreplacer.DefaultTokenReplacer
- getPropertyValue(Properties, String) - Method in class com.marklogic.client.ext.file.PropertiesDrivenDocumentFileProcessor
- getRecognizedPaths() - Method in class com.marklogic.client.ext.modulesloader.impl.BaseModulesFinder
- getResource() - Method in class com.marklogic.client.ext.file.DocumentFile
- getResourceName() - Method in class com.marklogic.client.ext.helper.ResourceManagerSupport
- getRestPort() - Method in class com.marklogic.client.ext.spring.BasicConfig
- getRootPath() - Method in class com.marklogic.client.ext.file.DocumentFile
- getSchema() - Method in class com.marklogic.client.ext.es.GeneratedCode
- getSearchOptions() - Method in class com.marklogic.client.ext.es.GeneratedCode
- getSecurityContextType() - Method in class com.marklogic.client.ext.DatabaseClientConfig
- getServerTransform() - Method in class com.marklogic.client.ext.batch.RestBatchWriter
- getServices() - Method in class com.marklogic.client.ext.modulesloader.Modules
- getSslContext() - Method in class com.marklogic.client.ext.DatabaseClientConfig
- getSslContext() - Method in class com.marklogic.client.ext.ssl.SslConfig
- getSslHostnameVerifier() - Method in class com.marklogic.client.ext.DatabaseClientConfig
- getSslProtocol() - Method in class com.marklogic.client.ext.DatabaseClientConfig
- getStaticChecker() - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
- getTaskExecutor() - Method in class com.marklogic.client.ext.batch.BatchWriterSupport
- getTdeValidationDatabase() - Method in class com.marklogic.client.ext.schemasloader.impl.DefaultSchemasLoader
- getTdeValidationDatabase() - Method in class com.marklogic.client.ext.schemasloader.impl.TdeDocumentFileProcessor
- getTemporalDocumentURI() - Method in class com.marklogic.client.ext.file.DocumentFile
- getThreadCount() - Method in class com.marklogic.client.ext.batch.BatchWriterSupport
- getTitle() - Method in class com.marklogic.client.ext.es.GeneratedCode
- getTokenReplacer() - Method in class com.marklogic.client.ext.file.GenericFileLoader
- getTokenReplacer() - Method in class com.marklogic.client.ext.file.PropertiesDrivenDocumentFileProcessor
- getTokenReplacer() - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
- getTransforms() - Method in class com.marklogic.client.ext.modulesloader.Modules
- getTrustManagementAlgorithm() - Method in class com.marklogic.client.ext.DatabaseClientConfig
- getTrustManager() - Method in class com.marklogic.client.ext.DatabaseClientConfig
- getTrustManager() - Method in class com.marklogic.client.ext.ssl.SslConfig
- getUri() - Method in class com.marklogic.client.ext.file.DocumentFile
- getUri() - Method in class com.marklogic.client.ext.modulesloader.impl.LoadedAsset
- getUrisInCollection(String) - Method in class com.marklogic.client.ext.helper.ClientHelper
- getUrisInCollection(String, int) - Method in class com.marklogic.client.ext.helper.ClientHelper
- getUsername() - Method in class com.marklogic.client.ext.DatabaseClientConfig
- getVersion() - Method in class com.marklogic.client.ext.es.GeneratedCode
- getWriteListener() - Method in class com.marklogic.client.ext.batch.BatchWriterSupport
- getXmlExtensions() - Method in class com.marklogic.client.ext.file.DefaultDocumentFormatGetter
H
- handleBatch(DatabaseClient, List<? extends DocumentWriteOperation>) - Method in interface com.marklogic.client.ext.batch.BatchHandler
- handleBatch(DatabaseClient, List<? extends DocumentWriteOperation>) - Method in class com.marklogic.client.ext.batch.DefaultBatchHandler
- hasFileBeenModifiedSinceLastLoaded(File) - Method in class com.marklogic.client.ext.modulesloader.impl.PropertiesModuleManager
- hasFileBeenModifiedSinceLastLoaded(File) - Method in interface com.marklogic.client.ext.modulesloader.ModulesManager
I
- ignoreResource(Resource) - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
-
If includeFilenamePattern is not null, then it is matched against the absolute path of the File that is resolved from the given resource.
- IMPORT - Static variable in class com.marklogic.client.ext.qconsole.impl.QconsoleScripts
- importWorkspaces(String, String...) - Method in class com.marklogic.client.ext.qconsole.impl.DefaultWorkspaceManager
- importWorkspaces(String, String...) - Method in interface com.marklogic.client.ext.qconsole.WorkspaceManager
- initialize() - Method in interface com.marklogic.client.ext.batch.BatchWriter
-
Give the writer a chance to perform any initialization it requires before it starts writing documents.
- initialize() - Method in class com.marklogic.client.ext.batch.BatchWriterSupport
- initialize() - Method in class com.marklogic.client.ext.batch.DataMovementBatchWriter
- initialize() - Method in class com.marklogic.client.ext.batch.RestBatchWriter
- initialize() - Method in class com.marklogic.client.ext.file.DefaultDocumentFileReader
- initialize() - Method in class com.marklogic.client.ext.modulesloader.impl.PropertiesModuleManager
- initialize() - Method in interface com.marklogic.client.ext.modulesloader.ModulesManager
-
Give the implementor a chance to initialize itself - e.g.
- initializeAssetFileLoader(ModulesManager) - Method in class com.marklogic.client.ext.modulesloader.impl.AssetFileLoader
- initializeDefaultSchemasLoader() - Method in class com.marklogic.client.ext.schemasloader.impl.DefaultSchemasLoader
-
Adds the DocumentFileProcessors and FileFilters specific to loading schemas, which will then be used to construct a DocumentFileReader by the parent class.
- initializeDefaultTaskExecutor() - Method in class com.marklogic.client.ext.batch.BatchWriterSupport
- initializeDefaultTaskExecutor() - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
- initializeDocumentFileReader() - Method in class com.marklogic.client.ext.file.GenericFileLoader
-
If no DocumentFileReader is set, this will construct a DefaultDocumentFileReader, which is then configured based on several properties of this class.
- initializeGeneratedCode(String) - Method in class com.marklogic.client.ext.es.EntityServicesManager
- initializeHelper() - Method in class com.marklogic.client.ext.tokenreplacer.DefaultTokenReplacer
- initializeProperties() - Method in class com.marklogic.client.ext.tokenreplacer.DefaultTokenReplacer
-
Initialize the Properties instance based on all the PropertiesSources that have been registered.
- InsertContentCallback - Class in com.marklogic.xcc.template
-
Simple callback for inserting a single document.
- InsertContentCallback(String, File, DocumentFormat) - Constructor for class com.marklogic.xcc.template.InsertContentCallback
- installNamespace(Resource) - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
- installQueryOptions(Resource) - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
- installService(Resource, ExtensionMetadata, ResourceExtensionsManager.MethodParameters...) - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
- installTransform(Resource, ExtensionMetadata) - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
- isCanBeStaticallyChecked() - Method in class com.marklogic.client.ext.modulesloader.impl.LoadedAsset
- isCatchExceptions() - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
- isCatchProcessingError() - Method in class com.marklogic.client.ext.file.AbstractDocumentFileReader
- isGenerateDatabaseProperties() - Method in class com.marklogic.client.ext.es.CodeGenerationRequest
- isGenerateExtractionTemplate() - Method in class com.marklogic.client.ext.es.CodeGenerationRequest
- isGenerateInstanceConverter() - Method in class com.marklogic.client.ext.es.CodeGenerationRequest
- isGenerateSchema() - Method in class com.marklogic.client.ext.es.CodeGenerationRequest
- isGenerateSearchOptions() - Method in class com.marklogic.client.ext.es.CodeGenerationRequest
- isGenerateVersionTranslator() - Method in class com.marklogic.client.ext.es.CodeGenerationRequest
- isIncludeUnrecognizedPathsAsAssetPaths() - Method in class com.marklogic.client.ext.modulesloader.impl.BaseModulesFinder
- isJavascriptFile(String) - Static method in class com.marklogic.client.ext.helper.FilenameUtil
- isLogFileUris() - Method in class com.marklogic.client.ext.file.GenericFileLoader
- isReleaseDatabaseClients() - Method in class com.marklogic.client.ext.batch.RestBatchWriter
- isSingleton() - Method in class com.marklogic.client.ext.spring.DatabaseClientManager
- isXqueryFile(String) - Static method in class com.marklogic.client.ext.helper.FilenameUtil
- isXslFile(String) - Static method in class com.marklogic.client.ext.helper.FilenameUtil
J
- JarDocumentFileReader - Class in com.marklogic.client.ext.file
-
Implementation of DocumentFileReader for reading documents in a JAR file.
- JarDocumentFileReader() - Constructor for class com.marklogic.client.ext.file.JarDocumentFileReader
K
- KERBEROS - com.marklogic.client.ext.SecurityContextType
L
- loadAssets(Modules, Set<Resource>) - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
- LoadedAsset - Class in com.marklogic.client.ext.modulesloader.impl
- LoadedAsset(String, File, boolean) - Constructor for class com.marklogic.client.ext.modulesloader.impl.LoadedAsset
- loadFiles(String...) - Method in interface com.marklogic.client.ext.file.FileLoader
- loadFiles(String...) - Method in class com.marklogic.client.ext.file.GenericFileLoader
-
Load files from each of the given paths, using the underlying DocumentFileReader.
- loadModel(String, String) - Method in class com.marklogic.client.ext.es.EntityServicesManager
- loadModules(DatabaseClient, ModulesFinder, String...) - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
-
Load modules from the given base directory, selecting modules via the given ModulesFinder, and loading them via the given DatabaseClient.
- loadModules(DatabaseClient, ModulesFinder, String...) - Method in interface com.marklogic.client.ext.modulesloader.ModulesLoader
-
Prefer this method when loading modules from multiple paths, as the non-REST modules from all paths should be loaded in a single batch.
- loadModules(Modules) - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
- loadModules(String, ModulesFinder, DatabaseClient) - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
-
Just delegates to the loadModules method that takes an array of paths.
- loadModules(String, ModulesFinder, DatabaseClient) - Method in interface com.marklogic.client.ext.modulesloader.ModulesLoader
-
Load modules from the given directory
- LoadModulesFailureListener - Interface in com.marklogic.client.ext.modulesloader.impl
-
This is just for loading REST modules, which DefaultModulesLoader loads by default in parallel.
- loadNamespaces(Modules, Set<Resource>) - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
- loadProperties(Modules, Set<Resource>) - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
-
Only supports a JSON file.
- loadProperties(File) - Method in class com.marklogic.client.ext.file.PropertiesDrivenDocumentFileProcessor
- loadPropertiesFromFile(File) - Method in class com.marklogic.client.ext.tokenreplacer.FilePropertiesSource
- loadQueryOptions(Modules, Set<Resource>) - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
- loadResources(Modules, Set<Resource>) - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
- loadSchemas(String...) - Method in class com.marklogic.client.ext.schemasloader.impl.DefaultSchemasLoader
-
Run the given paths through the DocumentFileReader, and then send the result to the BatchWriter, and then return the result.
- loadSchemas(String...) - Method in interface com.marklogic.client.ext.schemasloader.SchemasLoader
-
Assumes that the implementation handles determines which files to load at each given path, along with how to load them.
- loadTransforms(Modules, Set<Resource>) - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
- logger - Variable in class com.marklogic.client.ext.helper.LoggingObject
- logger - Variable in class com.marklogic.xcc.template.XccTemplate
- LoggingObject - Class in com.marklogic.client.ext.helper
- LoggingObject() - Constructor for class com.marklogic.client.ext.helper.LoggingObject
M
- metadata - Variable in class com.marklogic.client.ext.modulesloader.ExtensionMetadataAndParams
- methods - Variable in class com.marklogic.client.ext.modulesloader.ExtensionMetadataAndParams
- moduleCanBeReadAsString(Format) - Method in class com.marklogic.client.ext.file.TokenReplacerDocumentFileProcessor
- Modules - Class in com.marklogic.client.ext.modulesloader
- Modules() - Constructor for class com.marklogic.client.ext.modulesloader.Modules
- ModulesFinder - Interface in com.marklogic.client.ext.modulesloader
-
Given a directory, return a Modules instance capturing all of the REST API modules to load.
- ModulesLoader - Interface in com.marklogic.client.ext.modulesloader
-
Interface for objects that can load a set of modules via the REST API, which is intended to include not just what the REST API calls "assets" (regular modules), but also options, services, transforms, and namespaces.
- ModulesManager - Interface in com.marklogic.client.ext.modulesloader
-
Defines operations for managing whether a module needs to be installed or not.
- ModulesManagerDocumentFileProcessor - Class in com.marklogic.client.ext.modulesloader.impl
- ModulesManagerDocumentFileProcessor(ModulesManager) - Constructor for class com.marklogic.client.ext.modulesloader.impl.ModulesManagerDocumentFileProcessor
N
- newDatabaseClient(DatabaseClientConfig) - Method in interface com.marklogic.client.ext.ConfiguredDatabaseClientFactory
- newDatabaseClient(DatabaseClientConfig) - Method in class com.marklogic.client.ext.DefaultConfiguredDatabaseClientFactory
- newSSLContext() - Static method in class com.marklogic.client.ext.modulesloader.ssl.SimpleX509TrustManager
-
Factory method for creating a simple SSLContext that uses this class as its TrustManager.
- newSSLContext(String) - Static method in class com.marklogic.client.ext.modulesloader.ssl.SimpleX509TrustManager
- NONE - com.marklogic.client.ext.SecurityContextType
- normalizeDriveLetter(File) - Method in class com.marklogic.client.ext.modulesloader.impl.PropertiesModuleManager
-
Lower-casing avoids some annoying issues on Windows where sometimes you get "C:" at the start, and other times you get "c:".
O
- onWriteFailure(Throwable, List<? extends DocumentWriteOperation>) - Method in class com.marklogic.client.ext.batch.DefaultWriteListener
- onWriteFailure(Throwable, List<? extends DocumentWriteOperation>) - Method in interface com.marklogic.client.ext.batch.WriteListener
- onWriteFailure(Throwable, List<? extends DocumentWriteOperation>) - Method in class com.marklogic.client.ext.batch.WriteListenerSupport
P
- parsePermissions(String, DocumentMetadataHandle.DocumentPermissions) - Method in class com.marklogic.client.ext.util.DefaultDocumentPermissionsParser
- parsePermissions(String, DocumentMetadataHandle.DocumentPermissions) - Method in interface com.marklogic.client.ext.util.DocumentPermissionsParser
-
Parse the string and add role/capability sets to the given DocumentPermissions object.
- performBulkStaticCheck(List<DocumentFile>) - Method in class com.marklogic.client.ext.modulesloader.impl.AbstractStaticChecker
- PermissionsDocumentFileProcessor - Class in com.marklogic.client.ext.file
-
DocumentFileProcessor that uses a DocumentPermissionsParser to parse a string of permissions (typically, a delimited string of roles and capabilities) and adds them to each DocumentFile.
- PermissionsDocumentFileProcessor(String) - Constructor for class com.marklogic.client.ext.file.PermissionsDocumentFileProcessor
- PermissionsDocumentFileProcessor(String, DocumentPermissionsParser) - Constructor for class com.marklogic.client.ext.file.PermissionsDocumentFileProcessor
- PermissionsFileDocumentFileProcessor - Class in com.marklogic.client.ext.file
-
Looks for a special file in each directory - defaults to permissions.properties - that contains properties where the key is the name of a file in the directory, and the value is a comma-delimited list of role,capability,role,capability,etc.
- PermissionsFileDocumentFileProcessor() - Constructor for class com.marklogic.client.ext.file.PermissionsFileDocumentFileProcessor
- PermissionsFileDocumentFileProcessor(String) - Constructor for class com.marklogic.client.ext.file.PermissionsFileDocumentFileProcessor
- PermissionsFileDocumentFileProcessor(String, DocumentPermissionsParser) - Constructor for class com.marklogic.client.ext.file.PermissionsFileDocumentFileProcessor
- postVisitDirectory(Path, IOException) - Method in class com.marklogic.client.ext.file.DefaultDocumentFileReader
- prepareAbstractDocumentFileReader(AbstractDocumentFileReader) - Method in class com.marklogic.client.ext.file.GenericFileLoader
-
This was initially part of building a DefaultDocumentFileReader.
- preVisitDirectory(Path, BasicFileAttributes) - Method in class com.marklogic.client.ext.file.DefaultDocumentFileReader
- processDocumentFile(DocumentFile) - Method in class com.marklogic.client.ext.file.AbstractDocumentFileReader
-
The catchProcessingError field controls whether an exception thrown by a processor will be caught or not.
- processDocumentFile(DocumentFile) - Method in class com.marklogic.client.ext.file.CollectionsDocumentFileProcessor
- processDocumentFile(DocumentFile) - Method in interface com.marklogic.client.ext.file.DocumentFileProcessor
- processDocumentFile(DocumentFile) - Method in class com.marklogic.client.ext.file.FormatDocumentFileProcessor
- processDocumentFile(DocumentFile) - Method in class com.marklogic.client.ext.file.PermissionsDocumentFileProcessor
- processDocumentFile(DocumentFile) - Method in class com.marklogic.client.ext.file.PropertiesDrivenDocumentFileProcessor
- processDocumentFile(DocumentFile) - Method in class com.marklogic.client.ext.file.TokenReplacerDocumentFileProcessor
- processDocumentFile(DocumentFile) - Method in class com.marklogic.client.ext.modulesloader.impl.ExtDocumentFileProcessor
- processDocumentFile(DocumentFile) - Method in class com.marklogic.client.ext.modulesloader.impl.ModulesManagerDocumentFileProcessor
- processDocumentFile(DocumentFile) - Method in class com.marklogic.client.ext.schemasloader.impl.TdeDocumentFileProcessor
- processFailure(Throwable, DatabaseClient) - Method in interface com.marklogic.client.ext.modulesloader.impl.LoadModulesFailureListener
- processFailure(Throwable, DatabaseClient) - Method in class com.marklogic.client.ext.modulesloader.impl.SimpleLoadModulesFailureListener
- processProperties(DocumentFile, Properties) - Method in class com.marklogic.client.ext.file.CollectionsFileDocumentFileProcessor
- processProperties(DocumentFile, Properties) - Method in class com.marklogic.client.ext.file.PermissionsFileDocumentFileProcessor
- processProperties(DocumentFile, Properties) - Method in class com.marklogic.client.ext.file.PropertiesDrivenDocumentFileProcessor
- PropertiesDrivenDocumentFileProcessor - Class in com.marklogic.client.ext.file
-
Base class for processors that look for a special file in each directory and intend to perform some processing based on the contents of that file.
- PropertiesDrivenDocumentFileProcessor(String) - Constructor for class com.marklogic.client.ext.file.PropertiesDrivenDocumentFileProcessor
- PropertiesModuleManager - Class in com.marklogic.client.ext.modulesloader.impl
- PropertiesModuleManager() - Constructor for class com.marklogic.client.ext.modulesloader.impl.PropertiesModuleManager
- PropertiesModuleManager(String) - Constructor for class com.marklogic.client.ext.modulesloader.impl.PropertiesModuleManager
- PropertiesModuleManager(String, DatabaseClient) - Constructor for class com.marklogic.client.ext.modulesloader.impl.PropertiesModuleManager
-
Use this constructor so that the keys generated for the properties file account for the host associated with the given DatabaseClient.
- PropertiesSource - Interface in com.marklogic.client.ext.tokenreplacer
-
Intent is to allow for a Properties object to be provided to DefaultTokenReplacer without that class knowing where the properties are retrieved from.
- propertyConfigurer() - Static method in class com.marklogic.client.ext.spring.BasicConfig
-
Has to be static so that Spring instantiates it first.
- provideExtensionMetadataAndParams(Resource) - Method in interface com.marklogic.client.ext.modulesloader.ExtensionMetadataProvider
- provideExtensionMetadataAndParams(Resource) - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultExtensionMetadataProvider
Q
- QconsoleScripts - Class in com.marklogic.client.ext.qconsole.impl
- QconsoleScripts() - Constructor for class com.marklogic.client.ext.qconsole.impl.QconsoleScripts
R
- readAndReplaceTokens(Resource) - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
-
Handles reading in the content of a Resource, and then replacing tokens in it if a tokenReplacer has been set.
- readDocumentFiles(String...) - Method in class com.marklogic.client.ext.file.DefaultDocumentFileReader
-
Walk the file tree at each of the given paths, applying any configured DocumentFileProcessor instances on each DocumentFile that is constructed by a File.
- readDocumentFiles(String...) - Method in interface com.marklogic.client.ext.file.DocumentFileReader
- readDocumentFiles(String...) - Method in class com.marklogic.client.ext.file.JarDocumentFileReader
- removeFailureListener(LoadModulesFailureListener) - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
- replaceTokens(String) - Method in class com.marklogic.client.ext.tokenreplacer.DefaultTokenReplacer
- replaceTokens(String) - Method in interface com.marklogic.client.ext.tokenreplacer.TokenReplacer
- ResourceExtension - Interface in com.marklogic.client.ext.helper
- ResourceManagerSupport - Class in com.marklogic.client.ext.helper
- ResourceManagerSupport() - Constructor for class com.marklogic.client.ext.helper.ResourceManagerSupport
- RestBatchWriter - Class in com.marklogic.client.ext.batch
-
REST API-based implementation, using the Java Client API.
- RestBatchWriter(DatabaseClient) - Constructor for class com.marklogic.client.ext.batch.RestBatchWriter
- RestBatchWriter(DatabaseClient, boolean) - Constructor for class com.marklogic.client.ext.batch.RestBatchWriter
- RestBatchWriter(List<DatabaseClient>) - Constructor for class com.marklogic.client.ext.batch.RestBatchWriter
- RestBatchWriter(List<DatabaseClient>, boolean, BatchHandler) - Constructor for class com.marklogic.client.ext.batch.RestBatchWriter
- rethrowRestModulesFailureIfOneExists() - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
- RoxyTokenReplacer - Class in com.marklogic.client.ext.tokenreplacer
-
Loads properties from typical Roxy locations of "deploy/default.properties", "deploy/build.properties", and "deploy/local.properties", if any of those exist.
- RoxyTokenReplacer() - Constructor for class com.marklogic.client.ext.tokenreplacer.RoxyTokenReplacer
S
- saveLastLoadedTimestamp(File, Date) - Method in class com.marklogic.client.ext.modulesloader.impl.PropertiesModuleManager
- saveLastLoadedTimestamp(File, Date) - Method in interface com.marklogic.client.ext.modulesloader.ModulesManager
- SchemasLoader - Interface in com.marklogic.client.ext.schemasloader
- SecurityContextType - Enum in com.marklogic.client.ext
-
The Authentication enum in marklogic-client-api was deprecated in 4.0.1, but this enum is useful in DatabaseClientConfig as a way of referencing a particular SecurityContext implementation to use.
- setAdditionalBinaryExtensions(String...) - Method in class com.marklogic.client.ext.file.GenericFileLoader
- setAssetDirectories(List<Resource>) - Method in class com.marklogic.client.ext.modulesloader.Modules
- setAssetFileLoader(AssetFileLoader) - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
- setAssets(List<Resource>) - Method in class com.marklogic.client.ext.modulesloader.Modules
- setBaseDir(File) - Method in class com.marklogic.client.ext.qconsole.impl.DefaultWorkspaceManager
- setBaseUri(String) - Method in class com.marklogic.client.ext.es.EntityServicesManager
- setBatchHandler(BatchHandler) - Method in class com.marklogic.client.ext.batch.RestBatchWriter
- setBatchSize(int) - Method in class com.marklogic.client.ext.batch.DataMovementBatchWriter
- setBatchSize(Integer) - Method in class com.marklogic.client.ext.file.GenericFileLoader
- setBatchWriter(BatchWriter) - Method in class com.marklogic.client.ext.file.GenericFileLoader
- setBinaryExtensions(List<String>) - Method in class com.marklogic.client.ext.file.DefaultDocumentFormatGetter
- setBulkCheck(boolean) - Method in class com.marklogic.client.ext.modulesloader.impl.AbstractStaticChecker
- setCatchExceptions(boolean) - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
- setCatchProcessingError(boolean) - Method in class com.marklogic.client.ext.file.AbstractDocumentFileReader
- setCertFile(String) - Method in class com.marklogic.client.ext.DatabaseClientConfig
- setCertPassword(String) - Method in class com.marklogic.client.ext.DatabaseClientConfig
- setCheckLibraryModules(boolean) - Method in class com.marklogic.client.ext.modulesloader.impl.AbstractStaticChecker
- setCollections(String...) - Method in class com.marklogic.client.ext.file.GenericFileLoader
- setConfig(DatabaseClientConfig) - Method in class com.marklogic.client.ext.spring.DatabaseClientManager
- setConnectionType(DatabaseClient.ConnectionType) - Method in class com.marklogic.client.ext.DatabaseClientConfig
- setContentFormat(Format) - Method in class com.marklogic.client.ext.batch.DefaultBatchHandler
- setContentFormat(Format) - Method in class com.marklogic.client.ext.batch.RestBatchWriter
- setDatabase(String) - Method in class com.marklogic.client.ext.DatabaseClientConfig
- setDatabaseClient(DatabaseClient) - Method in interface com.marklogic.client.ext.helper.ResourceExtension
- setDatabaseClient(DatabaseClient) - Method in class com.marklogic.client.ext.helper.ResourceManagerSupport
- setDatabaseClient(DatabaseClient) - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
- setDatabaseClient(DatabaseClient) - Method in class com.marklogic.client.ext.schemasloader.impl.TdeDocumentFileProcessor
- setDatabaseProperties(String) - Method in class com.marklogic.client.ext.es.GeneratedCode
- setDelimiter(String) - Method in class com.marklogic.client.ext.file.CollectionsFileDocumentFileProcessor
- setDocumentFileProcessors(List<DocumentFileProcessor>) - Method in class com.marklogic.client.ext.file.AbstractDocumentFileReader
- setDocumentFileProcessors(List<DocumentFileProcessor>) - Method in class com.marklogic.client.ext.file.GenericFileLoader
- setDocumentFileReader(DocumentFileReader) - Method in class com.marklogic.client.ext.file.GenericFileLoader
- setDocumentMetadata(DocumentMetadataHandle) - Method in class com.marklogic.client.ext.file.DocumentFile
- setDocumentPermissionsParser(DocumentPermissionsParser) - Method in class com.marklogic.client.ext.file.PermissionsFileDocumentFileProcessor
- setDocumentWriteOperationAdapter(DocumentWriteOperationAdapter) - Method in class com.marklogic.client.ext.batch.XccBatchWriter
- setExtensionMetadataProvider(ExtensionMetadataProvider) - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
- setExternalName(String) - Method in class com.marklogic.client.ext.DatabaseClientConfig
- setExtractionTemplate(String) - Method in class com.marklogic.client.ext.es.GeneratedCode
- setFileFilters(List<FileFilter>) - Method in class com.marklogic.client.ext.file.DefaultDocumentFileReader
- setFileFilters(List<FileFilter>) - Method in class com.marklogic.client.ext.file.GenericFileLoader
- setFilenameFilters(List<FilenameFilter>) - Method in class com.marklogic.client.ext.file.JarDocumentFileReader
- setFormat(Format) - Method in class com.marklogic.client.ext.file.DocumentFile
- setFormatDocumentFileProcessor(FormatDocumentFileProcessor) - Method in class com.marklogic.client.ext.file.AbstractDocumentFileReader
- setFormatGetter(FormatGetter) - Method in class com.marklogic.client.ext.file.FormatDocumentFileProcessor
- setGenerateDatabaseProperties(boolean) - Method in class com.marklogic.client.ext.es.CodeGenerationRequest
- setGenerateExtractionTemplate(boolean) - Method in class com.marklogic.client.ext.es.CodeGenerationRequest
- setGenerateInstanceConverter(boolean) - Method in class com.marklogic.client.ext.es.CodeGenerationRequest
- setGenerateSchema(boolean) - Method in class com.marklogic.client.ext.es.CodeGenerationRequest
- setGenerateSearchOptions(boolean) - Method in class com.marklogic.client.ext.es.CodeGenerationRequest
- setGenerateVersionTranslator(boolean) - Method in class com.marklogic.client.ext.es.CodeGenerationRequest
- setHost(String) - Method in class com.marklogic.client.ext.DatabaseClientConfig
- setHost(String) - Method in class com.marklogic.client.ext.modulesloader.impl.PropertiesModuleManager
- setIncludeFilenamePattern(Pattern) - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
- setIncludeUnrecognizedPathsAsAssetPaths(boolean) - Method in class com.marklogic.client.ext.modulesloader.impl.BaseModulesFinder
- setInstanceConverter(String) - Method in class com.marklogic.client.ext.es.GeneratedCode
- setJsonExtensions(List<String>) - Method in class com.marklogic.client.ext.file.DefaultDocumentFormatGetter
- setLogFileUris(boolean) - Method in class com.marklogic.client.ext.file.GenericFileLoader
- setMinimumFileTimestampToLoad(long) - Method in class com.marklogic.client.ext.modulesloader.impl.PropertiesModuleManager
- setMlAppName(String) - Method in class com.marklogic.client.ext.spring.BasicConfig
- setModelCollection(String) - Method in class com.marklogic.client.ext.es.EntityServicesManager
- setModifiedContent(String) - Method in class com.marklogic.client.ext.file.DocumentFile
- setModulesManager(ModulesManager) - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
- setNamespaces(List<Resource>) - Method in class com.marklogic.client.ext.modulesloader.Modules
- setNamespacesPath(String) - Method in class com.marklogic.client.ext.modulesloader.impl.BaseModulesFinder
- setOptions(List<Resource>) - Method in class com.marklogic.client.ext.modulesloader.Modules
- setOptionsPath(String) - Method in class com.marklogic.client.ext.modulesloader.impl.BaseModulesFinder
- setPassword(String) - Method in class com.marklogic.client.ext.DatabaseClientConfig
- setPermissions(String) - Method in class com.marklogic.client.ext.file.GenericFileLoader
- setPort(int) - Method in class com.marklogic.client.ext.DatabaseClientConfig
- setProperties(Properties) - Method in class com.marklogic.client.ext.tokenreplacer.DefaultTokenReplacer
- setPropertiesFile(Resource) - Method in class com.marklogic.client.ext.modulesloader.Modules
- setPropertiesSources(List<PropertiesSource>) - Method in class com.marklogic.client.ext.tokenreplacer.DefaultTokenReplacer
- setPropertyPlaceholderHelper(PropertyPlaceholderHelper) - Method in class com.marklogic.client.ext.tokenreplacer.DefaultTokenReplacer
- setPropertyPrefix(String) - Method in class com.marklogic.client.ext.tokenreplacer.DefaultTokenReplacer
- setReleaseDatabaseClients(boolean) - Method in class com.marklogic.client.ext.batch.RestBatchWriter
- setResource(Resource) - Method in class com.marklogic.client.ext.file.DocumentFile
- setResourcePattern(String) - Method in class com.marklogic.client.ext.file.JarDocumentFileReader
- setRethrowRestModulesFailure(boolean) - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
- setRootPath(Path) - Method in class com.marklogic.client.ext.file.DocumentFile
-
Optional to set - the Path that this File was loaded relative to
- setSchema(String) - Method in class com.marklogic.client.ext.es.GeneratedCode
- setSearchOptions(String) - Method in class com.marklogic.client.ext.es.GeneratedCode
- setSecurityContextType(SecurityContextType) - Method in class com.marklogic.client.ext.DatabaseClientConfig
- setServerTransform(ServerTransform) - Method in class com.marklogic.client.ext.batch.DefaultBatchHandler
- setServerTransform(ServerTransform) - Method in class com.marklogic.client.ext.batch.RestBatchWriter
- setServices(List<Resource>) - Method in class com.marklogic.client.ext.modulesloader.Modules
- setServicesPath(String) - Method in class com.marklogic.client.ext.modulesloader.impl.BaseModulesFinder
- setShutdownTaskExecutorAfterLoadingModules(boolean) - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
- setSslContext(SSLContext) - Method in class com.marklogic.client.ext.DatabaseClientConfig
- setSslHostnameVerifier(DatabaseClientFactory.SSLHostnameVerifier) - Method in class com.marklogic.client.ext.DatabaseClientConfig
- setSslProtocol(String) - Method in class com.marklogic.client.ext.DatabaseClientConfig
- setStaticChecker(StaticChecker) - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
- setTaskExecutor(TaskExecutor) - Method in class com.marklogic.client.ext.batch.BatchWriterSupport
- setTaskExecutor(TaskExecutor) - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
- setTaskThreadCount(int) - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
- setTdeValidationDatabase(String) - Method in class com.marklogic.client.ext.schemasloader.impl.DefaultSchemasLoader
- setTdeValidationDatabase(String) - Method in class com.marklogic.client.ext.schemasloader.impl.TdeDocumentFileProcessor
- setTemporalDocumentURI(String) - Method in class com.marklogic.client.ext.file.DocumentFile
- setThreadCount(int) - Method in class com.marklogic.client.ext.batch.BatchWriterSupport
- setThreadCount(int) - Method in class com.marklogic.client.ext.batch.DataMovementBatchWriter
- setTitle(String) - Method in class com.marklogic.client.ext.es.GeneratedCode
- setTokenReplacer(TokenReplacer) - Method in class com.marklogic.client.ext.file.GenericFileLoader
- setTokenReplacer(TokenReplacer) - Method in class com.marklogic.client.ext.file.PropertiesDrivenDocumentFileProcessor
- setTokenReplacer(TokenReplacer) - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
- setTransforms(List<Resource>) - Method in class com.marklogic.client.ext.modulesloader.Modules
- setTransformsPath(String) - Method in class com.marklogic.client.ext.modulesloader.impl.BaseModulesFinder
- setTrustManagementAlgorithm(String) - Method in class com.marklogic.client.ext.DatabaseClientConfig
- setTrustManager(X509TrustManager) - Method in class com.marklogic.client.ext.DatabaseClientConfig
- setUri(String) - Method in class com.marklogic.client.ext.file.DocumentFile
- setUriPrefix(String) - Method in class com.marklogic.client.ext.file.DefaultDocumentFileReader
- setUriPrefix(String) - Method in class com.marklogic.client.ext.file.JarDocumentFileReader
- setUsername(String) - Method in class com.marklogic.client.ext.DatabaseClientConfig
- setVersion(String) - Method in class com.marklogic.client.ext.es.GeneratedCode
- setWaitForCompletion(boolean) - Method in class com.marklogic.client.ext.file.GenericFileLoader
- setWriteListener(WriteListener) - Method in class com.marklogic.client.ext.batch.BatchWriterSupport
- setXmlExtensions(List<String>) - Method in class com.marklogic.client.ext.file.DefaultDocumentFormatGetter
- SimpleDatabaseClientProvider - Class in com.marklogic.client.ext.spring
- SimpleDatabaseClientProvider() - Constructor for class com.marklogic.client.ext.spring.SimpleDatabaseClientProvider
- SimpleDatabaseClientProvider(DatabaseClientConfig) - Constructor for class com.marklogic.client.ext.spring.SimpleDatabaseClientProvider
- SimpleDatabaseClientProvider(DatabaseClientManager) - Constructor for class com.marklogic.client.ext.spring.SimpleDatabaseClientProvider
- SimpleLoadModulesFailureListener - Class in com.marklogic.client.ext.modulesloader.impl
- SimpleLoadModulesFailureListener() - Constructor for class com.marklogic.client.ext.modulesloader.impl.SimpleLoadModulesFailureListener
- SimpleX509TrustManager - Class in com.marklogic.client.ext.modulesloader.ssl
-
"Simple" in that it doesn't do anything.
- SimpleX509TrustManager() - Constructor for class com.marklogic.client.ext.modulesloader.ssl.SimpleX509TrustManager
- SpringDatabaseClientConfig - Class in com.marklogic.client.ext.spring
-
Extends DatabaseClientConfig to apply 4 Value annotations for host/port/username/password.
- SpringDatabaseClientConfig(String, int, String, String) - Constructor for class com.marklogic.client.ext.spring.SpringDatabaseClientConfig
- SslConfig - Class in com.marklogic.client.ext.ssl
-
Captures the output of functions in SslUtil so that they can be easily used when constructing a DatabaseClient, which requires the X509TrustManager to be an input separate from the SSLContext.
- SslConfig(SSLContext, X509TrustManager) - Constructor for class com.marklogic.client.ext.ssl.SslConfig
- SslUtil - Class in com.marklogic.client.ext.ssl
- SslUtil() - Constructor for class com.marklogic.client.ext.ssl.SslUtil
- staticallyCheckModule(String) - Method in class com.marklogic.client.ext.modulesloader.impl.AbstractStaticChecker
-
Statically checks the module at the given URI.
- StaticChecker - Interface in com.marklogic.client.ext.modulesloader.impl
-
Interface for performing static checks on a list of modules that have been loaded into MarkLogic already.
T
- TdeDocumentFileProcessor - Class in com.marklogic.client.ext.schemasloader.impl
- TdeDocumentFileProcessor() - Constructor for class com.marklogic.client.ext.schemasloader.impl.TdeDocumentFileProcessor
-
Use this constructor when you don't want any TDE validation to occur.
- TdeDocumentFileProcessor(DatabaseClient, String) - Constructor for class com.marklogic.client.ext.schemasloader.impl.TdeDocumentFileProcessor
-
Use this constructor when you want to validate a TDE template before writing it to MarkLogic.
- TestServerModulesFinder - Class in com.marklogic.client.ext.modulesloader.impl
-
Search options and REST properties are specific to a REST API server.
- TestServerModulesFinder() - Constructor for class com.marklogic.client.ext.modulesloader.impl.TestServerModulesFinder
- toDocumentWriteOperation() - Method in class com.marklogic.client.ext.file.DocumentFile
- TokenReplacer - Interface in com.marklogic.client.ext.tokenreplacer
-
Interface for objects that replace implementation-defined tokens within a String of text, which typically will be the content of a document before it's written to MarkLogic.
- TokenReplacerDocumentFileProcessor - Class in com.marklogic.client.ext.file
-
Processor that delegates to a TokenReplacer for replacing tokens in the content of a DocumentFile.
- TokenReplacerDocumentFileProcessor(TokenReplacer) - Constructor for class com.marklogic.client.ext.file.TokenReplacerDocumentFileProcessor
- toString() - Method in class com.marklogic.client.ext.DatabaseClientConfig
V
- validateTdeTemplate(DocumentFile) - Method in class com.marklogic.client.ext.schemasloader.impl.TdeDocumentFileProcessor
- valueOf(String) - Static method in enum com.marklogic.client.ext.SecurityContextType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.marklogic.client.ext.SecurityContextType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- visitFile(Path, BasicFileAttributes) - Method in class com.marklogic.client.ext.file.DefaultDocumentFileReader
- visitFileFailed(Path, IOException) - Method in class com.marklogic.client.ext.file.DefaultDocumentFileReader
W
- waitForCompletion() - Method in interface com.marklogic.client.ext.batch.BatchWriter
-
Assuming that the writer is using a multi-threaded approach, call this to wait for the writer to finish performing all of its writes.
- waitForCompletion() - Method in class com.marklogic.client.ext.batch.BatchWriterSupport
- waitForCompletion() - Method in class com.marklogic.client.ext.batch.DataMovementBatchWriter
- waitForCompletion() - Method in class com.marklogic.client.ext.batch.RestBatchWriter
- waitForTaskExecutorToFinish() - Method in class com.marklogic.client.ext.modulesloader.impl.DefaultModulesLoader
-
If an AsyncTaskExecutor is used for loading options/services/transforms, we need to wait for the tasks to complete before we e.g.
- WILDCARD_KEY - Static variable in class com.marklogic.client.ext.file.PropertiesDrivenDocumentFileProcessor
- WorkspaceManager - Interface in com.marklogic.client.ext.qconsole
-
Interface for exporting and importing qconsole workspaces to/from disk.
- write(List<? extends DocumentWriteOperation>) - Method in interface com.marklogic.client.ext.batch.BatchWriter
-
Write the given list of documents, as defined by the Java Client DocumentWriteOperation interface.
- write(List<? extends DocumentWriteOperation>) - Method in class com.marklogic.client.ext.batch.DataMovementBatchWriter
- write(List<? extends DocumentWriteOperation>) - Method in class com.marklogic.client.ext.batch.RestBatchWriter
- write(List<? extends DocumentWriteOperation>) - Method in class com.marklogic.client.ext.batch.XccBatchWriter
- writeBatchOfDocuments(List<DocumentFile>, int) - Method in class com.marklogic.client.ext.file.GenericFileLoader
-
If batchSize is not set, then this method will load all the documents in one call to the BatchWriter.
- writeDocumentFiles(List<DocumentFile>) - Method in class com.marklogic.client.ext.file.GenericFileLoader
- WriteListener - Interface in com.marklogic.client.ext.batch
-
Callback interface for when a list of DocumentWriteOperation instances cannot be written to MarkLogic.
- WriteListenerSupport - Class in com.marklogic.client.ext.batch
-
WriteListener implementors should extend this to avoid issues when methods are added to WriteListener.
- WriteListenerSupport() - Constructor for class com.marklogic.client.ext.batch.WriteListenerSupport
X
- XccBatchWriter - Class in com.marklogic.client.ext.batch
-
XCC implementation for batched writes.
- XccBatchWriter(List<ContentSource>) - Constructor for class com.marklogic.client.ext.batch.XccBatchWriter
- XccCallback<T> - Interface in com.marklogic.xcc.template
-
Spring-style callback interface that provides an open Session to an implementation, which then doesn't have to worry about how to open or close the Session.
- XccStaticChecker - Class in com.marklogic.client.ext.modulesloader.impl
-
XCC gives more information about a static check error - specifically, line-precise information - and the REST API does not by default.
- XccStaticChecker(XccTemplate) - Constructor for class com.marklogic.client.ext.modulesloader.impl.XccStaticChecker
- xccTemplate() - Method in class com.marklogic.client.ext.spring.BasicConfig
- XccTemplate - Class in com.marklogic.xcc.template
-
Spring-style Template class that handles instantiating an XCC Session and then closing it, allowing the Callback implementation to focus on what to do with the Session.
- XccTemplate(ContentSource) - Constructor for class com.marklogic.xcc.template.XccTemplate
- XccTemplate(String) - Constructor for class com.marklogic.xcc.template.XccTemplate
- XccTemplate(String, int, String, String, String) - Constructor for class com.marklogic.xcc.template.XccTemplate
All Classes All Packages