it.eng.spagobi.engines.commonj.runtime
Class WorkConfiguration
java.lang.Object
it.eng.spagobi.engines.commonj.runtime.WorkConfiguration
public class WorkConfiguration
- extends java.lang.Object
configurazione ....
- Author:
- bernabei
Method Summary |
void |
configure(javax.servlet.http.HttpSession session,
CommonjWork work,
java.util.Map parameters,
java.lang.String documentUnique,
boolean isLabel)
This function prepare the execution of the new Process,
builds Listener and work manager
Loads work class
Builds WorkCOntainer and adds it to Singleton class, from where will be retrieved by startWorkAction |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_CONTEXT
public static final java.lang.String DEFAULT_CONTEXT
- See Also:
- Constant Field Values
WorkConfiguration
public WorkConfiguration(WorksRepository worksRepository)
configure
public void configure(javax.servlet.http.HttpSession session,
CommonjWork work,
java.util.Map parameters,
java.lang.String documentUnique,
boolean isLabel)
throws WorkNotFoundException,
WorkExecutionException
- This function prepare the execution of the new Process,
builds Listener and work manager
Loads work class
Builds WorkCOntainer and adds it to Singleton class, from where will be retrieved by startWorkAction
- Parameters:
session
- work
- parameters
-
- Throws:
WorkNotFoundException
WorkExecutionException