public interface Schedule extends Serializable
Holds information about a schedule, including the event to send, the username to use to open the session, and the periodicity for the schedule.
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
|
String getId()
String getEventId()
String getEventCategory()
String getCronExpression()
String getUsername()
boolean isEnabled()
Copyright © 2015 Nuxeo SA. All rights reserved.