Uses of Class
it.eng.spagobi.engines.commonj.runtime.CommonjWork

Packages that use CommonjWork
it.eng.spagobi.engines.commonj.runtime   
 

Uses of CommonjWork in it.eng.spagobi.engines.commonj.runtime
 

Methods in it.eng.spagobi.engines.commonj.runtime with parameters of type CommonjWork
 void WorkConfiguration.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
 boolean WorksRepository.containsWork(CommonjWork work)
          Contains work.
 java.io.File WorksRepository.getExecutableWorkDir(CommonjWork work)
          Gets the executable work dir.
 java.io.File WorksRepository.getExecutableWorkFile(CommonjWork work)
          Gets the executable work file.
 java.io.File WorksRepository.getExecutableWorkProjectDir(CommonjWork work)
          Gets the executable work project dir.