it.eng.spagobi.engines.commonj.runtime
Class WorkConfiguration

java.lang.Object
  extended by it.eng.spagobi.engines.commonj.runtime.WorkConfiguration

public class WorkConfiguration
extends java.lang.Object

configurazione ....

Author:
bernabei

Field Summary
static java.lang.String DEFAULT_CONTEXT
           
 
Constructor Summary
WorkConfiguration(WorksRepository worksRepository)
           
 
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
 

Field Detail

DEFAULT_CONTEXT

public static final java.lang.String DEFAULT_CONTEXT
See Also:
Constant Field Values
Constructor Detail

WorkConfiguration

public WorkConfiguration(WorksRepository worksRepository)
Method Detail

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