public interface CrossReferencingRetrievalManager
Modifier and Type | Method and Description |
---|---|
java.util.Set<MaintainableBean> |
getCrossReferencingStructures(IdentifiableBean identifiable,
boolean returnStub,
SDMX_STRUCTURE_TYPE... structures)
Returns a list of MaintainableBean that cross reference the given identifiable structure
|
java.util.Set<MaintainableBean> |
getCrossReferencingStructures(StructureReferenceBean structureReference,
boolean returnStub,
SDMX_STRUCTURE_TYPE... structures)
Returns a list of MaintainableBean that cross reference the structure(s) that match the reference parameter
|
java.util.Set<MaintainableBean> getCrossReferencingStructures(StructureReferenceBean structureReference, boolean returnStub, SDMX_STRUCTURE_TYPE... structures)
structureReference
- Who References Me?returnStub
- if true, then will return the stubs that reference the structurestructures
- an optional parameter to further filter the list by structure typejava.util.Set<MaintainableBean> getCrossReferencingStructures(IdentifiableBean identifiable, boolean returnStub, SDMX_STRUCTURE_TYPE... structures)
identifiable
- the identifiable bean to retrieve the references for - Who References Me?returnStub
- if true, then will return the stubs that reference the structurestructures
- an optional parameter to further filter the list by structure type