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

All Superinterfaces:
org.camunda.bpm.model.xml.instance.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 org.camunda.bpm.model.xml.instance.ModelElementInstance

The BPMN interactionNode interface

Author:
Sebastian Menski

Method Summary
 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
 

Method Detail

getId

String getId()

setId

void setId(String id)


Copyright © 2017 camunda services GmbH. All rights reserved.