Package org.adempiere.report.jasper
Class ProcessFactory
java.lang.Object
org.adempiere.report.jasper.ProcessFactory
- All Implemented Interfaces:
IProcessFactory
ProcessFactory to start the ReportStarter class.
Before this Factory was initiated the class was started with the
DefaultProcessFactory because its package namespace was exported and joined
into the org.compiere.report package of the org.adempiere.base plugin via
Split Packages (through the Require-Bundle technique) See
http://wiki.osgi.org/wiki/Split_Packages why this is not the best idea.
Especially this prevents us from exchange the JasperReports plugin with
another implementation.
- Author:
- tbayen
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionnewProcessInstance
(String className) Create new process instance
-
Field Details
-
JASPER_STARTER_CLASS_DEPRECATED
- See Also:
-
-
Constructor Details
-
ProcessFactory
public ProcessFactory()
-
-
Method Details
-
newProcessInstance
Description copied from interface:IProcessFactory
Create new process instance- Specified by:
newProcessInstance
in interfaceIProcessFactory
- Returns:
- new ProcessCall instance
-