Class ActivityImpl
java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
- All Implemented Interfaces:
Activity
,BaseElement
,BpmnModelElementInstance
,FlowElement
,FlowNode
,InteractionNode
,org.camunda.bpm.model.xml.instance.ModelElementInstance
- Direct Known Subclasses:
CallActivityImpl
,SubProcessImpl
,TaskImpl
The BPMN activity element
- Author:
- Sebastian Menski
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static org.camunda.bpm.model.xml.type.attribute.Attribute
<Integer> protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection
<DataInputAssociation> protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection
<DataOutputAssociation> protected static org.camunda.bpm.model.xml.type.reference.AttributeReference
<SequenceFlow> protected static org.camunda.bpm.model.xml.type.child.ChildElement
<IoSpecification> protected static org.camunda.bpm.model.xml.type.attribute.Attribute
<Boolean> protected static org.camunda.bpm.model.xml.type.child.ChildElement
<LoopCharacteristics> protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection
<Property> protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection
<ResourceRole> protected static org.camunda.bpm.model.xml.type.attribute.Attribute
<Integer> Fields inherited from class io.camunda.zeebe.model.bpmn.impl.instance.FlowNodeImpl
incomingCollection, outgoingCollection
Fields inherited from class io.camunda.zeebe.model.bpmn.impl.instance.FlowElementImpl
auditingChild, categoryValueRefCollection, monitoringChild, nameAttribute
Fields inherited from class io.camunda.zeebe.model.bpmn.impl.instance.BaseElementImpl
documentationCollection, extensionElementsChild, idAttribute
Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance
-
Constructor Summary
ConstructorsConstructorDescriptionActivityImpl
(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext context) -
Method Summary
Modifier and TypeMethodDescriptionint
int
boolean
static void
registerType
(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) void
setCompletionQuantity
(int completionQuantity) void
setDefault
(SequenceFlow defaultFlow) void
setForCompensation
(boolean isForCompensation) void
setIoSpecification
(IoSpecification ioSpecification) void
setLoopCharacteristics
(LoopCharacteristics loopCharacteristics) void
setStartQuantity
(int startQuantity) Methods inherited from class io.camunda.zeebe.model.bpmn.impl.instance.FlowNodeImpl
builder, getIncoming, getOutgoing, getPreviousNodes, getSucceedingNodes, updateAfterReplacement
Methods inherited from class io.camunda.zeebe.model.bpmn.impl.instance.FlowElementImpl
getAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setName
Methods inherited from class io.camunda.zeebe.model.bpmn.impl.instance.BaseElementImpl
getDiagramElement, getDocumentations, getExtensionElements, getId, getIncomingReferencesByType, getSingleExtensionElement, setExtensionElements, setId
Methods inherited from class io.camunda.zeebe.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
getScope, isScope
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, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.camunda.zeebe.model.bpmn.instance.BaseElement
getDiagramElement, getDocumentations, getExtensionElements, getId, getSingleExtensionElement, setExtensionElements, setId
Methods inherited from interface io.camunda.zeebe.model.bpmn.instance.BpmnModelElementInstance
getScope, isScope
Methods inherited from interface io.camunda.zeebe.model.bpmn.instance.FlowElement
getAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setName
Methods inherited from interface io.camunda.zeebe.model.bpmn.instance.FlowNode
builder, getIncoming, getOutgoing, getPreviousNodes, getSucceedingNodes
Methods inherited from interface io.camunda.zeebe.model.bpmn.instance.InteractionNode
getId, setId
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
-
Field Details
-
isForCompensationAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> isForCompensationAttribute -
startQuantityAttribute
-
completionQuantityAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Integer> completionQuantityAttribute -
defaultAttribute
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<SequenceFlow> defaultAttribute -
ioSpecificationChild
protected static org.camunda.bpm.model.xml.type.child.ChildElement<IoSpecification> ioSpecificationChild -
propertyCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Property> propertyCollection -
dataInputAssociationCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<DataInputAssociation> dataInputAssociationCollection -
dataOutputAssociationCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<DataOutputAssociation> dataOutputAssociationCollection -
resourceRoleCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ResourceRole> resourceRoleCollection -
loopCharacteristicsChild
protected static org.camunda.bpm.model.xml.type.child.ChildElement<LoopCharacteristics> loopCharacteristicsChild
-
-
Constructor Details
-
ActivityImpl
public ActivityImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext context)
-
-
Method Details
-
registerType
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) -
isForCompensation
public boolean isForCompensation()- Specified by:
isForCompensation
in interfaceActivity
-
setForCompensation
public void setForCompensation(boolean isForCompensation) - Specified by:
setForCompensation
in interfaceActivity
-
getStartQuantity
public int getStartQuantity()- Specified by:
getStartQuantity
in interfaceActivity
-
setStartQuantity
public void setStartQuantity(int startQuantity) - Specified by:
setStartQuantity
in interfaceActivity
-
getCompletionQuantity
public int getCompletionQuantity()- Specified by:
getCompletionQuantity
in interfaceActivity
-
setCompletionQuantity
public void setCompletionQuantity(int completionQuantity) - Specified by:
setCompletionQuantity
in interfaceActivity
-
getDefault
- Specified by:
getDefault
in interfaceActivity
-
setDefault
- Specified by:
setDefault
in interfaceActivity
-
getIoSpecification
- Specified by:
getIoSpecification
in interfaceActivity
-
setIoSpecification
- Specified by:
setIoSpecification
in interfaceActivity
-
getProperties
- Specified by:
getProperties
in interfaceActivity
-
getDataInputAssociations
- Specified by:
getDataInputAssociations
in interfaceActivity
-
getDataOutputAssociations
- Specified by:
getDataOutputAssociations
in interfaceActivity
-
getResourceRoles
- Specified by:
getResourceRoles
in interfaceActivity
-
getLoopCharacteristics
- Specified by:
getLoopCharacteristics
in interfaceActivity
-
setLoopCharacteristics
- Specified by:
setLoopCharacteristics
in interfaceActivity
-
getBoundaryEvents
- Specified by:
getBoundaryEvents
in interfaceActivity
-