Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.1.0)

E17492-02

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


public interface SplitTask

Represents a split segment of a split task.


Method Summary
 java.util.Date getEndTime()
          Gets the end time of the split segment.
 java.lang.String getSplitId()
          Gets the id of the split segment.
 java.util.Date getStartTime()
          Gets the start time of the split segment.
 

Method Detail

getSplitId

java.lang.String getSplitId()
Gets the id of the split segment.

Returns:

getStartTime

java.util.Date getStartTime()
Gets the start time of the split segment.

Returns:

getEndTime

java.util.Date getEndTime()
Gets the end time of the split segment.

Returns:

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.1.0)

E17492-02

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