Uses of Class
org.compiere.model.MProcessPara
Packages that use MProcessPara
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 iDempiere workflow engine implementation
-
Uses of MProcessPara in org.compiere.model
Methods in org.compiere.model that return MProcessParaModifier and TypeMethodDescriptionstatic MProcessPara
MProcessPara.get
(int AD_Process_Para_ID) Get MProcessPara from Cache (immutable)static MProcessPara
MProcessPara.get
(Properties ctx, int AD_Process_Para_ID) Get MProcessPara from Cache (immutable)MProcess.getParameter
(String name) Get Process Parameter with ColumnNameMProcess.getParameters()
Get Process ParametersMPInstance.getProcessParameters()
Get Process ParametersMProcessPara.markImmutable()
Methods in org.compiere.model with parameters of type MProcessParaModifier and TypeMethodDescriptionvoid
MProcessPara.copyFrom
(MProcessPara source) Copy settings from another process parameter and saveConstructors in org.compiere.model with parameters of type MProcessParaModifierConstructorDescriptionMProcessPara
(Properties ctx, MProcessPara copy) Copy constructorMProcessPara
(Properties ctx, MProcessPara copy, String trxName) Copy constructorMProcessPara
(MProcessPara copy) Copy constructor -
Uses of MProcessPara in org.compiere.wf
Methods in org.compiere.wf that return MProcessPara