Package lumis.portal.interactiveprocess

Provides handling artifacts for portal interactive processes.
IProcess represents the interactive process. It can have one or more steps. Each step has an executable part that is what the step must do.
In order to create a IProcess, user can invoke lumis.portal.interactiveprocess.IInteractiveProcessManager#createProcess(String, java.util.List), passing a List of steps to compose the process.
Since:
7.1.0
Version:
$Revision: 16037 $ $Date: 2013-11-21 20:58:50 -0200 (Thu, 21 Nov 2013) $