| Package | Description |
|---|---|
| com.ihr.xbrl.dts.history |
This package contains interfaces and classes in order to allow classes in the API for the following functionality:
Store events like the event to create a fact item by the Excel Driver and store useful information such as the
excel sheet and cell the data is coming from.
|
| com.ihr.xbrl.om.instance |
Provides the classes necessary to process, read and write the content of XBRL Instance documents.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HistoricalEventImpl
Implementation of an Historical Event.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<HistoricalEventInterface> |
StoreHistoryImpl.getHistory() |
java.util.Collection<HistoricalEventInterface> |
ObtainHistoryInterface.getHistory()
Obtains a collection of all HistoricalEvent(s) produced .
|
| Modifier and Type | Method and Description |
|---|---|
void |
StoreHistoryInterface.addEvent(HistoricalEventInterface event)
Adds a new event as an instance of an HistoricalEventInterface.
|
void |
StoreHistoryImpl.addEvent(HistoricalEventInterface event) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<HistoricalEventInterface> |
XBRLFact.getHistory() |
| Modifier and Type | Method and Description |
|---|---|
void |
XBRLFact.addEvent(HistoricalEventInterface event) |