Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.4.0)

E12063-05

oracle.adf.view.faces.bi.model
Interface RecurringTask


public interface RecurringTask

Represents one of the recurring tasks


Method Summary
 java.util.Date getEndTime()
          Gets the end time of the recurring task.
 java.lang.String getRecurringTaskId()
          Gets the id of the recurring task.
 java.util.Date getStartTime()
          Gets the start time of the recurring task.
 java.lang.String getSubType()
          Gets the subtype of the recurring task.
 

Method Detail

getRecurringTaskId

java.lang.String getRecurringTaskId()
Gets the id of the recurring task.

Returns:
the id of the recurring task

getSubType

java.lang.String getSubType()
Gets the subtype of the recurring task. This is optional. If none is specified, then The type would be default to the type of the overall task.

Returns:
the subtype of the recurring tas

getStartTime

java.util.Date getStartTime()
Gets the start time of the recurring task.

Returns:
the start time of the recurring task

getEndTime

java.util.Date getEndTime()
Gets the end time of the recurring task.

Returns:
the end time of the recurring task

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.4.0)

E12063-05

Copyright © 1997, 2011, Oracle. All rights reserved.