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
public class AdhocSubProcess extends SubProcess
-
-
Field Summary
Fields Modifier and Type Field Description protected booleancancelRemainingInstancesprotected java.lang.StringcompletionConditionprotected java.lang.Stringorderingstatic java.lang.StringORDERING_PARALLELstatic java.lang.StringORDERING_SEQUENTIALL-
Fields inherited from class org.activiti.bpmn.model.SubProcess
artifactList, dataObjects, flowElementList, flowElementMap
-
Fields inherited from class org.activiti.bpmn.model.Activity
boundaryEvents, dataInputAssociations, dataOutputAssociations, defaultFlow, failedJobRetryTimeCycleValue, forCompensation, ioSpecification, loopCharacteristics, mapExceptions
-
Fields inherited from class org.activiti.bpmn.model.FlowNode
asynchronous, behavior, incomingFlows, notExclusive, outgoingFlows
-
Fields inherited from class org.activiti.bpmn.model.FlowElement
documentation, executionListeners, name, parentContainer
-
Fields inherited from class org.activiti.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
-
-
Constructor Summary
Constructors Constructor Description AdhocSubProcess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCompletionCondition()java.lang.StringgetOrdering()booleanhasParallelOrdering()booleanhasSequentialOrdering()booleanisCancelRemainingInstances()voidsetCancelRemainingInstances(boolean cancelRemainingInstances)voidsetCompletionCondition(java.lang.String completionCondition)voidsetOrdering(java.lang.String ordering)-
Methods inherited from class org.activiti.bpmn.model.SubProcess
addArtifact, addFlowElement, addFlowElementToMap, clone, containsFlowElementId, getArtifact, getArtifacts, getDataObjects, getFlowElement, getFlowElementMap, getFlowElements, removeArtifact, removeFlowElement, removeFlowElementFromMap, setDataObjects, setFlowElementMap, setValues
-
Methods 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, setValues
-
Methods inherited from class org.activiti.bpmn.model.FlowNode
getBehavior, getIncomingFlows, getOutgoingFlows, isAsynchronous, isExclusive, isNotExclusive, setAsynchronous, setBehavior, setExclusive, setIncomingFlows, setNotExclusive, setOutgoingFlows, setValues
-
Methods inherited from class org.activiti.bpmn.model.FlowElement
getDocumentation, getExecutionListeners, getName, getParentContainer, getSubProcess, setDocumentation, setExecutionListeners, setName, setParentContainer, setValues
-
Methods inherited from class org.activiti.bpmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.activiti.bpmn.model.AcceptUpdates
accept
-
-
-
-
Field Detail
-
ORDERING_PARALLEL
public static final java.lang.String ORDERING_PARALLEL
- See Also:
- Constant Field Values
-
ORDERING_SEQUENTIALL
public static final java.lang.String ORDERING_SEQUENTIALL
- See Also:
- Constant Field Values
-
completionCondition
protected java.lang.String completionCondition
-
ordering
protected java.lang.String ordering
-
cancelRemainingInstances
protected boolean cancelRemainingInstances
-
-
Method Detail
-
getCompletionCondition
public java.lang.String getCompletionCondition()
-
setCompletionCondition
public void setCompletionCondition(java.lang.String completionCondition)
-
getOrdering
public java.lang.String getOrdering()
-
setOrdering
public void setOrdering(java.lang.String ordering)
-
hasParallelOrdering
public boolean hasParallelOrdering()
-
hasSequentialOrdering
public boolean hasSequentialOrdering()
-
isCancelRemainingInstances
public boolean isCancelRemainingInstances()
-
setCancelRemainingInstances
public void setCancelRemainingInstances(boolean cancelRemainingInstances)
-
-