Class UiNetworkGraph.RemoveNodesAndLinksCommand

java.lang.Object
org.teamapps.dto.UiNetworkGraph.RemoveNodesAndLinksCommand
All Implemented Interfaces:
UiCommand<Void>
Enclosing class:
UiNetworkGraph

public static class UiNetworkGraph.RemoveNodesAndLinksCommand extends Object implements UiCommand<Void>
  • Field Details

  • Constructor Details

    • RemoveNodesAndLinksCommand

      @Deprecated public RemoveNodesAndLinksCommand()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • RemoveNodesAndLinksCommand

      public RemoveNodesAndLinksCommand(String componentId, List<String> nodeIds, Map<String,List<String>> linksBySourceNodeId)
  • Method Details