com.groiss.wf
Interface ProcessArchiver


public interface ProcessArchiver

Interface for implementing archive classes. The archive method is called from @enterprise to archive process instances.


Method Summary
 void archive(java.util.List<ProcessInstance> processes, User u)
          Via the @enterprise user interface a set of processes can be archived.
 

Method Detail

archive

void archive(java.util.List<ProcessInstance> processes,
             User u)
             throws java.lang.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 instances
u - the user performing the action
Throws:
java.lang.Exception


@enterprise 8.0.22989 Copyright © 2001-2017 Groiss Informatics GmbH. All Rights Reserved.