Class JasperProcess
- java.lang.Object
-
- org.openbravo.erpCommon.ad_process.JasperProcess
-
-
Field Summary
-
Fields inherited from interface org.openbravo.scheduling.Process
COMPLETE, ERROR, EXECUTION_ID, KILLED, MISFIRED, PREVENT_CONCURRENT_EXECUTIONS, PROCESS_ID, PROCESS_NAME, PROCESSING, SCHEDULED, SUCCESS, SYSTEM_RESTART, UNSCHEDULED
-
-
Constructor Summary
Constructors Constructor Description JasperProcess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(ProcessBundle bundle)
protected String
getBaseDesignPath(ConfigParameters config)
Returns the absolute path to the correct language subfolder within the context's src-loc folder.void
initialize(ProcessBundle bundle)
-
-
-
Method Detail
-
initialize
public void initialize(ProcessBundle bundle)
-
execute
public void execute(ProcessBundle bundle) throws Exception
-
getBaseDesignPath
protected String getBaseDesignPath(ConfigParameters config)
Returns the absolute path to the correct language subfolder within the context's src-loc folder.- Returns:
- String with the absolute path on the local drive.
-
-