Package org.idempiere.process
Class MappedProcessFactory
- All Implemented Interfaces:
IMappedByNameFactory<ProcessCall>
,IProcessFactory
,IMappedProcessFactory
public class MappedProcessFactory
extends MappedByNameFactory<ProcessCall>
implements IProcessFactory, IMappedProcessFactory
Default
IMappedProcessFactory
implementation- Author:
- hengsin
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionnewProcessInstance
(String className) Create new process instancevoid
Scan packages for class withProcess
annotation and add mapping for itMethods inherited from class org.adempiere.base.MappedByNameFactory
addMapping, getSupplier, removeMapping
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.adempiere.base.IMappedByNameFactory
addMapping, getSupplier, newInstance, removeMapping
-
Constructor Details
-
MappedProcessFactory
public MappedProcessFactory()default constructor
-
-
Method Details
-
newProcessInstance
Description copied from interface:IProcessFactory
Create new process instance- Specified by:
newProcessInstance
in interfaceIProcessFactory
- Returns:
- new ProcessCall instance
-
scan
Description copied from interface:IMappedProcessFactory
Scan packages for class withProcess
annotation and add mapping for it- Specified by:
scan
in interfaceIMappedProcessFactory
-