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

Packages that use InteractionNode
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
 class ActivityImpl
          The BPMN activity element
 class BoundaryEventImpl
          The BPMN boundaryEvent element
 class BusinessRuleTaskImpl
          The BPMN businessRuleTask element
 class CallActivityImpl
          The BPMN callActivity element
 class CallConversationImpl
          The BPMN callConversation element
 class CatchEventImpl
          The BPMN catchEvent element
 class ConversationImpl
          The BPMN conversation element
 class ConversationNodeImpl
          The BPMN conversationNode element
 class EndEventImpl
          The BPMN endEvent element
 class EventImpl
          The BPMN event element
 class InteractionNodeImpl
          The BPMN interactionNode interface
 class IntermediateCatchEventImpl
          The BPMN intermediateCatchEvent element
 class IntermediateThrowEventImpl
          The BPMN intermediateThrowEvent element
 class ManualTaskImpl
          The BPMN manualTask element
 class ParticipantImpl
          The BPMN participant element
 class ReceiveTaskImpl
          The BPMN receiveTask element
 class ScriptTaskImpl
          The BPMN scriptTask element
 class SendTaskImpl
          The BPMN sendTask element
 class ServiceTaskImpl
          The BPMN serviceTask element
 class StartEventImpl
          The BPMN startEvent element
 class SubConversationImpl
          The BPMN subConversation element
 class SubProcessImpl
          The BPMN subProcess element
 class TaskImpl
          The BPMN task element
 class ThrowEventImpl
          The BPMN throwEvent element
 class TransactionImpl
           
 class UserTaskImpl
          The BPMN userTask element
 

Fields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type InteractionNode
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<InteractionNode> MessageFlowImpl.sourceRefAttribute
           
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<InteractionNode> ConversationLinkImpl.sourceRefAttribute
           
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<InteractionNode> MessageFlowImpl.targetRefAttribute
           
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<InteractionNode> ConversationLinkImpl.targetRefAttribute
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance that return InteractionNode
 InteractionNode MessageFlowImpl.getSource()
           
 InteractionNode ConversationLinkImpl.getSource()
           
 InteractionNode MessageFlowImpl.getTarget()
           
 InteractionNode ConversationLinkImpl.getTarget()
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type InteractionNode
 void MessageFlowImpl.setSource(InteractionNode source)
           
 void ConversationLinkImpl.setSource(InteractionNode source)
           
 void MessageFlowImpl.setTarget(InteractionNode target)
           
 void ConversationLinkImpl.setTarget(InteractionNode target)
           
 

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

Subinterfaces of InteractionNode in org.camunda.bpm.model.bpmn.instance
 interface Activity
          The BPMN activity element
 interface BoundaryEvent
          The BPMN boundaryEvent element
 interface BusinessRuleTask
          The BPMN businessRuleTask element
 interface CallActivity
          The BPMN callActivity element
 interface CallConversation
          The BPMN callConversation element
 interface CatchEvent
          The BPMN catchEvent element
 interface Conversation
          The BPMN conversation element
 interface ConversationNode
          The BPMN conversationNode element
 interface EndEvent
          The BPMN endEvent element
 interface Event
          The BPMN event element
 interface IntermediateCatchEvent
          The BPMN intermediateCatchEvent element
 interface IntermediateThrowEvent
          The BPMN intermediateThrowEvent element
 interface ManualTask
          The BPMN manualTask element
 interface Participant
          The BPMN participant element
 interface ReceiveTask
          The BPMN receiveTask element
 interface ScriptTask
          The BPMN scriptTask element
 interface SendTask
          The BPMN sendTask element
 interface ServiceTask
          The BPMN serviceTask element
 interface StartEvent
          The BPMN startEvent element
 interface SubConversation
          The BPMN subConversation element
 interface SubProcess
          The BPMN subProcess element
 interface Task
          The BPMN task element
 interface ThrowEvent
          The BPMN throwEvent element
 interface Transaction
           
 interface UserTask
          The BPMN userTask element
 

Methods in org.camunda.bpm.model.bpmn.instance that return InteractionNode
 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
 void ConversationLink.setSource(InteractionNode source)
           
 void MessageFlow.setSource(InteractionNode source)
           
 void ConversationLink.setTarget(InteractionNode target)
           
 void MessageFlow.setTarget(InteractionNode target)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.