Package com.groiss.wf
Class NoArchiver
java.lang.Object
com.groiss.wf.NoArchiver
- All Implemented Interfaces:
ProcessArchiver
Use this archiver if archiving should be disabled.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
archive
(List<ProcessInstance> procs, User u) Via the @enterprise user interface a set of processes can be archived.
-
Constructor Details
-
NoArchiver
public NoArchiver()
-
-
Method Details
-
archive
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 interfaceProcessArchiver
- Parameters:
procs
- a list of process instancesu
- the user performing the action
-