Uses of Class
org.compiere.model.MPInstancePara
Package
Description
Provide process, drill assistant, feedback request and callout dialog implementation.
Provide global search and label search component.
Provide global search and label search component.
Provide implementation of iDempiere form.
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 classes and interface for iDempiere process.
-
Uses of MPInstancePara in org.adempiere.webui.apps
Modifier and TypeMethodDescriptionProcessParameterPanel.getParameters()
Get parameter values from editors without saving to DB. -
Uses of MPInstancePara in org.adempiere.webui.apps.form
Modifier and TypeMethodDescriptionvoid
WProcessParameter.saveParameters
(MPInstancePara[] instanceParas, String tableName) Create MSchedulerPara or MProcessDrillRulePara from paras. -
Uses of MPInstancePara in org.compiere.model
Modifier and TypeMethodDescriptionMPInstance.createParameter
(int seqNo, String parameterName, Object value) Create Process Instance Parameter and save to databasestatic MPInstancePara
MPInstancePara.getOrCreate
(Properties ctx, int AD_PInstance_ID, int SeqNo) Get existing AD_PInstance_Para record or create a new one if not foundMPInstance.getParameters()
Get Instance ParametersModifier and TypeMethodDescriptionboolean
MPInstancePara.equalParameter
(MPInstancePara param) boolean
MPInstance.equalParameters
(MPInstancePara[] params) Check whether a set of process instance parameters are equal to the current instance parameters. -
Uses of MPInstancePara in org.compiere.process
Modifier and TypeMethodDescriptionboolean
ProcessInfo.isProcessRunning
(MPInstancePara[] params) Validates to inform a user running again a process that is already in execution.