Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
alert.ruleIdQuery( $ids as String[] ) as cts.query
This function creates a query to find rules
with any of the specified IDs. Returns a query to
be passed to
alert.getMyRules
or
alert.getAllRules
.
Parameters | |
---|---|
$ids | A list of IDs for the rules to be retrieved. |
var alert = require("/MarkLogic/alert.xqy"); alert.getMyRules("http://acme.com/alert/message-board", alert.ruleIdQuery(["3593096101520676986"])) => Returns the rule with the ID 3593096101520676986
Comments