Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.scheduler.core.interfaces
Interface Schedule

All Known Implementing Classes:
ScheduleImpl

public interface Schedule

Schedule entry.

Holds information about a schedule, including the event to send, the username and password to use to open the session, and the periodicity for the schedule.

Author:
Florent Guillaume

Method Summary
 java.lang.String getCronExpression()
          Returns the cron expression.
 java.lang.String getEventCategory()
          Returns the event category.
 java.lang.String getEventId()
          Returns the event id.
 java.lang.String getId()
          Returns the schedule job id.
 java.lang.String getPassword()
          Returns the password.
 java.lang.String getUsername()
          Returns the username.
 

Method Detail

getId

java.lang.String getId()
Returns the schedule job id.

Returns:
the schedule job id.

getEventId

java.lang.String getEventId()
Returns the event id.

Returns:
the event id

getEventCategory

java.lang.String getEventCategory()
Returns the event category.

Returns:
the event category

getCronExpression

java.lang.String getCronExpression()
Returns the cron expression.

Returns:
the cron expression

getUsername

java.lang.String getUsername()
Returns the username.

Returns:
the username

getPassword

java.lang.String getPassword()
Returns the password.

Returns:
the password

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.