public interface StepDefinitionService
| Modifier and Type | Method and Description |
|---|---|
void |
deleteStepDefinition(java.lang.String name)
Invokes the deleteStepDefinition operation on the database server
|
com.fasterxml.jackson.databind.JsonNode |
getStepDefinition(java.lang.String name,
java.lang.String type)
Invokes the getStepDefinition operation on the database server
|
static StepDefinitionService |
on(com.marklogic.client.DatabaseClient db)
Creates a StepDefinitionService object for executing operations on the database server.
|
static StepDefinitionService |
on(com.marklogic.client.DatabaseClient db,
com.marklogic.client.io.marker.JSONWriteHandle serviceDeclaration)
Creates a StepDefinitionService object for executing operations on the database server.
|
static StepDefinitionService on(com.marklogic.client.DatabaseClient db)
db - provides a client for communicating with the database serverstatic StepDefinitionService 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 getStepDefinition(java.lang.String name,
java.lang.String type)
name - provides inputtype - provides inputvoid deleteStepDefinition(java.lang.String name)
name - provides input