Package xal.plugin.jelog
Class XALPostEntryDialog
java.lang.Object
xal.plugin.jelog.XALPostEntryDialog
Class to submit new entries using a JavaFX dialog. Useful for logging data
together with some files or images attached directly from an Open XAL
application. It is basically a wrapper around PostEntryDialog to set the
default ESS elog server address and the CKEditor path.
- Author:
- Juan F. Esteban Müller <JuanF.EstebanMuller@ess.eu>
-
Method Details
-
setElogServer
-
post
- Throws:
IOException
-
post
public static int post(String defaultLogbook, Map<String, List<String>> defaultAttributes) throws IOException- Throws:
IOException
-
post
public static int post(List<eu.ess.jelog.Attachment> attachments, Map<String, List<String>> defaultAttributes) throws IOException- Throws:
IOException
-
post
public static int post(List<eu.ess.jelog.Attachment> attachments, String defaultLogbook, Map<String, List<String>> defaultAttributes) throws IOException- Throws:
IOException
-