Uses of Interface
org.camunda.bpm.model.bpmn.instance.FormalExpression

Packages that use FormalExpression
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
 class ConditionExpressionImpl
          The BPMN conditionExpression element of the BPMN tSequenceFlow type
 class DataPath
          The BPMN dataPath element of the BPMN tCorrelationPropertyBinding type
 class FormalExpressionImpl
          The BPMN formalExpression element
 class MessagePath
          The BPMN messagePath element of the BPMN tCorrelationPropertyRetrievalExpression type
 class Transformation
          The BPMN transformation element of the BPMN tDataAssociation type
 

Methods in org.camunda.bpm.model.bpmn.impl.instance that return FormalExpression
 FormalExpression DataAssociationImpl.getTransformation()
           
 

Uses of FormalExpression in org.camunda.bpm.model.bpmn.instance
 

Subinterfaces of FormalExpression in org.camunda.bpm.model.bpmn.instance
 interface ConditionExpression
          The BPMN conditionExpression element of the BPMN tSequenceFlow type
 

Methods in org.camunda.bpm.model.bpmn.instance that return FormalExpression
 FormalExpression DataAssociation.getTransformation()
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.