Class CreateForm
java.lang.Object
org.codelibs.fess.app.web.admin.scheduler.CreateForm
- Direct Known Subclasses:
CreateBody,EditForm
The create form for Scheduler.
-
Field Summary
FieldsModifier and TypeFieldDescriptionWhether the scheduled job is available/enabled.Whether this job is related to crawling.@Size(max=1000) StringThe username of who created this scheduled job.The timestamp when this scheduled job was created.@Size(max=100) StringThe cron expression defining when the job should run.The CRUD mode for the form.Whether job logging is enabled.@Required @Size(max=100) StringThe name of the scheduled job.The script data or code for the scheduled job.@Required @Size(max=100) StringThe type of script for the scheduled job.@Required @Min(0L) @Max(2147483647L) IntegerThe sort order for displaying this scheduled job.@Required @Size(max=100) StringThe target class for the scheduled job. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInitializes the form with default values for creating a new scheduled job.
-
Field Details
-
crudMode
The CRUD mode for the form. -
name
The name of the scheduled job. -
target
The target class for the scheduled job. -
cronExpression
The cron expression defining when the job should run. -
scriptType
The type of script for the scheduled job. -
scriptData
The script data or code for the scheduled job. -
crawler
Whether this job is related to crawling. -
jobLogging
Whether job logging is enabled. -
available
Whether the scheduled job is available/enabled. -
sortOrder
@Required @Min(0L) @Max(2147483647L) @ValidateTypeFailure public @Required @Min(0L) @Max(2147483647L) Integer sortOrderThe sort order for displaying this scheduled job. -
createdBy
The username of who created this scheduled job. -
createdTime
The timestamp when this scheduled job was created.
-
-
Constructor Details
-
CreateForm
public CreateForm()Creates a new CreateForm instance.
-
-
Method Details
-
initialize
public void initialize()Initializes the form with default values for creating a new scheduled job.
-