Uses of Class
org.adempiere.base.ServiceQuery
Package
Description
Provide interface and default implementation of iDempiere core services (model factory, callout factory, etc)
Provide service discovery implementation for OSGi declarative service.
Provide service discovery implementation for Equinox extension
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
-
Uses of ServiceQuery in org.adempiere.base
Modifier and TypeMethodDescription<T> IServicesHolder<T>
IServiceLocator.list
(Class<T> type, String componentName, ServiceQuery query) Find all matching services by component name and query expression<T> IServicesHolder<T>
IServiceLocator.list
(Class<T> type, ServiceQuery query) Find all matching services by type and query expression<T> IServiceHolder<T>
IServiceLocator.locate
(Class<T> type, String componentName, ServiceQuery query) Locate matching service by component name and query expression<T> IServiceHolder<T>
IServiceLocator.locate
(Class<T> type, ServiceQuery query) Locate matching service by type and query expression -
Uses of ServiceQuery in org.adempiere.base.ds
Modifier and TypeMethodDescription<T> IServicesHolder<T>
DynamicServiceLocator.list
(Class<T> type, String serviceId, ServiceQuery query) <T> IServicesHolder<T>
DynamicServiceLocator.list
(Class<T> type, ServiceQuery query) <T> IServiceHolder<T>
DynamicServiceLocator.locate
(Class<T> type, String serviceId, ServiceQuery query) <T> IServiceHolder<T>
DynamicServiceLocator.locate
(Class<T> type, ServiceQuery query) -
Uses of ServiceQuery in org.adempiere.base.equinox
Modifier and TypeMethodDescription<T> EquinoxExtensionHolder<T>
EquinoxExtensionLocator.list
(Class<T> type, String extensionPointId, String extensionId, ServiceQuery query) <T> EquinoxExtensionHolder<T>
EquinoxExtensionLocator.list
(Class<T> type, String extensionId, ServiceQuery query) <T> EquinoxExtensionHolder<T>
EquinoxExtensionLocator.list
(Class<T> type, ServiceQuery query) <T> EquinoxExtensionHolder<T>
EquinoxExtensionLocator.locate
(Class<T> type, String extensionPointId, String extensionId, ServiceQuery query) <T> EquinoxExtensionHolder<T>
EquinoxExtensionLocator.locate
(Class<T> type, String extensionId, ServiceQuery query) <T> EquinoxExtensionHolder<T>
EquinoxExtensionLocator.locate
(Class<T> type, ServiceQuery query) ModifierConstructorDescriptionExtensionList
(Class<T> type, String extensionPointId, String extensionId, ServiceQuery query) -
Uses of ServiceQuery in org.compiere.model
Modifier and TypeMethodDescriptionstatic IArchiveStore
MStorageProvider.getArchiveStoreService
(ServiceQuery query) static IAttachmentStore
MStorageProvider.getAttachmentStoreService
(ServiceQuery query) static IImageStore
MStorageProvider.getImageStoreService
(ServiceQuery query) static IMFAMechanism
MMFAMethod.getMFAMechanismService
(ServiceQuery query) Get OSGi IMFAMechanism service