Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.api.context
Interface HistoryInformation

All Superinterfaces:
ContextElement

public interface HistoryInformation
extends ContextElement

This interface encapsulates the Call diversion history. It is maintained as a TreeSet as per the index (chronological order) of the call diversion.


Method Summary
 TreeSet<HistoryElement> getElements()
          This method returns the HistoryElement as a TreeSet.

 

Methods inherited from interface com.oracle.sft.api.ContextElement
isUpdatable

 

Method Detail

getElements

TreeSet<HistoryElement> getElements()
This method returns the HistoryElement as a TreeSet.
Returns:
A TreeSet of HistoryElement objects. An empty TreeSet will be returned if there there is no prior history.

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.