Interface InteractionNode
- All Superinterfaces:
org.camunda.bpm.model.xml.instance.ModelElementInstance
- All Known Subinterfaces:
Activity
,AdHocSubProcess
,BoundaryEvent
,BusinessRuleTask
,CallActivity
,CallConversation
,CatchEvent
,Conversation
,ConversationNode
,EndEvent
,Event
,IntermediateCatchEvent
,IntermediateThrowEvent
,ManualTask
,Participant
,ReceiveTask
,ScriptTask
,SendTask
,ServiceTask
,StartEvent
,SubConversation
,SubProcess
,Task
,ThrowEvent
,Transaction
,UserTask
- All Known Implementing Classes:
ActivityImpl
,AdHocSubProcessImpl
,BoundaryEventImpl
,BusinessRuleTaskImpl
,CallActivityImpl
,CallConversationImpl
,CatchEventImpl
,ConversationImpl
,ConversationNodeImpl
,EndEventImpl
,EventImpl
,InteractionNodeImpl
,IntermediateCatchEventImpl
,IntermediateThrowEventImpl
,ManualTaskImpl
,ParticipantImpl
,ReceiveTaskImpl
,ScriptTaskImpl
,SendTaskImpl
,ServiceTaskImpl
,StartEventImpl
,SubConversationImpl
,SubProcessImpl
,TaskImpl
,ThrowEventImpl
,TransactionImpl
,UserTaskImpl
public interface InteractionNode
extends org.camunda.bpm.model.xml.instance.ModelElementInstance
The BPMN interactionNode interface
- Author:
- Sebastian Menski
-
Method Summary
Methods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstance
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
-
Method Details
-
getId
String getId() -
setId
-