public interface Activity extends FlowNode, InteractionNode
| Modifier and Type | Method and Description | 
|---|---|
| int | getCompletionQuantity() | 
| Collection<DataInputAssociation> | getDataInputAssociations() | 
| Collection<DataOutputAssociation> | getDataOutputAssociations() | 
| SequenceFlow | getDefault() | 
| IoSpecification | getIoSpecification() | 
| LoopCharacteristics | getLoopCharacteristics() | 
| Collection<Property> | getProperties() | 
| Collection<ResourceRole> | getResourceRoles() | 
| int | getStartQuantity() | 
| boolean | isForCompensation() | 
| void | setCompletionQuantity(int completionQuantity) | 
| void | setDefault(SequenceFlow defaultFlow) | 
| void | setForCompensation(boolean isForCompensation) | 
| void | setIoSpecification(IoSpecification ioSpecification) | 
| void | setLoopCharacteristics(LoopCharacteristics loopCharacteristics) | 
| void | setStartQuantity(int startQuantity) | 
builder, getCamundaJobPriority, getIncoming, getOutgoing, getPreviousNodes, getSucceedingNodes, isCamundaAsyncAfter, isCamundaAsyncBefore, isCamundaExclusive, setCamundaAsyncAfter, setCamundaAsyncBefore, setCamundaExclusive, setCamundaJobPrioritygetAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setNamegetDiagramElement, getDocumentations, getExtensionElements, getId, setExtensionElements, setIdgetScope, isScopeaddChildElement, 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, updateAfterReplacementgetId, setIdboolean isForCompensation()
void setForCompensation(boolean isForCompensation)
int getStartQuantity()
void setStartQuantity(int startQuantity)
int getCompletionQuantity()
void setCompletionQuantity(int completionQuantity)
SequenceFlow getDefault()
void setDefault(SequenceFlow defaultFlow)
IoSpecification getIoSpecification()
void setIoSpecification(IoSpecification ioSpecification)
Collection<Property> getProperties()
Collection<DataInputAssociation> getDataInputAssociations()
Collection<DataOutputAssociation> getDataOutputAssociations()
Collection<ResourceRole> getResourceRoles()
LoopCharacteristics getLoopCharacteristics()
void setLoopCharacteristics(LoopCharacteristics loopCharacteristics)
Copyright © 2018. All rights reserved.