JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
ch.tocco.nice2.tasks.api.quartz
BatchJob
Contents
Description
Required Element Summary
Optional Element Summary
Element Details
id
description
schedule
active
Hide sidebar
Show sidebar
Annotation Interface BatchJob
@Target
(
TYPE
)
@Retention
(
RUNTIME
) @Indexed
public @interface
BatchJob
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
id
String
schedule
when to run the batchjob, format is "minutes hours day-of-month month day-of-week"
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
boolean
active
String
description
Element Details
id
String
id
description
String
description
Default:
""
schedule
String
schedule
when to run the batchjob, format is "minutes hours day-of-month month day-of-week"
active
boolean
active
Default:
true