public interface CrossReferencedRetrievalManager
Modifier and Type | Method and Description |
---|---|
java.util.Set<MaintainableBean> |
getCrossReferencedStructures(IdentifiableBean identifiable,
boolean returnStub,
SDMX_STRUCTURE_TYPE... structures)
Returns a set of MaintainableBean that are cross referenced by the given identifiable structure
|
java.util.Set<MaintainableBean> |
getCrossReferencedStructures(StructureReferenceBean structureReference,
boolean returnStub,
SDMX_STRUCTURE_TYPE... structures)
Returns a set of MaintainableBean that are cross referenced by the structure(s) that match the reference parameter
|
java.util.Set<MaintainableBean> getCrossReferencedStructures(StructureReferenceBean structureReference, boolean returnStub, SDMX_STRUCTURE_TYPE... structures)
structureReference
- - What Do I Reference?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> getCrossReferencedStructures(IdentifiableBean identifiable, boolean returnStub, SDMX_STRUCTURE_TYPE... structures)
identifiable
- the identifiable bean to retrieve the references for - What Do I Reference?returnStub
- if true, then will return the stubs that reference the structurestructures
- an optional parameter to further filter the list by structure type