Interface ProcessCall

    • Method Detail

      • startProcess

        boolean startProcess​(Properties ctx,
                             ProcessInfo pi,
                             Trx trx)
        Start the process. Called when pressing the ... button in ... It should only return false, if the function could not be performed as this causes the process to abort.
        Parameters:
        ctx - Context
        pi - Process Info
        trx - transaction
        Returns:
        true if the next process should be performed
      • setProcessUI

        void setProcessUI​(IProcessUI processUI)
        Parameters:
        processUI -