Uses of Class
org.compiere.model.MProcessPara
-
Packages that use MProcessPara Package Description org.compiere.model Provides for....org.compiere.wf -
-
Uses of MProcessPara in org.compiere.model
Methods in org.compiere.model that return MProcessPara Modifier and Type Method Description static MProcessParaMProcessPara. get(int AD_Process_Para_ID)Get MProcessPara from Cache (immutable)static MProcessParaMProcessPara. get(Properties ctx, int AD_Process_Para_ID)Get MProcessPara from Cache (immutable)MProcessParaMProcess. getParameter(String name)Get Parameter with ColumnNameMProcessPara[]MProcess. getParameters()Get ParametersMProcessParaMProcessPara. markImmutable()Methods in org.compiere.model with parameters of type MProcessPara Modifier and Type Method Description voidMProcessPara. copyFrom(MProcessPara source)Copy settings from another process parameter overwrites existing data (including translations) and savesConstructors in org.compiere.model with parameters of type MProcessPara Constructor Description MProcessPara(Properties ctx, MProcessPara copy)MProcessPara(Properties ctx, MProcessPara copy, String trxName)MProcessPara(MProcessPara copy) -
Uses of MProcessPara in org.compiere.wf
Methods in org.compiere.wf that return MProcessPara Modifier and Type Method Description MProcessParaMWFNodePara. getProcessPara()Get Process Parameter
-