Package com.groiss.wf

Class NoArchiver

java.lang.Object
com.groiss.wf.NoArchiver
All Implemented Interfaces:
ProcessArchiver

public class NoArchiver extends Object implements ProcessArchiver
Use this archiver if archiving should be disabled.
  • Constructor Details

    • NoArchiver

      public NoArchiver()
  • Method Details

    • archive

      public void archive(List<ProcessInstance> procs, User u)
      Description copied from interface: ProcessArchiver
      Via the @enterprise user interface a set of processes can be archived. When this set is determined, this method is called with a list of process instances as argument. Afterwards the process instances are deleted from the database.
      Specified by:
      archive in interface ProcessArchiver
      Parameters:
      procs - a list of process instances
      u - the user performing the action