public class AdhocSubProcess extends SubProcess
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
cancelRemainingInstances |
protected String |
completionCondition |
protected String |
ordering |
static String |
ORDERING_PARALLEL |
static String |
ORDERING_SEQUENTIALL |
artifactList, dataObjects, flowElementList, flowElementMapboundaryEvents, dataInputAssociations, dataOutputAssociations, defaultFlow, failedJobRetryTimeCycleValue, forCompensation, ioSpecification, loopCharacteristics, mapExceptionsasynchronous, behavior, incomingFlows, notExclusive, outgoingFlowsdocumentation, executionListeners, name, parentContainerattributes, extensionElements, id, xmlColumnNumber, xmlRowNumber| Constructor and Description |
|---|
AdhocSubProcess() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompletionCondition() |
String |
getOrdering() |
boolean |
hasParallelOrdering() |
boolean |
hasSequentialOrdering() |
boolean |
isCancelRemainingInstances() |
void |
setCancelRemainingInstances(boolean cancelRemainingInstances) |
void |
setCompletionCondition(String completionCondition) |
void |
setOrdering(String ordering) |
addArtifact, addFlowElement, addFlowElementToMap, clone, containsFlowElementId, getArtifact, getArtifacts, getDataObjects, getFlowElement, getFlowElementMap, getFlowElements, removeArtifact, removeFlowElement, removeFlowElementFromMap, setDataObjects, setFlowElementMap, setValuesgetBoundaryEvents, getDataInputAssociations, getDataOutputAssociations, getDefaultFlow, getFailedJobRetryTimeCycleValue, getIoSpecification, getLoopCharacteristics, getMapExceptions, hasMultiInstanceLoopCharacteristics, isForCompensation, setBoundaryEvents, setDataInputAssociations, setDataOutputAssociations, setDefaultFlow, setFailedJobRetryTimeCycleValue, setForCompensation, setIoSpecification, setLoopCharacteristics, setMapExceptions, setValuesgetBehavior, getIncomingFlows, getOutgoingFlows, isAsynchronous, isExclusive, isNotExclusive, setAsynchronous, setBehavior, setExclusive, setIncomingFlows, setNotExclusive, setOutgoingFlows, setValuesgetDocumentation, getExecutionListeners, getName, getParentContainer, getSubProcess, setDocumentation, setExecutionListeners, setName, setParentContainer, setValuesaddAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumberpublic static final String ORDERING_PARALLEL
public static final String ORDERING_SEQUENTIALL
protected String completionCondition
protected String ordering
protected boolean cancelRemainingInstances
public String getCompletionCondition()
public void setCompletionCondition(String completionCondition)
public String getOrdering()
public void setOrdering(String ordering)
public boolean hasParallelOrdering()
public boolean hasSequentialOrdering()
public boolean isCancelRemainingInstances()
public void setCancelRemainingInstances(boolean cancelRemainingInstances)
Copyright © 2017 Alfresco. All rights reserved.