Uses of Class
org.compiere.process.ProcessInfoLog
-
Packages that use ProcessInfoLog Package Description org.adempiere.webui.adwindow org.adempiere.webui.component org.compiere.process Provides Processes used in Server and optionally Client Level. -
-
Uses of ProcessInfoLog in org.adempiere.webui.adwindow
Methods in org.adempiere.webui.adwindow that return ProcessInfoLog Modifier and Type Method Description ProcessInfoLog[]
StatusBar. getPLogs()
Methods in org.adempiere.webui.adwindow with parameters of type ProcessInfoLog Modifier and Type Method Description void
StatusBar. setStatusLine(String text, boolean error, ProcessInfoLog[] m_logs)
-
Uses of ProcessInfoLog in org.adempiere.webui.component
Constructors in org.adempiere.webui.component with parameters of type ProcessInfoLog Constructor Description ProcessInfoDialog(String title, String header, ProcessInfoLog[] m_logs)
Deprecated.Should useProcessInfoDialog(String, String, ProcessInfo, boolean)
for flexible show message -
Uses of ProcessInfoLog in org.compiere.process
Methods in org.compiere.process that return ProcessInfoLog Modifier and Type Method Description ProcessInfoLog[]
ProcessInfo. getLogs()
Method getLogsMethods in org.compiere.process that return types with arguments of type ProcessInfoLog Modifier and Type Method Description ArrayList<ProcessInfoLog>
ProcessInfo. getLogList()
Method getLogListMethods in org.compiere.process with parameters of type ProcessInfoLog Modifier and Type Method Description void
ProcessInfo. addLog(ProcessInfoLog logEntry)
Add to LogMethod parameters in org.compiere.process with type arguments of type ProcessInfoLog Modifier and Type Method Description void
ProcessInfo. setLogList(ArrayList<ProcessInfoLog> logs)
Method setLogList
-