Search in sources :

Example 1 with XPathExpressionRuntime

use of org.wso2.carbon.humantask.core.engine.runtime.xpath.XPathExpressionRuntime in project carbon-business-process by wso2.

the class HumanTaskEngine method initExpressionLanguageRuntimes.

private void initExpressionLanguageRuntimes() {
    expressionLanguageRuntimeRegistry = new HashMap<String, ExpressionLanguageRuntime>();
    expressionLanguageRuntimeRegistry.put(XPathExpressionRuntime.ns, new XPathExpressionRuntime());
}
Also used : ExpressionLanguageRuntime(org.wso2.carbon.humantask.core.engine.runtime.api.ExpressionLanguageRuntime) XPathExpressionRuntime(org.wso2.carbon.humantask.core.engine.runtime.xpath.XPathExpressionRuntime)

Aggregations

ExpressionLanguageRuntime (org.wso2.carbon.humantask.core.engine.runtime.api.ExpressionLanguageRuntime)1 XPathExpressionRuntime (org.wso2.carbon.humantask.core.engine.runtime.xpath.XPathExpressionRuntime)1