Interface InteractionNode
-
- All Superinterfaces:
ModelElementInstance
- All Known Subinterfaces:
Activity
,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
,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 ModelElementInstance
The BPMN interactionNode interface- Author:
- Sebastian Menski
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
void
setId(String id)
-
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
-
-