Uses of Class
org.compiere.model.MProcess
-
Packages that use MProcess Package Description org.compiere.model Provides for....org.compiere.server -
-
Uses of MProcess in org.compiere.model
Methods in org.compiere.model that return MProcess Modifier and Type Method Description static MProcess
MProcess. get(int AD_Process_ID)
Get MProcess from Cache (immutable)static MProcess
MProcess. get(String AD_Process_UU)
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 MenuMProcess
MScheduler. getProcess()
Get ProcessMProcess
MProcess. markImmutable()
Methods in org.compiere.model with parameters of type MProcess Modifier and Type Method Description void
MProcess. copyFrom(MProcess source)
Copy settings from another process overwrites existing data (including translations) and saves.Constructors in org.compiere.model with parameters of type MProcess Constructor Description MPInstance(MProcess process, int Record_ID)
Create Process Instance from Process and create parametersMProcess(Properties ctx, MProcess copy)
MProcess(Properties ctx, MProcess copy, String trxName)
MProcess(MProcess copy)
MProcessAccess(MProcess parent, int AD_Role_ID)
Parent ConstructorMProcessPara(MProcess parent)
Parent constructor -
Uses of MProcess in org.compiere.server
Methods in org.compiere.server with parameters of type MProcess Modifier and Type Method Description protected String
Scheduler. runProcess(MProcess process)
Run Process or Report
-