public interface QueryContext
Modifier and Type | Method and Description |
---|---|
BeanPool |
getBeanPool()
Retrieves reference to the bean pool.
|
BusinessLifeCycleManager |
getBusinessLifeCycleManager()
Returns the
BusinessLifeCycleManager , which may be used to
create, or delete, objects. |
BusinessQueryManager |
getBusinessQueryManager()
Returns the
BusinessQueryManager , which may be used to query for
registry objects. |
Configuration |
getConfiguration()
Retrieves the
Configuration . |
java.util.Locale |
getLocale()
Retrieves the
Locale for the context. |
RegistryAccessor |
getRegistryAccessor()
Returns the
RegistryAccessor , which is a helper object for
registry operations. |
RegistryObjectPaths |
getRegistryObjectPaths()
Retrieves reference to the
RegistryObjectPaths . |
RegistryService |
getRegistryService()
Returns the
RegistryService . |
BusinessLifeCycleManager getBusinessLifeCycleManager()
BusinessLifeCycleManager
, which may be used to
create, or delete, objects.BusinessLifeCycleManager
instanceBusinessQueryManager getBusinessQueryManager()
BusinessQueryManager
, which may be used to query for
registry objects.BusinessQueryManager
instanceRegistryService getRegistryService()
RegistryService
.RegistryService
instanceRegistryAccessor getRegistryAccessor()
RegistryAccessor
, which is a helper object for
registry operations.RegistryAccessor
instanceBeanPool getBeanPool()
BeanPool
instancejava.util.Locale getLocale()
Locale
for the context.Locale
for the contextConfiguration getConfiguration()
Configuration
.Configuration
instanceRegistryObjectPaths getRegistryObjectPaths()
RegistryObjectPaths
.RegistryObjectPaths
instance