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 MProcessMProcess. get(int AD_Process_ID)Get MProcess from Cache (immutable)static MProcessMProcess. get(String AD_Process_UU)Get 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 MenuMProcessMScheduler. getProcess()Get ProcessMProcessMProcess. markImmutable()Methods in org.compiere.model with parameters of type MProcess Modifier and Type Method Description voidMProcess. 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 StringScheduler. runProcess(MProcess process)Run Process or Report
-