Uses of Class
org.compiere.process.ProcessInfo
-
Packages that use ProcessInfo Package Description org.adempiere.base.event org.adempiere.base.event.annotations.process org.adempiere.model org.adempiere.plugin.utils org.adempiere.process org.adempiere.report.jasper org.adempiere.util org.adempiere.webui.adwindow org.adempiere.webui.apps org.adempiere.webui.apps.form org.adempiere.webui.component org.adempiere.webui.panel org.adempiere.webui.process org.compiere.apps org.compiere.apps.form org.compiere.model Provides for....org.compiere.print Provides for....org.compiere.process Provides Processes used in Server and optionally Client Level.org.compiere.server org.compiere.util org.compiere.wf org.idempiere.adinterface -
-
Uses of ProcessInfo in org.adempiere.base.event
Methods in org.adempiere.base.event that return ProcessInfo Modifier and Type Method Description protected ProcessInfo
AbstractEventHandler. getProcessInfo(org.osgi.service.event.Event event)
static ProcessInfo
EventHelper. getProcessInfo(org.osgi.service.event.Event event)
-
Uses of ProcessInfo in org.adempiere.base.event.annotations.process
Methods in org.adempiere.base.event.annotations.process that return ProcessInfo Modifier and Type Method Description protected ProcessInfo
ProcessEventDelegate. getProcessInfo()
-
Uses of ProcessInfo in org.adempiere.model
Methods in org.adempiere.model with parameters of type ProcessInfo Modifier and Type Method Description String
ITaxProvider. validateConnection(MTaxProvider provider, ProcessInfo pi)
-
Uses of ProcessInfo in org.adempiere.plugin.utils
Methods in org.adempiere.plugin.utils that return ProcessInfo Modifier and Type Method Description ProcessInfo
AbstractActivator. getProcessInfo()
Methods in org.adempiere.plugin.utils with parameters of type ProcessInfo Modifier and Type Method Description void
AbstractActivator. setProcessInfo(ProcessInfo processInfo)
-
Uses of ProcessInfo in org.adempiere.process
Methods in org.adempiere.process that return ProcessInfo Modifier and Type Method Description ProcessInfo
ImportProcess. getProcessInfo()
Get Process Info -
Uses of ProcessInfo in org.adempiere.report.jasper
Methods in org.adempiere.report.jasper with parameters of type ProcessInfo Modifier and Type Method Description File
AttachmentResourceLoader. getReportFile(ProcessInfo processInfo, String reportPath)
Get report file from process attachmentstatic void
JREventManage. sentPdfExporterConfigurationEvent(net.sf.jasperreports.engine.export.JRPdfExporter export, net.sf.jasperreports.export.SimpleExporterConfiguration config, ProcessInfo pi)
sent event to customize pdf export configurationboolean
ReportStarter. startProcess(Properties ctx, ProcessInfo pi, Trx trx)
Start the process. -
Uses of ProcessInfo in org.adempiere.util
Methods in org.adempiere.util with parameters of type ProcessInfo Modifier and Type Method Description void
IProcessUI. lockUI(ProcessInfo pi)
Lock User Interface.static boolean
ProcessUtil. startDatabaseProcedure(ProcessInfo processInfo, String ProcedureName, Trx trx)
static boolean
ProcessUtil. startDatabaseProcedure(ProcessInfo processInfo, String ProcedureName, Trx trx, boolean managedTrx)
static boolean
ProcessUtil. startJavaProcess(Properties ctx, ProcessInfo pi, Trx trx)
static boolean
ProcessUtil. startJavaProcess(Properties ctx, ProcessInfo pi, Trx trx, boolean managedTrx)
static boolean
ProcessUtil. startJavaProcess(Properties ctx, ProcessInfo pi, Trx trx, boolean managedTrx, IProcessUI processMonitor)
static boolean
ProcessUtil. startJavaProcess(ProcessInfo pi, Trx trx)
Deprecated.static boolean
ProcessUtil. startJavaProcessWithoutTrxClose(Properties ctx, ProcessInfo pi, Trx trx)
Start a java process without closing the given transaction.static boolean
ProcessUtil. startScriptProcess(Properties ctx, ProcessInfo pi, Trx trx)
static MWFProcess
ProcessUtil. startWorkFlow(Properties ctx, ProcessInfo pi, int AD_Workflow_ID)
void
IProcessUI. unlockUI(ProcessInfo pi)
Unlock User Interface. -
Uses of ProcessInfo in org.adempiere.webui.adwindow
Methods in org.adempiere.webui.adwindow with parameters of type ProcessInfo Modifier and Type Method Description void
AbstractADWindowContent. executeASync(ProcessInfo pi)
-
Uses of ProcessInfo in org.adempiere.webui.apps
Methods in org.adempiere.webui.apps that return ProcessInfo Modifier and Type Method Description ProcessInfo
AbstractProcessDialog. getProcessInfo()
Methods in org.adempiere.webui.apps with parameters of type ProcessInfo Modifier and Type Method Description protected boolean
AbstractProcessDialog. init(Properties ctx, int WindowNo, int AD_Process_ID, ProcessInfo pi, boolean autoStart, boolean isDisposeOnComplete)
layout as belowvoid
AbstractProcessDialog. lockUI(ProcessInfo pi)
static void
WProcessCtl. process(int WindowNo, ProcessInfo pi, Trx trx)
static void
WProcessCtl. process(int WindowNo, ProcessInfo pi, Trx trx, org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event> listener)
Process Control- Get Instance ID - Get Parameters - execute (lock - start process - unlock)
Creates a ProcessCtl instance, which calls lockUI and unlockUI if parent is a ASyncProcessstatic void
WProcessCtl. process(IProcessUI aProcessUI, int WindowNo, IProcessParameter parameter, ProcessInfo pi, Trx trx)
Async Process - Do it all.void
AbstractProcessDialog. setProcessInfo(ProcessInfo pi)
void
ProcessParameterPanel. setProcessInfo(ProcessInfo processInfo)
void
AbstractProcessDialog. unlockUI(ProcessInfo pi)
Constructors in org.adempiere.webui.apps with parameters of type ProcessInfo Constructor Description ProcessModalDialog(int WindowNo, ProcessInfo pi, boolean autoStart)
ProcessModalDialog(org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event> listener, int WindowNo, ProcessInfo pi, boolean autoStart)
ProcessParameterPanel(int WindowNo, ProcessInfo pi)
Dynamic generated Parameter panel.WProcessCtl(IProcessUI aProcessUI, int WindowNo, ProcessInfo pi, Trx trx)
-
Uses of ProcessInfo in org.adempiere.webui.apps.form
Methods in org.adempiere.webui.apps.form with parameters of type ProcessInfo Modifier and Type Method Description void
WPaySelect. executeASync(ProcessInfo pi)
void
WPaySelect. lockUI(ProcessInfo pi)
Lock User Interface Called from the Worker before processingvoid
WPaySelect. unlockUI(ProcessInfo pi)
Unlock User Interface. -
Uses of ProcessInfo in org.adempiere.webui.component
Methods in org.adempiere.webui.component with parameters of type ProcessInfo Modifier and Type Method Description static ProcessInfoDialog
ProcessInfoDialog. showProcessInfo(ProcessInfo pi, int windowNo, org.zkoss.zk.ui.Component comp, boolean needFillLogFromDb)
after run a process, call this function to show result in a dialogConstructors in org.adempiere.webui.component with parameters of type ProcessInfo Constructor Description ProcessInfoDialog(String title, String header, ProcessInfo pi, boolean needFillLogFromDb)
show result after run a process -
Uses of ProcessInfo in org.adempiere.webui.panel
Methods in org.adempiere.webui.panel that return ProcessInfo Modifier and Type Method Description ProcessInfo
ADForm. getProcessInfo()
Methods in org.adempiere.webui.panel with parameters of type ProcessInfo Modifier and Type Method Description static ADForm
ADForm. openForm(int adFormID, GridTab gridTab, ProcessInfo pi)
Open a form base on it's ID and a Process Info parametersstatic ADForm
ADForm. openForm(int adFormID, GridTab gridTab, ProcessInfo pi, String predefinedContextVariables, boolean isSOTrx)
Open a form base on it's ID and a Process Info parameters with the predefined context variables from menuvoid
ADForm. setProcessInfo(ProcessInfo pi)
-
Uses of ProcessInfo in org.adempiere.webui.process
Subclasses of ProcessInfo in org.adempiere.webui.process Modifier and Type Class Description class
WProcessInfo
-
Uses of ProcessInfo in org.compiere.apps
Methods in org.compiere.apps that return ProcessInfo Modifier and Type Method Description protected ProcessInfo
AbstractProcessCtl. getProcessInfo()
Constructors in org.compiere.apps with parameters of type ProcessInfo Constructor Description AbstractProcessCtl(IProcessUI aProcessUI, int WindowNo, ProcessInfo pi, Trx trx)
Constructor -
Uses of ProcessInfo in org.compiere.apps.form
Methods in org.compiere.apps.form that return ProcessInfo Modifier and Type Method Description ProcessInfo
GenForm. getProcessInfo()
Methods in org.compiere.apps.form with parameters of type ProcessInfo Modifier and Type Method Description void
GenForm. setProcessInfo(ProcessInfo pi)
-
Uses of ProcessInfo in org.compiere.model
Methods in org.compiere.model with parameters of type ProcessInfo Modifier and Type Method Description boolean
MProcess. processIt(ProcessInfo pi, Trx trx)
Process It (sync)boolean
MProcess. processIt(ProcessInfo pi, Trx trx, boolean managedTrx)
Process It (sync)boolean
MProcess. processItWithoutTrxClose(ProcessInfo pi, Trx trx)
Process It without closing the given transaction - used from workflow engine.void
M_Element. renameDBColumn(String newColumnName, ProcessInfo pi)
boolean
MPayment. startProcess(Properties ctx, ProcessInfo pi, Trx trx)
Process Online Payment.boolean
MPaymentTransaction. startProcess(Properties ctx, ProcessInfo pi, Trx trx)
Process Online Payment.String
StandardTaxProvider. validateConnection(MTaxProvider provider, ProcessInfo pi)
Constructors in org.compiere.model with parameters of type ProcessInfo Constructor Description PrintInfo(ProcessInfo pi)
Process Archive Info -
Uses of ProcessInfo in org.compiere.print
Methods in org.compiere.print with parameters of type ProcessInfo Modifier and Type Method Description static ReportEngine
ReportEngine. get(Properties ctx, ProcessInfo pi)
Get Report Engine for process infostatic boolean
ServerReportCtl. runJasperProcess(int Record_ID, ReportEngine re, boolean IsDirectPrint, String printerName, ProcessInfo pi)
Runs a Jasper process that prints the recordstatic boolean
ReportCtl. start(IProcessUI parent, int WindowNo, ProcessInfo pi)
Create Report.static boolean
ReportCtl. start(IProcessUI parent, int WindowNo, ProcessInfo pi, boolean IsDirectPrint)
Create Report.static boolean
ReportCtl. start(ProcessInfo pi, boolean IsDirectPrint)
Create Report.static boolean
ServerReportCtl. start(ProcessInfo pi)
Create Report.static boolean
ServerReportCtl. startDocumentPrint(int type, MPrintFormat customPrintFormat, int Record_ID, String printerName, ProcessInfo pi)
Start Document Print for Type with specified printer.static boolean
ReportCtl. startFinReport(ProcessInfo pi)
Start Financial Report.static boolean
ReportCtl. startFinReport(ProcessInfo pi, int WindowNo)
Start Financial Report.static boolean
ServerReportCtl. startFinReport(ProcessInfo pi)
Start Financial Report.static boolean
ReportCtl. startStandardReport(ProcessInfo pi)
Start Standard Reportstatic boolean
ReportCtl. startStandardReport(ProcessInfo pi, boolean IsDirectPrint)
Start Standard Reportstatic boolean
ReportCtl. startStandardReport(ProcessInfo pi, int WindowNo)
Start Standard Reportstatic boolean
ReportCtl. startStandardReport(ProcessInfo pi, int WindowNo, boolean IsDirectPrint)
Start Standard Reportstatic boolean
ServerReportCtl. startStandardReport(ProcessInfo pi)
Start Standard Reportstatic boolean
ServerReportCtl. startStandardReport(ProcessInfo pi, boolean IsDirectPrint)
Start Standard Report -
Uses of ProcessInfo in org.compiere.process
Methods in org.compiere.process that return ProcessInfo Modifier and Type Method Description ProcessInfo
SvrProcess. getProcessInfo()
Get Process InfoMethods in org.compiere.process with parameters of type ProcessInfo Modifier and Type Method Description static ServerProcessCtl
ServerProcessCtl. process(ProcessInfo pi, Trx trx)
Process Control- Get Instance ID - Get Parameters - execute (lock - start process - unlock)
Creates a ProcessCtl instance, which calls lockUI and unlockUI if parent is a ASyncProcess
Called from APanel.cmd_print, APanel.actionButton and VPaySelect.cmd_generatestatic ServerProcessCtl
ServerProcessCtl. process(ProcessInfo pi, Trx trx, boolean managedTrxForJavaProcess)
Process Control- Get Instance ID - Get Parameters - execute (lock - start process - unlock)
Creates a ProcessCtl instance, which calls lockUI and unlockUI if parent is a ASyncProcess
Called from APanel.cmd_print, APanel.actionButton and VPaySelect.cmd_generatestatic void
ProcessInfoUtil. saveLogToDB(ProcessInfo pi)
Create Process Logstatic void
ProcessInfoUtil. setLogFromDB(ProcessInfo pi)
Set Log of Process.static void
ProcessInfoUtil. setParameterFromDB(ProcessInfo pi)
Set Parameter of Process (and Client/User)static void
ProcessInfoUtil. setSummaryFromDB(ProcessInfo pi)
Query PInstance for result.boolean
ProcessCall. startProcess(Properties ctx, ProcessInfo pi, Trx trx)
Start the process.boolean
SvrProcess. startProcess(Properties ctx, ProcessInfo pi, Trx trx)
Start the process.static String
DatabaseViewValidate. validateDatabaseView(Properties ctx, MTable table, String trxName, ProcessInfo pi)
static String
TableIndexValidate. validateTableIndex(Properties ctx, MTableIndex index, String trxName, ProcessInfo pi)
Constructors in org.compiere.process with parameters of type ProcessInfo Constructor Description ServerProcessCtl(ProcessInfo pi, Trx trx)
Constructor -
Uses of ProcessInfo in org.compiere.server
Fields in org.compiere.server declared as ProcessInfo Modifier and Type Field Description protected ProcessInfo
Scheduler. pi
-
Uses of ProcessInfo in org.compiere.util
Methods in org.compiere.util that return ProcessInfo Modifier and Type Method Description static ProcessInfo
Env. getProcessInfo(Properties ctx)
-
Uses of ProcessInfo in org.compiere.wf
Methods in org.compiere.wf that return ProcessInfo Modifier and Type Method Description static ProcessInfo
MWorkflow. runDocumentActionWorkflow(PO po, String docAction)
Methods in org.compiere.wf with parameters of type ProcessInfo Modifier and Type Method Description MWFProcess
MWorkflow. start(ProcessInfo pi)
Deprecated.MWFProcess
MWorkflow. start(ProcessInfo pi, String trxName)
Start Workflow.MWFProcess
MWorkflow. startWait(ProcessInfo pi)
Start Workflow and Wait for completion.Constructors in org.compiere.wf with parameters of type ProcessInfo Constructor Description MWFProcess(MWorkflow wf, ProcessInfo pi)
Deprecated.MWFProcess(MWorkflow wf, ProcessInfo pi, String trxName)
New Constructor -
Uses of ProcessInfo in org.idempiere.adinterface
Methods in org.idempiere.adinterface with parameters of type ProcessInfo Modifier and Type Method Description static ReportEngine
Process. start(ProcessInfo pi)
static ReportEngine
Process. startFinReport(ProcessInfo pi)
Start Financial Report.static ReportEngine
Process. startStandardReport(ProcessInfo pi)
Start Standard Report
-