XBRLAPI

A Java API for XBRL


org.xbrlapi.loader
Interface History

All Superinterfaces:
Serializable
All Known Implementing Classes:
HistoryImpl

public interface History
extends Serializable

The interface defining the contract for recording the history of documents being loaded into a data store by a loader.

Author:
Geoff Shuetrim (geoff@galexy.net)

Method Summary
 void addRecord(URI uri, String identifier)
           
 String getIdentifier(URI uri)
           
 Set<URI> getURIs()
           
 

Method Detail

addRecord

void addRecord(URI uri,
               String identifier)

getIdentifier

String getIdentifier(URI uri)

getURIs

Set<URI> getURIs()

Get Java XBRL API implementation at SourceForge.net.