com.groiss.wf
Interface ProcessArchiver
public interface ProcessArchiver
Interface for implementing archive classes. The archive method is called from @enterprise
to archive process instances.
archive
void archive(List<ProcessInstance> processes,
User u)
throws Exception
- 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.
- Parameters:
processes - a list of process instancesu - the user performing the action
- Throws:
Exception
@enterprise 8.0.10809 Copyright © 2001-2012 Groiss Informatics GmbH. All Rights Reserved.