ml-modules.root.data-hub.data-services.graph.nodeExpand.api Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of marklogic-data-hub Show documentation
Show all versions of marklogic-data-hub Show documentation
Library for Creating an Operational Data Hub on MarkLogic
{
"functionName": "nodeExpand",
"desc": "Returns a list of nodes and edges that are the result of an expansion of a certain node.",
"params": [
{
"name": "nodeInfo",
"datatype": "jsonDocument",
"$javaClass": "com.fasterxml.jackson.databind.JsonNode",
"schema" : {
"type" : "object",
"properties" : {
"parentIRI" : {
"type" : "string"
},
"predicateFilter" : {
"type" : "string"
}
}
}
},
{
"name" : "limit",
"datatype" : "int",
"nullable": true,
"desc" : "The size of the result"
}
]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy