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()
Schedule
public String getEventId()
Schedule
getEventId
in interface Schedule
public String getEventCategory()
Schedule
getEventCategory
in interface Schedule
public String getCronExpression()
Schedule
getCronExpression
in interface Schedule
public String getUsername()
Schedule
getUsername
in interface Schedule
Copyright © 2013 Nuxeo SA. All Rights Reserved.