Uses of Class
org.codelibs.fess.app.web.admin.scheduler.EditForm
Packages that use EditForm
Package
Description
-
Uses of EditForm in org.codelibs.fess.app.web.admin.scheduler
Methods in org.codelibs.fess.app.web.admin.scheduler with parameters of type EditFormModifier and TypeMethodDescriptionorg.lastaflute.web.response.HtmlResponseDeletes a scheduled job.org.lastaflute.web.response.HtmlResponseDisplays the form for editing an existing scheduled job.protected voidAdminSchedulerAction.loadScheduledJob(EditForm form, org.codelibs.fess.opensearch.config.exentity.ScheduledJob entity) Loads scheduled job data into the edit form.org.lastaflute.web.response.HtmlResponseStarts a scheduled job.org.lastaflute.web.response.HtmlResponseStops a running scheduled job.org.lastaflute.web.response.HtmlResponseUpdates an existing scheduled job. -
Uses of EditForm in org.codelibs.fess.app.web.api.admin.scheduler
Subclasses of EditForm in org.codelibs.fess.app.web.api.admin.schedulerModifier and TypeClassDescriptionclassRequest body class for scheduler edit operations in the admin REST API.