Class XPATHAssignmentAction

    • Constructor Detail

      • XPATHAssignmentAction

        public XPATHAssignmentAction​(Assignment assignment,
                                     String sourceExpr,
                                     String targetExpr,
                                     BiFunction<org.kie.api.runtime.process.ProcessContext,​org.kie.api.runtime.process.NodeInstance,​Object> source,
                                     BiFunction<org.kie.api.runtime.process.ProcessContext,​org.kie.api.runtime.process.NodeInstance,​Object> target,
                                     AssignmentProducer producer)
    • Method Detail

      • execute

        public void execute​(org.kie.api.runtime.process.NodeInstance nodeInstance,
                            org.kie.api.runtime.process.ProcessContext context)
                     throws Exception
        Specified by:
        execute in interface AssignmentAction
        Throws:
        Exception