Class MultiOperation

    • Constructor Detail

      • MultiOperation

        public MultiOperation()
    • Method Detail

      • addOperation

        public void addOperation​(AbstractRestartOperation value)
        Appends the operation to execute.
        Parameters:
        value - the operation to add
      • setOperations

        public void setOperations​(AbstractRestartOperation[] value)
        Sets the operations to execute.
        Parameters:
        value - the operations
      • getOperations

        public AbstractRestartOperation[] getOperations()
        Returns the operations to execute.
        Returns:
        the operations
      • operationsTipText

        public String operationsTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • restart

        public String restart​(Flow flow)
        Restarts the flow.
        Specified by:
        restart in class AbstractRestartOperation
        Parameters:
        flow - the flow to handle
        Returns:
        null if successfully restarted, otherwise the error message