Uses of Interface
io.camunda.zeebe.model.bpmn.instance.InteractionNode
Packages that use InteractionNode
-
Uses of InteractionNode in io.camunda.zeebe.model.bpmn.impl.instance
Classes in io.camunda.zeebe.model.bpmn.impl.instance that implement InteractionNodeModifier and TypeClassDescriptionclassThe BPMN activity elementclassclassThe BPMN boundaryEvent elementclassThe BPMN businessRuleTask elementclassThe BPMN callActivity elementclassThe BPMN callConversation elementclassThe BPMN catchEvent elementclassThe BPMN conversation elementclassThe BPMN conversationNode elementclassThe BPMN endEvent elementclassThe BPMN event elementclassThe BPMN interactionNode interfaceclassThe BPMN intermediateCatchEvent elementclassThe BPMN intermediateThrowEvent elementclassThe BPMN manualTask elementclassThe BPMN participant elementclassThe BPMN receiveTask elementclassThe BPMN scriptTask elementclassThe BPMN sendTask elementclassThe BPMN serviceTask elementclassThe BPMN startEvent elementclassThe BPMN subConversation elementclassThe BPMN subProcess elementclassThe BPMN task elementclassThe BPMN throwEvent elementclassclassThe BPMN userTask elementFields in io.camunda.zeebe.model.bpmn.impl.instance with type parameters of type InteractionNodeModifier and TypeFieldDescriptionprotected static org.camunda.bpm.model.xml.type.reference.AttributeReference<InteractionNode>ConversationLinkImpl.sourceRefAttributeprotected static org.camunda.bpm.model.xml.type.reference.AttributeReference<InteractionNode>MessageFlowImpl.sourceRefAttributeprotected static org.camunda.bpm.model.xml.type.reference.AttributeReference<InteractionNode>ConversationLinkImpl.targetRefAttributeprotected static org.camunda.bpm.model.xml.type.reference.AttributeReference<InteractionNode>MessageFlowImpl.targetRefAttributeMethods in io.camunda.zeebe.model.bpmn.impl.instance that return InteractionNodeModifier and TypeMethodDescriptionConversationLinkImpl.getSource()MessageFlowImpl.getSource()ConversationLinkImpl.getTarget()MessageFlowImpl.getTarget()Methods in io.camunda.zeebe.model.bpmn.impl.instance with parameters of type InteractionNodeModifier and TypeMethodDescriptionvoidConversationLinkImpl.setSource(InteractionNode source) voidMessageFlowImpl.setSource(InteractionNode source) voidConversationLinkImpl.setTarget(InteractionNode target) voidMessageFlowImpl.setTarget(InteractionNode target) -
Uses of InteractionNode in io.camunda.zeebe.model.bpmn.instance
Subinterfaces of InteractionNode in io.camunda.zeebe.model.bpmn.instanceModifier and TypeInterfaceDescriptioninterfaceThe BPMN activity elementinterfaceinterfaceThe BPMN boundaryEvent elementinterfaceThe BPMN businessRuleTask elementinterfaceThe BPMN callActivity elementinterfaceThe BPMN callConversation elementinterfaceThe BPMN catchEvent elementinterfaceThe BPMN conversation elementinterfaceThe BPMN conversationNode elementinterfaceThe BPMN endEvent elementinterfaceThe BPMN event elementinterfaceThe BPMN intermediateCatchEvent elementinterfaceThe BPMN intermediateThrowEvent elementinterfaceThe BPMN manualTask elementinterfaceThe BPMN participant elementinterfaceThe BPMN receiveTask elementinterfaceThe BPMN scriptTask elementinterfaceThe BPMN sendTask elementinterfaceThe BPMN serviceTask elementinterfaceThe BPMN startEvent elementinterfaceThe BPMN subConversation elementinterfaceThe BPMN subProcess elementinterfaceThe BPMN task elementinterfaceThe BPMN throwEvent elementinterfaceinterfaceThe BPMN userTask elementMethods in io.camunda.zeebe.model.bpmn.instance that return InteractionNodeModifier and TypeMethodDescriptionConversationLink.getSource()MessageFlow.getSource()ConversationLink.getTarget()MessageFlow.getTarget()Methods in io.camunda.zeebe.model.bpmn.instance with parameters of type InteractionNodeModifier and TypeMethodDescriptionvoidConversationLink.setSource(InteractionNode source) voidMessageFlow.setSource(InteractionNode source) voidConversationLink.setTarget(InteractionNode target) voidMessageFlow.setTarget(InteractionNode target)