Description
Perform a query on the repository. The query result will become the input for the next operation.
Operation id | Document.Query |
Category | Fetch |
Label | Query |
Requires | |
Since | |
Parameters
Signature
Inputs | void |
Outputs | documents |
Implementation Information
JSON Definition
{
"id" : "Document.Query",
"label" : "Query",
"category" : "Fetch",
"requires" : "",
"description" : "Perform a query on the repository. The query result will become the input for the next operation.",
"url" : "Document.Query",
"signature" : [ "void", "documents" ],
"params" : [ {
"name" : "query",
"description" : null,
"type" : "string",
"required" : true,
"widget" : "",
"order" : 0,
"values" : [ ]
}, {
"name" : "language",
"description" : null,
"type" : "string",
"required" : false,
"widget" : "Option",
"order" : 0,
"values" : [ "NXQL", "CMISQL" ]
} ]
}