public interface ExternalReferenceManager
Modifier and Type | Method and Description |
---|---|
SdmxBeans |
resolveExternalReferences(SdmxBeans structures,
boolean isSubstitute,
boolean isLienient)
Resolves external references, where the 'externalReference' attribute is set to 'true'.
|
SdmxBeans resolveExternalReferences(SdmxBeans structures, boolean isSubstitute, boolean isLienient) throws SdmxException, CrossReferenceException
structures
- containing structures which may have the external reference attribute set to `true`isSubstitute
- if set to true, this will substitute the external reference beans for the real beansisLenient
- if set true, this will add error notations if errors occurSdmxException
CrossReferenceException