public interface RegistryBeans
Modifier and Type | Method and Description |
---|---|
java.util.List<RegistrationBean> |
getRegistrations()
Returns all the registrations in this container, returns an empty list if there are none
|
SdmxBeans |
getSdmxBeans()
Returns the Sdmxbeans contained in this container, returns
null if there are none |
java.util.List<SubscriptionBean> |
getSubscriptions()
Returns all the subscriptions in this container, returns an empty list if there are none
|
boolean |
hasRegistrationBean()
Returns true if there are RegistrationBean contained in this container
|
boolean |
hasSdmxBeans()
Returns true if there are SdmxBeans contained in this container
|
boolean |
hasSubscriptionBean()
Returns true if there are SubscriptionBean contained in this container
|
boolean hasSdmxBeans()
SdmxBeans getSdmxBeans()
null
if there are noneboolean hasRegistrationBean()
java.util.List<RegistrationBean> getRegistrations()
boolean hasSubscriptionBean()
java.util.List<SubscriptionBean> getSubscriptions()