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()
Deprecated.
use isCamundaAsyncBefore() instead.
|
void |
setCamundaAsync(boolean isCamundaAsync)
Deprecated.
use setCamundaAsyncBefore(isCamundaAsyncBefore) instead.
|
void |
setTriggeredByEvent(boolean triggeredByEvent) |
boolean |
triggeredByEvent() |
getCompletionQuantity, getDataInputAssociations, getDataOutputAssociations, getDefault, getIoSpecification, getLoopCharacteristics, getProperties, getResourceRoles, getStartQuantity, isForCompensation, setCompletionQuantity, setDefault, setForCompensation, setIoSpecification, setLoopCharacteristics, setStartQuantity
getCamundaJobPriority, getIncoming, getOutgoing, getPreviousNodes, getSucceedingNodes, isCamundaAsyncAfter, isCamundaAsyncBefore, isCamundaExclusive, setCamundaAsyncAfter, setCamundaAsyncBefore, setCamundaExclusive, setCamundaJobPriority
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()
@Deprecated boolean isCamundaAsync()
@Deprecated void setCamundaAsync(boolean isCamundaAsync)
Copyright © 2017. All rights reserved.