Interface FlowElementsContainer

    • Method Detail

      • getFlowElement

        FlowElement getFlowElement​(java.lang.String id)
      • getFlowElements

        java.util.Collection<FlowElement> getFlowElements()
      • getFlowElementMap

        java.util.Map<java.lang.String,​FlowElement> getFlowElementMap()
      • addFlowElement

        void addFlowElement​(FlowElement element)
      • addFlowElementToMap

        void addFlowElementToMap​(FlowElement element)
      • removeFlowElement

        void removeFlowElement​(java.lang.String elementId)
      • removeFlowElementFromMap

        void removeFlowElementFromMap​(java.lang.String elementId)
      • getArtifact

        Artifact getArtifact​(java.lang.String id)
      • getArtifacts

        java.util.Collection<Artifact> getArtifacts()
      • addArtifact

        void addArtifact​(Artifact artifact)
      • removeArtifact

        void removeArtifact​(java.lang.String artifactId)