Package org.flowable.bpmn.model
Interface FlowElementsContainer
- All Known Implementing Classes:
AdhocSubProcess,EventSubProcess,Process,SubProcess,Transaction
public interface FlowElementsContainer
- Author:
- Tijs Rademakers
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddArtifact(Artifact artifact) voidaddArtifactToMap(Artifact artifact) voidaddFlowElement(FlowElement element) voidaddFlowElementToMap(FlowElement element) getArtifact(String id) getFlowElement(String id) getId()voidremoveArtifact(String artifactId) voidremoveFlowElement(String elementId) voidremoveFlowElementFromMap(String elementId)
-
Method Details
-
getFlowElement
-
getFlowElements
Collection<FlowElement> getFlowElements() -
getFlowElementMap
Map<String,FlowElement> getFlowElementMap() -
addFlowElement
-
addFlowElementToMap
-
removeFlowElement
-
removeFlowElementFromMap
-
getArtifact
-
getArtifacts
Collection<Artifact> getArtifacts() -
getArtifactMap
-
addArtifact
-
addArtifactToMap
-
removeArtifact
-
getId
String getId()
-