Uses of Class
org.flowable.engine.impl.bpmn.data.AbstractDataAssociation
Packages that use AbstractDataAssociation
Package
Description
-
Uses of AbstractDataAssociation in org.flowable.engine.impl.bpmn.behavior
Methods in org.flowable.engine.impl.bpmn.behavior that return AbstractDataAssociationModifier and TypeMethodDescriptionprotected AbstractDataAssociationWebServiceActivityBehavior.createDataInputAssociation(DataAssociation dataAssociationElement) protected AbstractDataAssociationWebServiceActivityBehavior.createDataOutputAssociation(DataAssociation dataAssociationElement) -
Uses of AbstractDataAssociation in org.flowable.engine.impl.bpmn.data
Subclasses of AbstractDataAssociation in org.flowable.engine.impl.bpmn.dataModifier and TypeClassDescriptionclassA simple data input association between a source and a target with assignmentsclassA transformation based data output association -
Uses of AbstractDataAssociation in org.flowable.engine.impl.bpmn.webservice
Subclasses of AbstractDataAssociation in org.flowable.engine.impl.bpmn.webserviceModifier and TypeClassDescriptionclassAn implicit data input association between a source and a target. source is a variable in the current execution context and target is a property in the messageclassAn implicit data output association between a source and a target. source is a property in the message and target is a variable in the current execution context