Package | Description |
---|---|
com.marklogic.client.admin |
The package provides the classes for
configuration and initialization of the REST server.
|
Modifier and Type | Field and Description |
---|---|
static ExtensionMetadata.ScriptLanguage |
ExtensionMetadata.JAVASCRIPT
Convenience constant to provide something
shorter than ExtensionMetadata.ScriptLanguage.JAVASCRIPT
|
static ExtensionMetadata.ScriptLanguage |
ExtensionMetadata.XQUERY
Convenience constant to provide something
shorter than ExtensionMetadata.ScriptLanguage.XQUERY
|
Modifier and Type | Method and Description |
---|---|
ExtensionMetadata.ScriptLanguage |
ExtensionMetadata.getScriptLanguage()
Returns the script language for this resource
extension, either XQUERY (default) or JAVASCRIPT.
|
static ExtensionMetadata.ScriptLanguage |
ExtensionMetadata.ScriptLanguage.valueOf(java.lang.String name)
Returns the enum constant of this type with the
specified name.
|
static ExtensionMetadata.ScriptLanguage[] |
ExtensionMetadata.ScriptLanguage.values()
Returns an array containing the constants of
this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ExtensionMetadata.setScriptLanguage(ExtensionMetadata.ScriptLanguage scriptLanguage)
Specifies the script language for this resource
extension, either XQUERY (default) or JAVASCRIPT.
|
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.