public interface ComplexStructureQueryMetadata
Modifier and Type | Method and Description |
---|---|
java.util.List<SDMX_STRUCTURE_TYPE> |
getReferenceSpecificStructures()
If STRUCTURE_REFERENCE_DETAIL == SPECIFIC, this method will return the specific structures for getting references, returns null otherwise
|
COMPLEX_MAINTAINABLE_QUERY_DETAIL |
getReferencesQueryDetail()
Returns the query details for the resolved references, can not be null
|
COMPLEX_STRUCTURE_QUERY_DETAIL |
getStructureQueryDetail()
Returns the query detail for this structure query, can not be null
|
STRUCTURE_REFERENCE_DETAIL |
getStructureReferenceDetail()
Returns the reference detail for this structure query, can not be null
|
boolean |
isReturnedMatchedArtefact()
true if the matched artefact should be returned in the query result besides the referenced artefacts.
|
boolean isReturnedMatchedArtefact()
COMPLEX_STRUCTURE_QUERY_DETAIL getStructureQueryDetail()
COMPLEX_MAINTAINABLE_QUERY_DETAIL getReferencesQueryDetail()
STRUCTURE_REFERENCE_DETAIL getStructureReferenceDetail()
java.util.List<SDMX_STRUCTURE_TYPE> getReferenceSpecificStructures()