| Modifier and Type | Field and Description |
|---|---|
String |
cronExpression |
boolean |
enabled |
String |
eventCategory |
String |
eventId |
String |
id |
String |
username |
| Constructor and Description |
|---|
ScheduleImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCronExpression()
Returns the cron expression.
|
String |
getEventCategory()
Returns the event category.
|
String |
getEventId()
Returns the event id.
|
String |
getId()
Returns the schedule job id.
|
String |
getUsername()
Returns the username.
|
boolean |
isEnabled()
Returns true if the scheduler is enabled and the job scheduled for
execution
|
void |
setEventId(String eventId) |
String |
toString() |
public String id
public String eventId
public String eventCategory
public String cronExpression
public String username
public boolean enabled
public void setEventId(String eventId)
public String getId()
Schedulepublic String getEventId()
SchedulegetEventId in interface Schedulepublic String getEventCategory()
SchedulegetEventCategory in interface Schedulepublic String getCronExpression()
SchedulegetCronExpression in interface Schedulepublic String getUsername()
SchedulegetUsername in interface ScheduleCopyright © 2013 Nuxeo SA. All Rights Reserved.