Uses of Class
org.compiere.model.MProcess
Packages that use 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
Methods in org.compiere.model that return MProcessModifier and TypeMethodDescriptionstatic MProcessMProcess.get(int AD_Process_ID) Get MProcess from Cache (immutable)static MProcessGet MProcess from Cache based on UUID (immutable)static MProcessMProcess.get(Properties ctx, int AD_Process_ID) Get MProcess from Cache (immutable)static MProcessMProcess.get(Properties ctx, String AD_Process_UU) Get MProcess from Cache based on UUID (immutable)static MProcessMProcess.getCopy(Properties ctx, int AD_Process_ID, String trxName) Get updateable copy of MProcess from cachestatic MProcessMProcess.getFromMenu(Properties ctx, int AD_Menu_ID) Get MProcess from MenuMScheduler.getProcess()Get ProcessMProcess.markImmutable()Methods in org.compiere.model with parameters of type MProcessModifier and TypeMethodDescriptionvoidCopy values and parameters from another process and saves.Constructors in org.compiere.model with parameters of type MProcessModifierConstructorDescriptionMPInstance(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
Methods in org.compiere.print with parameters of type MProcessModifier and TypeMethodDescriptionprotected ProcessInfoDrillReportCtl.prepareProcessInfo(MProcess process, MProcessDrillRule processDrillRule, int ad_PrintFormat_ID) Run Process or Report -
Uses of MProcess in org.compiere.server
Methods in org.compiere.server with parameters of type MProcessModifier and TypeMethodDescriptionprotected StringScheduler.runProcess(MProcess process) Run Process or Report
MPInstance(MProcess, int, int, String)