Nuxeo ECM Projects 5.4.3-SNAPSHOT

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 to use to open the session, and the periodicity for the schedule.


Method Summary
 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.
 

Method Detail

getId

String getId()
Returns the schedule job id.

Returns:
the schedule job id.

getEventId

String getEventId()
Returns the event id.

Returns:
the event id

getEventCategory

String getEventCategory()
Returns the event category.

Returns:
the event category

getCronExpression

String getCronExpression()
Returns the cron expression.

Returns:
the cron expression

getUsername

String getUsername()
Returns the username.

Returns:
the username

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.