public interface GraphService
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
nodeExpand(com.fasterxml.jackson.databind.JsonNode nodeInfo,
java.lang.Integer limit) |
static GraphService |
on(com.marklogic.client.DatabaseClient db) |
static GraphService |
on(com.marklogic.client.DatabaseClient db,
com.marklogic.client.io.marker.JSONWriteHandle serviceDeclaration) |
com.fasterxml.jackson.databind.JsonNode |
searchNodes(com.fasterxml.jackson.databind.JsonNode searchQuery,
java.lang.String structuredQuery,
java.lang.String queryOptions) |
static GraphService on(com.marklogic.client.DatabaseClient db)
static GraphService on(com.marklogic.client.DatabaseClient db, com.marklogic.client.io.marker.JSONWriteHandle serviceDeclaration)
com.fasterxml.jackson.databind.JsonNode searchNodes(com.fasterxml.jackson.databind.JsonNode searchQuery,
java.lang.String structuredQuery,
java.lang.String queryOptions)
com.fasterxml.jackson.databind.JsonNode nodeExpand(com.fasterxml.jackson.databind.JsonNode nodeInfo,
java.lang.Integer limit)