Package | Description |
---|---|
com.marklogic.client.admin |
The package provides the classes for configuration and initialization
of the REST server.
|
Modifier and Type | Method and Description |
---|---|
ServerConfigurationManager.Policy |
ServerConfigurationManager.getContentVersionRequests()
Deprecated.
use
ServerConfigurationManager.getUpdatePolicy() , which provides more alternatives |
static ServerConfigurationManager.Policy |
ServerConfigurationManager.Policy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerConfigurationManager.Policy[] |
ServerConfigurationManager.Policy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerConfigurationManager.setContentVersionRequests(ServerConfigurationManager.Policy policy)
Deprecated.
use
ServerConfigurationManager.setUpdatePolicy(UpdatePolicy) , which provides more alternatives |
Copyright © 2013-2016 MarkLogic Corporation.