Package org.activiti.bpmn.model
Class AdhocSubProcess
java.lang.Object
org.activiti.bpmn.model.BaseElement
org.activiti.bpmn.model.FlowElement
org.activiti.bpmn.model.FlowNode
org.activiti.bpmn.model.Activity
org.activiti.bpmn.model.SubProcess
org.activiti.bpmn.model.AdhocSubProcess
- All Implemented Interfaces:
AcceptUpdates,FlowElementsContainer,HasExecutionListeners,HasExtensionAttributes
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected Stringprotected Stringstatic final Stringstatic final StringFields inherited from class org.activiti.bpmn.model.SubProcess
artifactList, dataObjects, flowElementList, flowElementMapFields inherited from class org.activiti.bpmn.model.Activity
boundaryEvents, dataInputAssociations, dataOutputAssociations, defaultFlow, failedJobRetryTimeCycleValue, forCompensation, ioSpecification, loopCharacteristics, mapExceptionsFields inherited from class org.activiti.bpmn.model.FlowNode
asynchronous, behavior, incomingFlows, notExclusive, outgoingFlowsFields inherited from class org.activiti.bpmn.model.FlowElement
documentation, executionListeners, name, parentContainerFields inherited from class org.activiti.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanvoidsetCancelRemainingInstances(boolean cancelRemainingInstances) voidsetCompletionCondition(String completionCondition) voidsetOrdering(String ordering) Methods inherited from class org.activiti.bpmn.model.SubProcess
accept, addArtifact, addFlowElement, addFlowElementToMap, clone, containsFlowElementId, getArtifact, getArtifacts, getDataObjects, getFlowElement, getFlowElementMap, getFlowElements, removeArtifact, removeFlowElement, removeFlowElementFromMap, setDataObjects, setFlowElementMap, setValuesMethods inherited from class org.activiti.bpmn.model.Activity
getBoundaryEvents, getDataInputAssociations, getDataOutputAssociations, getDefaultFlow, getFailedJobRetryTimeCycleValue, getIoSpecification, getLoopCharacteristics, getMapExceptions, hasMultiInstanceLoopCharacteristics, isForCompensation, setBoundaryEvents, setDataInputAssociations, setDataOutputAssociations, setDefaultFlow, setFailedJobRetryTimeCycleValue, setForCompensation, setIoSpecification, setLoopCharacteristics, setMapExceptions, setValuesMethods inherited from class org.activiti.bpmn.model.FlowNode
getBehavior, getIncomingFlows, getOutgoingFlows, hasIncomingFlows, hasOutgoingFlows, isAsynchronous, isExclusive, isInitialFlowNode, isLinkCatchEvent, isLinkThrowEvent, isNotExclusive, setAsynchronous, setBehavior, setExclusive, setIncomingFlows, setNotExclusive, setOutgoingFlows, setValuesMethods inherited from class org.activiti.bpmn.model.FlowElement
getDocumentation, getExecutionListeners, getName, getParentContainer, getSubProcess, setDocumentation, setExecutionListeners, setName, setParentContainer, setValuesMethods inherited from class org.activiti.bpmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
Field Details
-
ORDERING_PARALLEL
- See Also:
-
ORDERING_SEQUENTIALL
- See Also:
-
completionCondition
-
ordering
-
cancelRemainingInstances
protected boolean cancelRemainingInstances
-
-
Constructor Details
-
AdhocSubProcess
public AdhocSubProcess()
-
-
Method Details
-
getCompletionCondition
-
setCompletionCondition
-
getOrdering
-
setOrdering
-
hasParallelOrdering
public boolean hasParallelOrdering() -
hasSequentialOrdering
public boolean hasSequentialOrdering() -
isCancelRemainingInstances
public boolean isCancelRemainingInstances() -
setCancelRemainingInstances
public void setCancelRemainingInstances(boolean cancelRemainingInstances)
-