Class OpSupportActionsScripts

java.lang.Object
hec.rss.plugins.opsupport.model.OpSupportActionsScripts

public class OpSupportActionsScripts extends Object
  • Field Details

  • Constructor Details

    • OpSupportActionsScripts

      public OpSupportActionsScripts(boolean hasDefaultList)
  • Method Details

    • initialize

      public void initialize()
    • resetList

      public void resetList()
    • clearList

      public void clearList()
    • noActionsValue

      public boolean noActionsValue()
    • setNoActionsValue

      public void setNoActionsValue(boolean b)
    • getList

      public List<ActionOrScript> getList()
    • setList

      public void setList(List<ActionOrScript> newList)
    • removeObject

      public void removeObject(ActionOrScript node)
    • addObject

      public void addObject(ActionOrScript node)
    • isEmpty

      public boolean isEmpty()
    • moveObjectInList

      public void moveObjectInList(ActionOrScript node, boolean moveUp)
    • writeOut

      public void writeOut(BufferedWriter writer)
    • readIn

      public void readIn(BufferedReader reader) throws IOException
      Throws:
      IOException