Uses of Class
org.jbpm.workflow.core.impl.DataAssociation
Packages that use DataAssociation
Package
Description
-
Uses of DataAssociation in org.jbpm.process.core.context.variable
Methods in org.jbpm.process.core.context.variable that return types with arguments of type DataAssociationMethods in org.jbpm.process.core.context.variable with parameters of type DataAssociationModifier and TypeMethodDescriptionvoidMappable.addInAssociation(DataAssociation dataAssociation) voidMappable.addOutAssociation(DataAssociation dataAssociation) -
Uses of DataAssociation in org.jbpm.ruleflow.core.factory
Methods in org.jbpm.ruleflow.core.factory with parameters of type DataAssociationModifier and TypeMethodDescriptiondefault TMappableNodeFactory.mapDataInputAssociation(DataAssociation dataAssociation) default TMappableNodeFactory.mapDataOutputAssociation(DataAssociation dataAssociation) Method parameters in org.jbpm.ruleflow.core.factory with type arguments of type DataAssociationModifier and TypeMethodDescriptionStartNodeFactory.trigger(String triggerEventType, List<DataAssociation> dataAssociations) -
Uses of DataAssociation in org.jbpm.workflow.core.impl
Methods in org.jbpm.workflow.core.impl that return types with arguments of type DataAssociationModifier and TypeMethodDescriptionIOSpecification.getDataInputAssociation()IOSpecification.getDataOutputAssociation()NodeImpl.getInAssociations()NodeImpl.getOutAssociations()Methods in org.jbpm.workflow.core.impl with parameters of type DataAssociationModifier and TypeMethodDescriptionvoidNodeImpl.addInAssociation(DataAssociation dataAssociation) voidNodeImpl.addOutAssociation(DataAssociation dataAssociation) Method parameters in org.jbpm.workflow.core.impl with type arguments of type DataAssociationModifier and TypeMethodDescriptionvoidNodeIoHelper.processInputs(Collection<DataAssociation> dataAssociation, Function<String, Object> sourceResolver, Function<String, Object> targetResolver, AssignmentProducer producer) NodeIoHelper.processInputs(NodeInstanceImpl nodeInstanceImpl, List<DataAssociation> dataInputAssociation, Function<String, Object> sourceResolver, Function<String, Object> targetResolver) voidNodeIoHelper.processOutputs(Collection<DataAssociation> dataAssociation, Function<String, Object> sourceResolver, Function<String, Object> targetResolver, AssignmentProducer producer) NodeIoHelper.processOutputs(List<DataAssociation> dataOutputAssociations, Function<String, Object> sourceResolver) static voidNodeIoHelper.processOutputs(NodeInstanceImpl nodeInstanceImpl, List<DataAssociation> dataOutputAssociations, Function<String, Object> sourceResolver, Function<String, Object> targetResolver) -
Uses of DataAssociation in org.jbpm.workflow.core.node
Methods in org.jbpm.workflow.core.node that return types with arguments of type DataAssociationModifier and TypeMethodDescriptionTrigger.getInAssociations()ActionNode.getOutAssociations()Trigger.getOutAssociations()Methods in org.jbpm.workflow.core.node with parameters of type DataAssociationModifier and TypeMethodDescriptionvoidTrigger.addInAssociation(DataAssociation dataAssociation) voidTrigger.addOutAssociation(DataAssociation dataAssociation) -
Uses of DataAssociation in org.jbpm.workflow.instance.node
Method parameters in org.jbpm.workflow.instance.node with type arguments of type DataAssociationModifier and TypeMethodDescriptionvoidWorkItemNodeInstance.validateWorkItemResultVariable(String processName, List<DataAssociation> outputs, InternalKogitoWorkItem workItem)