Uses of Class
org.compiere.model.MProcess
Package
Description
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
Provide interface and classes for iDempiere reporting engine.
-
Uses of MProcess in org.compiere.model
Modifier and TypeMethodDescriptionstatic MProcess
MProcess.get
(int AD_Process_ID) Get MProcess from Cache (immutable)static MProcess
Get MProcess from Cache based on UUID (immutable)static MProcess
MProcess.get
(Properties ctx, int AD_Process_ID) Get MProcess from Cache (immutable)static MProcess
MProcess.get
(Properties ctx, String AD_Process_UU) Get MProcess from Cache based on UUID (immutable)static MProcess
MProcess.getCopy
(Properties ctx, int AD_Process_ID, String trxName) Get updateable copy of MProcess from cachestatic MProcess
MProcess.getFromMenu
(Properties ctx, int AD_Menu_ID) Get MProcess from MenuMScheduler.getProcess()
Get ProcessMProcess.markImmutable()
Modifier and TypeMethodDescriptionvoid
Copy values and parameters from another process and saves.ModifierConstructorDescriptionMPInstance
(MProcess process, int Record_ID) Deprecated.MPInstance
(MProcess process, int Table_ID, int Record_ID, String Record_UU) Create and save new Process Instance from Process and record parametersMProcess
(Properties ctx, MProcess copy) Copy constructorMProcess
(Properties ctx, MProcess copy, String trxName) Copy constructorCopy constructorMProcessAccess
(MProcess parent, int AD_Role_ID) Parent ConstructorMProcessPara
(MProcess parent) Parent constructor -
Uses of MProcess in org.compiere.print
Modifier and TypeMethodDescriptionprotected ProcessInfo
DrillReportCtl.prepareProcessInfo
(MProcess process, MProcessDrillRule processDrillRule, int ad_PrintFormat_ID) Run Process or Report -
Uses of MProcess in org.compiere.server
Modifier and TypeMethodDescriptionprotected String
Scheduler.runProcess
(MProcess process) Run Process or Report
MPInstance(MProcess, int, int, String)