Package | Description |
---|---|
com.marklogic.client.admin |
The package provides the classes for configuration and initialization
of the REST server.
|
com.marklogic.client.example.cookbook |
The package provides examples for common actions in working with the database.
|
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(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.
|
Modifier and Type | Field and Description |
---|---|
static ExtensionMetadata.ScriptLanguage |
JavascriptResourceExtension.HelloWorld.scriptLanguage |
Copyright © 2013-2016 MarkLogic Corporation.