Uses of Interface
org.camunda.bpm.model.bpmn.instance.FormalExpression
-
Packages that use FormalExpression Package Description org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of FormalExpression in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement FormalExpression Modifier and Type Class Description class
ConditionExpressionImpl
The BPMN conditionExpression element of the BPMN tSequenceFlow typeclass
DataPath
The BPMN dataPath element of the BPMN tCorrelationPropertyBinding typeclass
FormalExpressionImpl
The BPMN formalExpression elementclass
MessagePath
The BPMN messagePath element of the BPMN tCorrelationPropertyRetrievalExpression typeclass
Transformation
The BPMN transformation element of the BPMN tDataAssociation typeMethods in org.camunda.bpm.model.bpmn.impl.instance that return FormalExpression Modifier and Type Method Description FormalExpression
DataAssociationImpl. getTransformation()
-
Uses of FormalExpression in org.camunda.bpm.model.bpmn.instance
Subinterfaces of FormalExpression in org.camunda.bpm.model.bpmn.instance Modifier and Type Interface Description interface
ConditionExpression
The BPMN conditionExpression element of the BPMN tSequenceFlow typeMethods in org.camunda.bpm.model.bpmn.instance that return FormalExpression Modifier and Type Method Description FormalExpression
DataAssociation. getTransformation()
-