@Service public class ExternalReferenceManagerImpl extends java.lang.Object implements ExternalReferenceManager
Constructor and Description |
---|
ExternalReferenceManagerImpl() |
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'.
|
void |
setStructureParsingManager(StructureParsingManager structureParsingManager) |
public SdmxBeans resolveExternalReferences(SdmxBeans structures, boolean isSubstitute, boolean isLienient) throws SdmxException, CrossReferenceException
ExternalReferenceManager
resolveExternalReferences
in interface ExternalReferenceManager
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 beansSdmxException
CrossReferenceException
public void setStructureParsingManager(StructureParsingManager structureParsingManager)