public abstract class Activity extends FlowNode
| Modifier and Type | Field and Description |
|---|---|
protected List<BoundaryEvent> |
boundaryEvents |
protected List<DataAssociation> |
dataInputAssociations |
protected List<DataAssociation> |
dataOutputAssociations |
protected String |
defaultFlow |
protected String |
failedJobRetryTimeCycleValue |
protected boolean |
forCompensation |
protected IOSpecification |
ioSpecification |
protected MultiInstanceLoopCharacteristics |
loopCharacteristics |
protected List<MapExceptionEntry> |
mapExceptions |
asynchronous, incomingFlows, notExclusive, outgoingFlowsdocumentation, executionListeners, nameattributes, extensionElements, id, xmlColumnNumber, xmlRowNumber| Constructor and Description |
|---|
Activity() |
getIncomingFlows, getOutgoingFlows, isAsynchronous, isNotExclusive, setAsynchronous, setIncomingFlows, setNotExclusive, setOutgoingFlows, setValuesclone, getDocumentation, getExecutionListeners, getName, setDocumentation, setExecutionListeners, setName, setValuesaddAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumberprotected String defaultFlow
protected boolean forCompensation
protected MultiInstanceLoopCharacteristics loopCharacteristics
protected IOSpecification ioSpecification
protected List<DataAssociation> dataInputAssociations
protected List<DataAssociation> dataOutputAssociations
protected List<BoundaryEvent> boundaryEvents
protected String failedJobRetryTimeCycleValue
protected List<MapExceptionEntry> mapExceptions
public String getFailedJobRetryTimeCycleValue()
public void setFailedJobRetryTimeCycleValue(String failedJobRetryTimeCycleValue)
public boolean isForCompensation()
public void setForCompensation(boolean forCompensation)
public List<BoundaryEvent> getBoundaryEvents()
public void setBoundaryEvents(List<BoundaryEvent> boundaryEvents)
public String getDefaultFlow()
public void setDefaultFlow(String defaultFlow)
public MultiInstanceLoopCharacteristics getLoopCharacteristics()
public void setLoopCharacteristics(MultiInstanceLoopCharacteristics loopCharacteristics)
public IOSpecification getIoSpecification()
public void setIoSpecification(IOSpecification ioSpecification)
public List<DataAssociation> getDataInputAssociations()
public void setDataInputAssociations(List<DataAssociation> dataInputAssociations)
public List<DataAssociation> getDataOutputAssociations()
public void setDataOutputAssociations(List<DataAssociation> dataOutputAssociations)
public List<MapExceptionEntry> getMapExceptions()
public void setMapExceptions(List<MapExceptionEntry> mapExceptions)
public void setValues(Activity otherActivity)
Copyright © 2016 Alfresco. All rights reserved.