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, outgoingCollectionFields inherited from class io.camunda.zeebe.model.bpmn.impl.instance.FlowElementImpl
auditingChild, categoryValueRefCollection, monitoringChild, nameAttributeFields inherited from class io.camunda.zeebe.model.bpmn.impl.instance.BaseElementImpl
documentationCollection, extensionElementsChild, idAttributeFields 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 TypeMethodDescriptionintintbooleanstatic voidregisterType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) voidsetCompletionQuantity(int completionQuantity) voidsetDefault(SequenceFlow defaultFlow) voidsetForCompensation(boolean isForCompensation) voidsetIoSpecification(IoSpecification ioSpecification) voidsetLoopCharacteristics(LoopCharacteristics loopCharacteristics) voidsetStartQuantity(int startQuantity) Methods inherited from class io.camunda.zeebe.model.bpmn.impl.instance.FlowNodeImpl
builder, getIncoming, getOutgoing, getPreviousNodes, getSucceedingNodes, updateAfterReplacementMethods inherited from class io.camunda.zeebe.model.bpmn.impl.instance.FlowElementImpl
getAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setNameMethods inherited from class io.camunda.zeebe.model.bpmn.impl.instance.BaseElementImpl
getDiagramElement, getDocumentations, getExtensionElements, getId, getIncomingReferencesByType, getSingleExtensionElement, setExtensionElements, setIdMethods inherited from class io.camunda.zeebe.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
getScope, isScopeMethods 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, setUniqueChildElementByNameNsMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.camunda.zeebe.model.bpmn.instance.BaseElement
getDiagramElement, getDocumentations, getExtensionElements, getId, getSingleExtensionElement, setExtensionElements, setIdMethods inherited from interface io.camunda.zeebe.model.bpmn.instance.BpmnModelElementInstance
getScope, isScopeMethods inherited from interface io.camunda.zeebe.model.bpmn.instance.FlowElement
getAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setNameMethods inherited from interface io.camunda.zeebe.model.bpmn.instance.FlowNode
builder, getIncoming, getOutgoing, getPreviousNodes, getSucceedingNodesMethods inherited from interface io.camunda.zeebe.model.bpmn.instance.InteractionNode
getId, setIdMethods 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:
isForCompensationin interfaceActivity
-
setForCompensation
public void setForCompensation(boolean isForCompensation) - Specified by:
setForCompensationin interfaceActivity
-
getStartQuantity
public int getStartQuantity()- Specified by:
getStartQuantityin interfaceActivity
-
setStartQuantity
public void setStartQuantity(int startQuantity) - Specified by:
setStartQuantityin interfaceActivity
-
getCompletionQuantity
public int getCompletionQuantity()- Specified by:
getCompletionQuantityin interfaceActivity
-
setCompletionQuantity
public void setCompletionQuantity(int completionQuantity) - Specified by:
setCompletionQuantityin interfaceActivity
-
getDefault
- Specified by:
getDefaultin interfaceActivity
-
setDefault
- Specified by:
setDefaultin interfaceActivity
-
getIoSpecification
- Specified by:
getIoSpecificationin interfaceActivity
-
setIoSpecification
- Specified by:
setIoSpecificationin interfaceActivity
-
getProperties
- Specified by:
getPropertiesin interfaceActivity
-
getDataInputAssociations
- Specified by:
getDataInputAssociationsin interfaceActivity
-
getDataOutputAssociations
- Specified by:
getDataOutputAssociationsin interfaceActivity
-
getResourceRoles
- Specified by:
getResourceRolesin interfaceActivity
-
getLoopCharacteristics
- Specified by:
getLoopCharacteristicsin interfaceActivity
-
setLoopCharacteristics
- Specified by:
setLoopCharacteristicsin interfaceActivity
-
getBoundaryEvents
- Specified by:
getBoundaryEventsin interfaceActivity
-