|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Activity
The BPMN activity element
| Method Summary | |
|---|---|
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)
|
| Methods inherited from interface org.camunda.bpm.model.bpmn.instance.FlowNode |
|---|
builder, getCamundaJobPriority, getIncoming, getOutgoing, getPreviousNodes, getSucceedingNodes, isCamundaAsyncAfter, isCamundaAsyncBefore, isCamundaExclusive, setCamundaAsyncAfter, setCamundaAsyncBefore, setCamundaExclusive, setCamundaJobPriority |
| Methods inherited from interface org.camunda.bpm.model.bpmn.instance.FlowElement |
|---|
getAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setName |
| Methods inherited from interface org.camunda.bpm.model.bpmn.instance.BaseElement |
|---|
getDiagramElement, getDocumentations, getExtensionElements, getId, setExtensionElements, setId |
| Methods inherited from interface org.camunda.bpm.model.bpmn.instance.BpmnModelElementInstance |
|---|
getScope, isScope |
| 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 |
| Methods inherited from interface org.camunda.bpm.model.bpmn.instance.InteractionNode |
|---|
getId, setId |
| Method Detail |
|---|
boolean 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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||