- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for addSuccessBulkProcessStarted (0.75 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/backup/AdminBackupAction.java
} throwValidationError(messages -> messages.addErrorsFileIsNotSupported(GLOBAL, fileName), this::asListHtml); } saveInfo(messages -> messages.addSuccessBulkProcessStarted(GLOBAL)); return redirect(getClass()); // no-op } /** * Import the file asynchronously. * @param fileName The file name. * @param tempFile The temporary file.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 29.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java
* <pre> * message: Started a bulk process. * </pre> * @param property The property name for the message. (NotNull) * @return this. (NotNull) */ public FessMessages addSuccessBulkProcessStarted(String property) { assertPropertyNotNull(property); add(property, new UserMessage(SUCCESS_bulk_process_started)); return this; } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 119.6K bytes - Viewed (0)