public interface XBRLDTSDocument
Modifier and Type | Method and Description |
---|---|
void |
clear()
Frees-up used memory.
|
void |
discoverDTS(XBRLDTSDocument parent)
Fires the rules of DTS Discovery for this object.
|
DTSContainer |
getContainer()
returns the DTSContainer this XBRLDTSDocument has been created.
|
java.lang.Integer |
getDTSKey()
Provides a key (a number) that can be used to index each document piece in the DTSContainer.
|
void discoverDTS(XBRLDTSDocument parent) throws DTSDiscoveryException, com.rs.lic.LicenseVerificationException
parent
- the parentDTSDiscoveryException
- the DTS discovery exceptioncom.rs.lic.LicenseVerificationException
- the license verification exceptionjava.lang.Integer getDTSKey()
Note 1, every document in the cache contains a document key that is the key for the document URI. that URI key IS NOT the DTS Key.
Note 2, every document contains a DTS key even if the document is not part of the included documents
in the DTS. Documents included in the DTS are those whose Document Key is part of the DTS.
The method DTSContainer.isDocumentInDTS(Integer)
can be used to check if a particular document
has been included in the DTS.
void clear() throws java.lang.Throwable
java.lang.Throwable
- the throwableDTSContainer getContainer()
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa