Uses of Class
org.adempiere.base.ServiceQuery
Packages that use 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
Methods in org.adempiere.base with parameters of type ServiceQueryModifier 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
Methods in org.adempiere.base.ds with parameters of type ServiceQueryModifier 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
Methods in org.adempiere.base.equinox with parameters of type ServiceQueryModifier 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) Constructors in org.adempiere.base.equinox with parameters of type ServiceQueryModifierConstructorDescriptionExtensionList
(Class<T> type, String extensionPointId, String extensionId, ServiceQuery query) -
Uses of ServiceQuery in org.compiere.model
Methods in org.compiere.model with parameters of type ServiceQueryModifier 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