public class BeanCrossReferencedRetrievalManager extends java.lang.Object implements CrossReferencedRetrievalManager
Constructor and Description |
---|
BeanCrossReferencedRetrievalManager(SdmxBeanRetrievalManager beanRetrievalManager) |
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
|
public BeanCrossReferencedRetrievalManager(SdmxBeanRetrievalManager beanRetrievalManager)
public java.util.Set<MaintainableBean> getCrossReferencedStructures(StructureReferenceBean structureReference, boolean returnStub, SDMX_STRUCTURE_TYPE... structures)
CrossReferencedRetrievalManager
getCrossReferencedStructures
in interface CrossReferencedRetrievalManager
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 typepublic java.util.Set<MaintainableBean> getCrossReferencedStructures(IdentifiableBean identifiable, boolean returnStub, SDMX_STRUCTURE_TYPE... structures)
CrossReferencedRetrievalManager
getCrossReferencedStructures
in interface CrossReferencedRetrievalManager
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