public interface SubProcess extends Activity
Modifier and Type | Method and Description |
---|---|
SubProcessBuilder |
builder()
Returns a new fluent builder for the element if implemented.
|
Collection<Artifact> |
getArtifacts() |
Collection<FlowElement> |
getFlowElements() |
Collection<LaneSet> |
getLaneSets() |
boolean |
isCamundaAsync()
camunda extensions
|
boolean |
isCamundaExclusive() |
void |
setCamundaAsync(boolean isCamundaAsync) |
void |
setCamundaExclusive(boolean isCamundaExclusive) |
void |
setTriggeredByEvent(boolean triggeredByEvent) |
boolean |
triggeredByEvent() |
getCompletionQuantity, getDataInputAssociations, getDataOutputAssociations, getDefault, getIoSpecification, getLoopCharacteristics, getProperties, getResourceRoles, getStartQuantity, isForCompensation, setCompletionQuantity, setDefault, setForCompensation, setIoSpecification, setLoopCharacteristics, setStartQuantity
getIncoming, getOutgoing, getPreviousNodes, getSucceedingNodes
getAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setName
getDiagramElement, getDocumentations, getExtensionElements, getId, setExtensionElements, setId
getScope, isScope
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
getId, setId
SubProcessBuilder builder()
BpmnModelElementInstance
builder
in interface BpmnModelElementInstance
builder
in interface FlowNode
boolean triggeredByEvent()
void setTriggeredByEvent(boolean triggeredByEvent)
Collection<LaneSet> getLaneSets()
Collection<FlowElement> getFlowElements()
Collection<Artifact> getArtifacts()
boolean isCamundaAsync()
void setCamundaAsync(boolean isCamundaAsync)
boolean isCamundaExclusive()
void setCamundaExclusive(boolean isCamundaExclusive)
Copyright © 2015. All rights reserved.