Uses of Interface
org.camunda.bpm.model.bpmn.instance.InteractionNode
-
Packages that use InteractionNode Package Description org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of InteractionNode in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement InteractionNode Modifier and Type Class Description class
ActivityImpl
The BPMN activity elementclass
BoundaryEventImpl
The BPMN boundaryEvent elementclass
BusinessRuleTaskImpl
The BPMN businessRuleTask elementclass
CallActivityImpl
The BPMN callActivity elementclass
CallConversationImpl
The BPMN callConversation elementclass
CatchEventImpl
The BPMN catchEvent elementclass
ConversationImpl
The BPMN conversation elementclass
ConversationNodeImpl
The BPMN conversationNode elementclass
EndEventImpl
The BPMN endEvent elementclass
EventImpl
The BPMN event elementclass
InteractionNodeImpl
The BPMN interactionNode interfaceclass
IntermediateCatchEventImpl
The BPMN intermediateCatchEvent elementclass
IntermediateThrowEventImpl
The BPMN intermediateThrowEvent elementclass
ManualTaskImpl
The BPMN manualTask elementclass
ParticipantImpl
The BPMN participant elementclass
ReceiveTaskImpl
The BPMN receiveTask elementclass
ScriptTaskImpl
The BPMN scriptTask elementclass
SendTaskImpl
The BPMN sendTask elementclass
ServiceTaskImpl
The BPMN serviceTask elementclass
StartEventImpl
The BPMN startEvent elementclass
SubConversationImpl
The BPMN subConversation elementclass
SubProcessImpl
The BPMN subProcess elementclass
TaskImpl
The BPMN task elementclass
ThrowEventImpl
The BPMN throwEvent elementclass
TransactionImpl
class
UserTaskImpl
The BPMN userTask elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type InteractionNode Modifier and Type Field Description protected static AttributeReference<InteractionNode>
ConversationLinkImpl. sourceRefAttribute
protected static AttributeReference<InteractionNode>
MessageFlowImpl. sourceRefAttribute
protected static AttributeReference<InteractionNode>
ConversationLinkImpl. targetRefAttribute
protected static AttributeReference<InteractionNode>
MessageFlowImpl. targetRefAttribute
Methods in org.camunda.bpm.model.bpmn.impl.instance that return InteractionNode Modifier and Type Method Description InteractionNode
ConversationLinkImpl. getSource()
InteractionNode
MessageFlowImpl. getSource()
InteractionNode
ConversationLinkImpl. getTarget()
InteractionNode
MessageFlowImpl. getTarget()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type InteractionNode Modifier and Type Method Description void
ConversationLinkImpl. setSource(InteractionNode source)
void
MessageFlowImpl. setSource(InteractionNode source)
void
ConversationLinkImpl. setTarget(InteractionNode target)
void
MessageFlowImpl. setTarget(InteractionNode target)
-
Uses of InteractionNode in org.camunda.bpm.model.bpmn.instance
Subinterfaces of InteractionNode in org.camunda.bpm.model.bpmn.instance Modifier and Type Interface Description interface
Activity
The BPMN activity elementinterface
BoundaryEvent
The BPMN boundaryEvent elementinterface
BusinessRuleTask
The BPMN businessRuleTask elementinterface
CallActivity
The BPMN callActivity elementinterface
CallConversation
The BPMN callConversation elementinterface
CatchEvent
The BPMN catchEvent elementinterface
Conversation
The BPMN conversation elementinterface
ConversationNode
The BPMN conversationNode elementinterface
EndEvent
The BPMN endEvent elementinterface
Event
The BPMN event elementinterface
IntermediateCatchEvent
The BPMN intermediateCatchEvent elementinterface
IntermediateThrowEvent
The BPMN intermediateThrowEvent elementinterface
ManualTask
The BPMN manualTask elementinterface
Participant
The BPMN participant elementinterface
ReceiveTask
The BPMN receiveTask elementinterface
ScriptTask
The BPMN scriptTask elementinterface
SendTask
The BPMN sendTask elementinterface
ServiceTask
The BPMN serviceTask elementinterface
StartEvent
The BPMN startEvent elementinterface
SubConversation
The BPMN subConversation elementinterface
SubProcess
The BPMN subProcess elementinterface
Task
The BPMN task elementinterface
ThrowEvent
The BPMN throwEvent elementinterface
Transaction
interface
UserTask
The BPMN userTask elementMethods in org.camunda.bpm.model.bpmn.instance that return InteractionNode Modifier and Type Method Description InteractionNode
ConversationLink. getSource()
InteractionNode
MessageFlow. getSource()
InteractionNode
ConversationLink. getTarget()
InteractionNode
MessageFlow. getTarget()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type InteractionNode Modifier and Type Method Description void
ConversationLink. setSource(InteractionNode source)
void
MessageFlow. setSource(InteractionNode source)
void
ConversationLink. setTarget(InteractionNode target)
void
MessageFlow. setTarget(InteractionNode target)
-