Uses of Interface
org.camunda.bpm.model.bpmn.instance.CorrelationPropertyRetrievalExpression
-
Packages that use CorrelationPropertyRetrievalExpression Package Description org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of CorrelationPropertyRetrievalExpression in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement CorrelationPropertyRetrievalExpression Modifier and Type Class Description classCorrelationPropertyRetrievalExpressionImplThe BPMN correlationPropertyRetrievalExpression elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type CorrelationPropertyRetrievalExpression Modifier and Type Field Description protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<CorrelationPropertyRetrievalExpression>CorrelationPropertyImpl. correlationPropertyRetrievalExpressionCollectionMethods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type CorrelationPropertyRetrievalExpression Modifier and Type Method Description Collection<CorrelationPropertyRetrievalExpression>CorrelationPropertyImpl. getCorrelationPropertyRetrievalExpressions() -
Uses of CorrelationPropertyRetrievalExpression in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type CorrelationPropertyRetrievalExpression Modifier and Type Method Description Collection<CorrelationPropertyRetrievalExpression>CorrelationProperty. getCorrelationPropertyRetrievalExpressions()
-