org.camunda.bpm.model.bpmn.impl.instance
Class LaneImpl
java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
org.camunda.bpm.model.bpmn.impl.instance.BaseElementImpl
org.camunda.bpm.model.bpmn.impl.instance.LaneImpl
- All Implemented Interfaces:
- BaseElement, BpmnModelElementInstance, Lane, org.camunda.bpm.model.xml.instance.ModelElementInstance
public class LaneImpl
- extends BaseElementImpl
- implements Lane
The BPMN lane element
- Author:
- Sebastian Menski
| Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl |
modelInstance |
|
Constructor Summary |
LaneImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
|
| Methods inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl |
addChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement |
| 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, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement |
nameAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> nameAttribute
partitionElementRefAttribute
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<PartitionElement> partitionElementRefAttribute
partitionElementChild
protected static org.camunda.bpm.model.xml.type.child.ChildElement<PartitionElement> partitionElementChild
flowNodeRefCollection
protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<FlowNode,FlowNodeRef> flowNodeRefCollection
childLaneSetChild
protected static org.camunda.bpm.model.xml.type.child.ChildElement<ChildLaneSet> childLaneSetChild
LaneImpl
public LaneImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
registerType
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
getName
public String getName()
- Specified by:
getName in interface Lane
setName
public void setName(String name)
- Specified by:
setName in interface Lane
getPartitionElement
public PartitionElement getPartitionElement()
- Specified by:
getPartitionElement in interface Lane
setPartitionElement
public void setPartitionElement(PartitionElement partitionElement)
- Specified by:
setPartitionElement in interface Lane
getPartitionElementChild
public PartitionElement getPartitionElementChild()
- Specified by:
getPartitionElementChild in interface Lane
setPartitionElementChild
public void setPartitionElementChild(PartitionElement partitionElement)
- Specified by:
setPartitionElementChild in interface Lane
getFlowNodeRefs
public Collection<FlowNode> getFlowNodeRefs()
- Specified by:
getFlowNodeRefs in interface Lane
getChildLaneSet
public ChildLaneSet getChildLaneSet()
- Specified by:
getChildLaneSet in interface Lane
setChildLaneSet
public void setChildLaneSet(ChildLaneSet childLaneSet)
- Specified by:
setChildLaneSet in interface Lane
Copyright © 2016 camunda services GmbH. All rights reserved.