alert.ruleGetUserId( rule as Object ) as (Number|String)
This function returns the user ID of a given rule.
Parameters | |
---|---|
rule | The representation of a rule. |
const alert = require("/MarkLogic/alert.xqy"); alert.ruleGetUserId( alert.getAllRules("http://acme.com/alert/message-board", cts.wordQuery("dna"))[0]) => 7071164303237443533
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.