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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnewProcessInstance(String className) Create new process instancevoidScan packages for class withProcessannotation and add mapping for itMethods inherited from class org.adempiere.base.MappedByNameFactory
addMapping, getSupplier, removeMappingMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:IProcessFactoryCreate new process instance- Specified by:
newProcessInstancein interfaceIProcessFactory- Returns:
- new ProcessCall instance
-
scan
Description copied from interface:IMappedProcessFactoryScan packages for class withProcessannotation and add mapping for it- Specified by:
scanin interfaceIMappedProcessFactory
-