public interface CustomStepService
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
getCustomStep(java.lang.String stepName)
Invokes the getCustomStep operation on the database server
|
com.fasterxml.jackson.databind.JsonNode |
getCustomSteps()
Invokes the getCustomSteps operation on the database server
|
static CustomStepService |
on(com.marklogic.client.DatabaseClient db)
Creates a CustomStepService object for executing operations on the database server.
|
static CustomStepService |
on(com.marklogic.client.DatabaseClient db,
com.marklogic.client.io.marker.JSONWriteHandle serviceDeclaration)
Creates a CustomStepService object for executing operations on the database server.
|
static CustomStepService on(com.marklogic.client.DatabaseClient db)
db
- provides a client for communicating with the database serverstatic CustomStepService 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 getCustomStep(java.lang.String stepName)
stepName
- provides inputcom.fasterxml.jackson.databind.JsonNode getCustomSteps()