Interface Activity
- All Superinterfaces:
BaseElement,BpmnModelElementInstance,FlowElement,FlowNode,InteractionNode,org.camunda.bpm.model.xml.instance.ModelElementInstance
- All Known Subinterfaces:
AdHocSubProcess,BusinessRuleTask,CallActivity,ManualTask,ReceiveTask,ScriptTask,SendTask,ServiceTask,SubProcess,Task,Transaction,UserTask
- All Known Implementing Classes:
ActivityImpl,AdHocSubProcessImpl,BusinessRuleTaskImpl,CallActivityImpl,ManualTaskImpl,ReceiveTaskImpl,ScriptTaskImpl,SendTaskImpl,ServiceTaskImpl,SubProcessImpl,TaskImpl,TransactionImpl,UserTaskImpl
The BPMN activity element
- Author:
- Sebastian Menski
-
Method Summary
Modifier and TypeMethodDescriptionintintbooleanvoidsetCompletionQuantity(int completionQuantity) voidsetDefault(SequenceFlow defaultFlow) voidsetForCompensation(boolean isForCompensation) voidsetIoSpecification(IoSpecification ioSpecification) voidsetLoopCharacteristics(LoopCharacteristics loopCharacteristics) voidsetStartQuantity(int startQuantity) Methods 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
-
Method Details
-
isForCompensation
boolean isForCompensation() -
setForCompensation
void setForCompensation(boolean isForCompensation) -
getStartQuantity
int getStartQuantity() -
setStartQuantity
void setStartQuantity(int startQuantity) -
getCompletionQuantity
int getCompletionQuantity() -
setCompletionQuantity
void setCompletionQuantity(int completionQuantity) -
getDefault
SequenceFlow getDefault() -
setDefault
-
getIoSpecification
IoSpecification getIoSpecification() -
setIoSpecification
-
getProperties
Collection<Property> getProperties() -
getDataInputAssociations
Collection<DataInputAssociation> getDataInputAssociations() -
getDataOutputAssociations
Collection<DataOutputAssociation> getDataOutputAssociations() -
getResourceRoles
Collection<ResourceRole> getResourceRoles() -
getLoopCharacteristics
LoopCharacteristics getLoopCharacteristics() -
setLoopCharacteristics
-
getBoundaryEvents
Query<BoundaryEvent> getBoundaryEvents()
-