- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 32 for Job (0.1 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/scheduler/AdminSchedulerAction.java
/** * Creates a new scheduled job from a crawler configuration. * * @param type the crawler type (web, file, or data) * @param id the crawler configuration ID * @param name the name for the new job (base64 encoded) * @return HTML response for the job creation form */ @Execute @Secured({ ROLE })Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 20 13:56:35 UTC 2025 - 21.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/job/ExecJob.java
if (jobRuntime != null) { final ScheduledJob job = (ScheduledJob) jobRuntime.getParameterMap().get(Constants.SCHEDULED_JOB); if (job != null) { prop.setProperty("job.runtime.id", job.getId()); prop.setProperty("job.runtime.name", job.getName()); } } prop.store(out, cmdList.toString());
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 14.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/JobHelper.java
import org.codelibs.fess.util.ComponentUtil; import org.dbflute.optional.OptionalThing; import org.lastaflute.job.JobManager; import org.lastaflute.job.LaCron; import org.lastaflute.job.LaJobRuntime; import org.lastaflute.job.LaScheduledJob; import org.lastaflute.job.key.LaJobUnique; import org.lastaflute.job.subsidiary.CronParamsSupplier; /** * Helper class for managing scheduled jobs within the Fess system.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 10.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/joblog/AdminJoblogAction.java
import jakarta.annotation.Resource; /** * Admin action for Job Log. * */ public class AdminJoblogAction extends FessAdminAction { /** * Default constructor. */ public AdminJoblogAction() { super(); } /** The role name for job log administration. */ public static final String ROLE = "admin-joblog";Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 20 13:56:35 UTC 2025 - 10.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/scheduler/ApiAdminSchedulerAction.java
public HtmlResponse index() { throw new UnsupportedOperationException("index() is not supported in API. Use the admin UI instead."); } /** * Starts a scheduled job by ID. * * @param id the ID of the scheduled job to start * @return JSON response indicating success or failure */ // PUT /api/admin/scheduler/{id}/start @Execute(urlPattern = "{}/@word")
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sun Nov 23 12:34:02 UTC 2025 - 10.1K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.file_auth_scheme_samba=Samba labels.file_auth_scheme_ftp=FTP labels.pagination_page_guide_msg={0}/{1} ({2} items) labels.list_could_not_find_crud_table=Not registered. labels.scheduledjob_configuration=Job Scheduler labels.scheduledjob_title_details=Job labels.scheduledjob_name=Name labels.scheduledjob_target=Target labels.scheduledjob_status=Status labels.scheduledjob_cronExpression=Schedule labels.scheduledjob_scriptType=Execution MethodRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 44K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/job/GenerateThumbnailJob.java
* * @param numOfThreads the number of threads * @return this job instance for method chaining */ public GenerateThumbnailJob numOfThreads(final int numOfThreads) { this.numOfThreads = numOfThreads; return this; } /** * Enables cleanup operations for this job. * * @return this job instance for method chaining */ public GenerateThumbnailJob cleanup() {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 11.7K bytes - Viewed (0) -
src/main/resources/fess_message_id.properties
errors.document_not_found = URL untuk ID dokumen tidak ditemukan. Penyebab: {0} errors.not_load_from_server = Tidak dapat memuat dari server ini. Penyebab: {0} errors.failed_to_start_job = Gagal memulai job: {0}. errors.failed_to_stop_job = Gagal menghentikan job: {0}. errors.failed_to_download_synonym_file = Gagal mengunduh berkas sinonim. errors.failed_to_upload_synonym_file = Gagal mengunggah berkas sinonim.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 07 14:12:58 UTC 2025 - 11.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/ComponentUtil.java
*/ public static ExtractorFactory getExtractorFactory() { return getComponent(EXTRACTOR_FACTORY); } /** * Gets a job executor by name. * @param name The name of the job executor. * @return The job executor instance. */ public static JobExecutor getJobExecutor(final String name) { if (name.endsWith(JOB_EXECUTOR_SUFFIX)) {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 28.9K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.file_auth_scheme_samba=Samba labels.file_auth_scheme_ftp=FTP labels.pagination_page_guide_msg={0}/{1} ({2} items) labels.list_could_not_find_crud_table=Not registered. labels.scheduledjob_configuration=Job Scheduler labels.scheduledjob_title_details=Job labels.scheduledjob_name=Name labels.scheduledjob_target=Target labels.scheduledjob_status=Status labels.scheduledjob_cronExpression=Schedule labels.scheduledjob_scriptType=Execution MethodRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 44K bytes - Viewed (0)