org.camunda.bpm.engine.impl.bpmn.parser
Class DataAssociation

java.lang.Object
  extended by org.camunda.bpm.engine.impl.bpmn.parser.DataAssociation

public class DataAssociation
extends Object

A data association (Input or Output) between a source and a target


Field Summary
protected  Expression businessKeyExpression
           
protected  String source
           
protected  Expression sourceExpression
           
protected  String target
           
protected  String variables
           
 
Constructor Summary
protected DataAssociation(Expression businessKeyExpression)
           
protected DataAssociation(Expression sourceExpression, String target)
           
protected DataAssociation(String variables)
           
protected DataAssociation(String source, String target)
           
 
Method Summary
 Expression getBusinessKeyExpression()
           
 String getSource()
           
 Expression getSourceExpression()
           
 String getTarget()
           
 String getVariables()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

protected String source

sourceExpression

protected Expression sourceExpression

target

protected String target

variables

protected String variables

businessKeyExpression

protected Expression businessKeyExpression
Constructor Detail

DataAssociation

protected DataAssociation(String source,
                          String target)

DataAssociation

protected DataAssociation(Expression sourceExpression,
                          String target)

DataAssociation

protected DataAssociation(String variables)

DataAssociation

protected DataAssociation(Expression businessKeyExpression)
Method Detail

getSource

public String getSource()

getTarget

public String getTarget()

getSourceExpression

public Expression getSourceExpression()

getVariables

public String getVariables()

getBusinessKeyExpression

public Expression getBusinessKeyExpression()


Copyright © 2014 camunda services GmbH. All Rights Reserved.