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

Packages that use Expression
org.camunda.bpm.model.bpmn.impl.instance   
org.camunda.bpm.model.bpmn.instance   
 

Uses of Expression in org.camunda.bpm.model.bpmn.impl.instance
 

Classes in org.camunda.bpm.model.bpmn.impl.instance that implement Expression
 class ActivationConditionImpl
          The BPMN element activationCondition of the BPMN tComplexGateway type
 class CompletionConditionImpl
          The BPMN 2.0 completionCondition element from the tMultiInstanceLoopCharacteristics type
 class ConditionExpressionImpl
          The BPMN conditionExpression element of the BPMN tSequenceFlow type
 class ConditionImpl
          The BPMN condition element of the BPMN tConditionalEventDefinition type
 class DataPath
          The BPMN dataPath element of the BPMN tCorrelationPropertyBinding type
 class ExpressionImpl
          The BPMN expression element
 class FormalExpressionImpl
          The BPMN formalExpression element
 class From
          The BPMN from element of the BPMN tAssignment type
 class LoopCardinalityImpl
          The loopCardinality element from the tMultiInstanceLoopCharacteristics complex type
 class MessagePath
          The BPMN messagePath element of the BPMN tCorrelationPropertyRetrievalExpression type
 class TimeCycleImpl
          The BPMN timeDuration element of the BPMN tTimerEventDefinition type
 class TimeDateImpl
          The BPMN timeDate element of the BPMN tTimerEventDefinition type
 class TimeDurationImpl
          The BPMN timeDuration element of the BPMN tTimerEventDefinition type
 class To
          The BPMN to element of the BPMN tAssignment type
 class Transformation
          The BPMN transformation element of the BPMN tDataAssociation type
 

Fields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type Expression
protected static org.camunda.bpm.model.xml.type.child.ChildElement<Expression> ResourceParameterBindingImpl.expressionChild
           
protected static org.camunda.bpm.model.xml.type.child.ChildElement<Expression> ResourceAssignmentExpressionImpl.expressionChild
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance that return Expression
 Expression ResourceParameterBindingImpl.getExpression()
           
 Expression ResourceAssignmentExpressionImpl.getExpression()
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type Expression
 void ResourceParameterBindingImpl.setExpression(Expression expression)
           
 void ResourceAssignmentExpressionImpl.setExpression(Expression expression)
           
 

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

Subinterfaces of Expression in org.camunda.bpm.model.bpmn.instance
 interface ActivationCondition
          The BPMN element activationCondition of the BPMN tComplexGateway type
 interface CompletionCondition
          The BPMN 2.0 completionCondition element from the tMultiInstanceLoopCharacteristics type
 interface Condition
          The BPMN condition element of the BPMN tConditionalEventDefinition type
 interface ConditionExpression
          The BPMN conditionExpression element of the BPMN tSequenceFlow type
 interface FormalExpression
          The BPMN formalExpression element
 interface LoopCardinality
          The loopCardinality element from the tMultiInstanceLoopCharacteristics complex type
 interface TimeCycle
          The BPMN timeCycle element of the BPMN tTimerEventDefinition type
 interface TimeDate
          The BPMN timeDate element of the BPMN tTimerEventDefinition type
 interface TimeDuration
          The BPMN timeDuration element of the BPMN tTimerEventDefinition type
 

Methods in org.camunda.bpm.model.bpmn.instance that return Expression
 Expression ResourceAssignmentExpression.getExpression()
           
 Expression ResourceParameterBinding.getExpression()
           
 

Methods in org.camunda.bpm.model.bpmn.instance with parameters of type Expression
 void ResourceAssignmentExpression.setExpression(Expression expression)
           
 void ResourceParameterBinding.setExpression(Expression expression)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.