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 TypeMethodDescriptionvoid
addArtifact
(Artifact artifact) void
addArtifactToMap
(Artifact artifact) void
addFlowElement
(FlowElement element) void
addFlowElementToMap
(FlowElement element) getArtifact
(String id) getFlowElement
(String id) getId()
void
removeArtifact
(String artifactId) void
removeFlowElement
(String elementId) void
removeFlowElementFromMap
(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()
-