public interface SystemService
Modifier and Type | Method and Description |
---|---|
java.io.Reader |
createCustomRewriters()
Creates custom rewriter modules for the staging and job app servers
|
void |
finishHubDeployment()
Invokes the finishHubDeployment operation on the database server
|
com.fasterxml.jackson.databind.JsonNode |
getDataHubConfig()
Invokes the getDataHubConfig operation on the database server
|
com.fasterxml.jackson.databind.JsonNode |
getVersions()
Invokes the getVersions operation on the database server
|
static SystemService |
on(com.marklogic.client.DatabaseClient db)
Creates a SystemService object for executing operations on the database server.
|
static SystemService |
on(com.marklogic.client.DatabaseClient db,
com.marklogic.client.io.marker.JSONWriteHandle serviceDeclaration)
Creates a SystemService object for executing operations on the database server.
|
static SystemService on(com.marklogic.client.DatabaseClient db)
db
- provides a client for communicating with the database serverstatic SystemService on(com.marklogic.client.DatabaseClient db, com.marklogic.client.io.marker.JSONWriteHandle serviceDeclaration)
db
- provides a client for communicating with the database serverserviceDeclaration
- substitutes a custom implementation of the servicecom.fasterxml.jackson.databind.JsonNode getVersions()
java.io.Reader createCustomRewriters()
void finishHubDeployment()
com.fasterxml.jackson.databind.JsonNode getDataHubConfig()