Uses of Interface
org.jbpm.process.instance.impl.AssignmentProducer
Packages that use AssignmentProducer
-
Uses of AssignmentProducer in org.jbpm.process.instance.impl
Methods in org.jbpm.process.instance.impl with parameters of type AssignmentProducer -
Uses of AssignmentProducer in org.jbpm.workflow.core.impl
Classes in org.jbpm.workflow.core.impl that implement AssignmentProducerMethods in org.jbpm.workflow.core.impl with parameters of type AssignmentProducerModifier and TypeMethodDescriptionvoidInputExpressionAssignment.execute(Function<String, Object> sourceResolver, Function<String, Object> targetResolver, AssignmentProducer producer) voidOutputExpressionAssignment.execute(Function<String, Object> sourceResolver, Function<String, Object> targetResolver, AssignmentProducer producer) voidSimpleExpressionAssignment.execute(Function<String, Object> sourceResolver, Function<String, Object> targetResolver, AssignmentProducer producer) voidStaticAssignment.execute(Function<String, Object> sourceResolver, Function<String, Object> targetResolver, AssignmentProducer producer) voidNodeIoHelper.processInputs(Collection<DataAssociation> dataAssociation, Function<String, Object> sourceResolver, Function<String, Object> targetResolver, AssignmentProducer producer) voidNodeIoHelper.processOutputs(Collection<DataAssociation> dataAssociation, Function<String, Object> sourceResolver, Function<String, Object> targetResolver, AssignmentProducer producer)