public class SubProcess extends Activity implements FlowElementsContainer
| Modifier and Type | Field and Description |
|---|---|
protected List<Artifact> |
artifactList |
protected List<FlowElement> |
flowElementList |
asynchronous, boundaryEvents, dataInputAssociations, dataOutputAssociations, defaultFlow, forCompensation, ioSpecification, loopCharacteristics, notExclusiveincomingFlows, outgoingFlowsdocumentation, executionListeners, nameattributes, extensionElements, id, xmlColumnNumber, xmlRowNumber| Constructor and Description |
|---|
SubProcess() |
| Modifier and Type | Method and Description |
|---|---|
void |
addArtifact(Artifact artifact) |
void |
addFlowElement(FlowElement element) |
Artifact |
getArtifact(String id) |
Collection<Artifact> |
getArtifacts() |
FlowElement |
getFlowElement(String id) |
Collection<FlowElement> |
getFlowElements() |
void |
removeArtifact(String artifactId) |
void |
removeFlowElement(String elementId) |
getBoundaryEvents, getDataInputAssociations, getDataOutputAssociations, getDefaultFlow, getIoSpecification, getLoopCharacteristics, isAsynchronous, isForCompensation, isNotExclusive, setAsynchronous, setBoundaryEvents, setDataInputAssociations, setDataOutputAssociations, setDefaultFlow, setForCompensation, setIoSpecification, setLoopCharacteristics, setNotExclusivegetIncomingFlows, getOutgoingFlows, setIncomingFlows, setOutgoingFlowsgetDocumentation, getExecutionListeners, getName, setDocumentation, setExecutionListeners, setNameaddAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setXmlColumnNumber, setXmlRowNumberprotected List<FlowElement> flowElementList
public FlowElement getFlowElement(String id)
getFlowElement in interface FlowElementsContainerpublic Collection<FlowElement> getFlowElements()
getFlowElements in interface FlowElementsContainerpublic void addFlowElement(FlowElement element)
addFlowElement in interface FlowElementsContainerpublic void removeFlowElement(String elementId)
removeFlowElement in interface FlowElementsContainerpublic Artifact getArtifact(String id)
getArtifact in interface FlowElementsContainerpublic Collection<Artifact> getArtifacts()
getArtifacts in interface FlowElementsContainerpublic void addArtifact(Artifact artifact)
addArtifact in interface FlowElementsContainerpublic void removeArtifact(String artifactId)
removeArtifact in interface FlowElementsContainerCopyright © 2013 Alfresco. All rights reserved.