Uses of Interface
io.camunda.zeebe.model.bpmn.instance.Message
Packages that use Message
Package
Description
-
Uses of Message in io.camunda.zeebe.model.bpmn.builder
Methods in io.camunda.zeebe.model.bpmn.builder that return MessageModifier and TypeMethodDescriptionprotected MessageAbstractBaseElementBuilder.createMessage()protected MessageAbstractBaseElementBuilder.findMessageForName(String messageName) Methods in io.camunda.zeebe.model.bpmn.builder with parameters of type Message -
Uses of Message in io.camunda.zeebe.model.bpmn.builder.zeebe
Fields in io.camunda.zeebe.model.bpmn.builder.zeebe with type parameters of type MessageConstructors in io.camunda.zeebe.model.bpmn.builder.zeebe with parameters of type MessageConstructor parameters in io.camunda.zeebe.model.bpmn.builder.zeebe with type arguments of type MessageModifierConstructorDescriptionPublishMessageBuilder(BpmnModelInstance modelInstance, BaseElement element, Consumer<Message> consumer) -
Uses of Message in io.camunda.zeebe.model.bpmn.impl.instance
Classes in io.camunda.zeebe.model.bpmn.impl.instance that implement MessageFields in io.camunda.zeebe.model.bpmn.impl.instance with type parameters of type MessageModifier and TypeFieldDescriptionprotected static org.camunda.bpm.model.xml.type.reference.ElementReference<Message, InMessageRef> OperationImpl.inMessageRefChildprotected static org.camunda.bpm.model.xml.type.reference.AttributeReference<Message> CorrelationPropertyRetrievalExpressionImpl.messageRefAttributeprotected static org.camunda.bpm.model.xml.type.reference.AttributeReference<Message> MessageEventDefinitionImpl.messageRefAttributeprotected static org.camunda.bpm.model.xml.type.reference.AttributeReference<Message> MessageFlowImpl.messageRefAttributeprotected static org.camunda.bpm.model.xml.type.reference.AttributeReference<Message> ReceiveTaskImpl.messageRefAttributeprotected static org.camunda.bpm.model.xml.type.reference.AttributeReference<Message> SendTaskImpl.messageRefAttributeprotected static org.camunda.bpm.model.xml.type.reference.ElementReference<Message, OutMessageRef> OperationImpl.outMessageRefChildMethods in io.camunda.zeebe.model.bpmn.impl.instance that return MessageModifier and TypeMethodDescriptionOperationImpl.getInMessage()CorrelationPropertyRetrievalExpressionImpl.getMessage()MessageEventDefinitionImpl.getMessage()MessageFlowImpl.getMessage()ReceiveTaskImpl.getMessage()SendTaskImpl.getMessage()OperationImpl.getOutMessage()Methods in io.camunda.zeebe.model.bpmn.impl.instance with parameters of type MessageModifier and TypeMethodDescriptionvoidOperationImpl.setInMessage(Message message) voidCorrelationPropertyRetrievalExpressionImpl.setMessage(Message message) voidMessageEventDefinitionImpl.setMessage(Message message) voidMessageFlowImpl.setMessage(Message message) voidReceiveTaskImpl.setMessage(Message message) voidSendTaskImpl.setMessage(Message message) voidOperationImpl.setOutMessage(Message message) -
Uses of Message in io.camunda.zeebe.model.bpmn.instance
Methods in io.camunda.zeebe.model.bpmn.instance that return MessageModifier and TypeMethodDescriptionOperation.getInMessage()CorrelationPropertyRetrievalExpression.getMessage()MessageEventDefinition.getMessage()MessageFlow.getMessage()ReceiveTask.getMessage()SendTask.getMessage()Operation.getOutMessage()Methods in io.camunda.zeebe.model.bpmn.instance with parameters of type MessageModifier and TypeMethodDescriptionvoidOperation.setInMessage(Message message) voidCorrelationPropertyRetrievalExpression.setMessage(Message message) voidMessageEventDefinition.setMessage(Message message) voidMessageFlow.setMessage(Message message) voidReceiveTask.setMessage(Message message) voidSendTask.setMessage(Message message) voidOperation.setOutMessage(Message message) -
Uses of Message in io.camunda.zeebe.model.bpmn.validation.zeebe
Methods in io.camunda.zeebe.model.bpmn.validation.zeebe that return types with arguments of type MessageMethods in io.camunda.zeebe.model.bpmn.validation.zeebe with parameters of type Message