Class XPATHAssignmentAction

  • All Implemented Interfaces:
    org.jbpm.process.instance.impl.AssignmentAction

    public class XPATHAssignmentAction
    extends Object
    implements org.jbpm.process.instance.impl.AssignmentAction
    • Constructor Detail

      • XPATHAssignmentAction

        public XPATHAssignmentAction​(org.jbpm.workflow.core.node.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,
                                     org.jbpm.process.instance.impl.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 org.jbpm.process.instance.impl.AssignmentAction
        Throws:
        Exception