plugin:implementations( $capability as xs:string, [$scope as xs:string] ) as map:map
This function returns a map referencing all of the plugins that implement the specified capability. If no plugins implement the given capability, returns an empty map.
xquery version "1.0-ml"; import module namespace plugin = "http://marklogic.com/extension/plugin" at "/MarkLogic/plugin/plugin.xqy"; plugin:implementations( "http://marklogic.com/appservices/infostudio/collector/cancel") (: Returns a pointer to the function that implements the 'cancel' capability for each plugin that implements 'cancel'. :)
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.