Uses of Class
org.compiere.model.MPInstancePara
-
Packages that use MPInstancePara Package Description org.adempiere.webui.apps org.adempiere.webui.apps.form org.compiere.model Provides for....org.compiere.process Provides Processes used in Server and optionally Client Level. -
-
Uses of MPInstancePara in org.adempiere.webui.apps
Methods in org.adempiere.webui.apps that return MPInstancePara Modifier and Type Method Description MPInstancePara[]
ProcessParameterPanel. getParameters()
Get Parameter values without saving -
Uses of MPInstancePara in org.adempiere.webui.apps.form
Methods in org.adempiere.webui.apps.form with parameters of type MPInstancePara Modifier and Type Method Description void
WProcessParameter. saveParameters(MPInstancePara[] paras)
Save parameters to AD_Scheduler_Para -
Uses of MPInstancePara in org.compiere.model
Methods in org.compiere.model that return MPInstancePara Modifier and Type Method Description MPInstancePara
MPInstance. 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 foundMPInstancePara[]
MPInstance. getParameters()
Get ParametersMethods in org.compiere.model with parameters of type MPInstancePara Modifier and Type Method Description boolean
MPInstancePara. equalParameter(MPInstancePara param)
boolean
MPInstance. equalParameters(MPInstancePara[] params)
Validate that a set of process instance parameters are equal or not to the current instance parameter -
Uses of MPInstancePara in org.compiere.process
Methods in org.compiere.process with parameters of type MPInstancePara Modifier and Type Method Description boolean
ProcessInfo. isProcessRunning(MPInstancePara[] params)
Validates to inform a user running again a process that is already in execution.
-