public interface FlowElementsContainer
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) |
FlowElement getFlowElement(String id)
Collection<FlowElement> getFlowElements()
void addFlowElement(FlowElement element)
void removeFlowElement(String elementId)
Collection<Artifact> getArtifacts()
void addArtifact(Artifact artifact)
void removeArtifact(String artifactId)
Copyright © 2016 Alfresco. All rights reserved.