Uses of Interface
fr.ird.observe.services.service.ObserveService
-
-
Uses of ObserveService in fr.ird.observe.services
Methods in fr.ird.observe.services with type parameters of type ObserveService Modifier and Type Method Description <S extends ObserveService>
booleanObserveServiceFactory. accept(ObserveDataSourceConfiguration dataSourceConfiguration, Class<S> serviceType)<S extends ObserveService>
booleanObserveServiceFactory. accept(ObserveDataSourceConnection dataSourceConnection, Class<S> serviceType)<S extends ObserveService>
booleanObserveServiceMainFactory. accept(ObserveDataSourceConfiguration dataSourceConfiguration, Class<S> serviceType)<S extends ObserveService>
booleanObserveServiceMainFactory. accept(ObserveDataSourceConnection dataSourceConnection, Class<S> serviceType)<S extends ObserveService>
SObserveServiceFactory. newService(ObserveServiceInitializer observeServiceInitializer, Class<S> serviceType)<S extends ObserveService>
SObserveServiceMainFactory. newService(ObserveServiceInitializer observeServiceInitializer, Class<S> serviceType) -
Uses of ObserveService in fr.ird.observe.services.service
Subinterfaces of ObserveService in fr.ird.observe.services.service Modifier and Type Interface Description interfaceDataSourceServiceCreated on 21/08/15.interfacePingServiceCreated on 06/09/15.interfaceReferenceServiceCreated on 10/11/2020. -
Uses of ObserveService in fr.ird.observe.services.service.api
Subinterfaces of ObserveService in fr.ird.observe.services.service.api Modifier and Type Interface Description interfaceDataEntityServiceCreated on 18/04/2021.interfaceReferentialEntityServiceCreated on 18/04/2021.interfaceSqlServiceCreated on 17/06/2021. -
Uses of ObserveService in fr.ird.observe.services.service.data
Subinterfaces of ObserveService in fr.ird.observe.services.service.data Modifier and Type Interface Description interfaceContainerDataService<C extends ContainerChildDto,D extends ContainerDto<C>>Created on 15/10/2020.interfaceDataFileServiceCreated on 16/10/2020.interfaceEditableDataService<D extends EditableDto,R extends DataDtoReference>Created on 15/10/2020.interfaceOpenableDataService<D extends OpenableDto,R extends DataDtoReference>Created on 13/10/2020.interfaceSimpleDataService<D extends SimpleDto>Created on 15/10/2020. -
Uses of ObserveService in fr.ird.observe.services.service.referential
Subinterfaces of ObserveService in fr.ird.observe.services.service.referential Modifier and Type Interface Description interfaceReferentialServiceCreated on 16/08/15. -
Uses of ObserveService in fr.ird.observe.services.service.sql
Subinterfaces of ObserveService in fr.ird.observe.services.service.sql Modifier and Type Interface Description interfaceSqlScriptProducerServiceCreated on 31/12/15. -
Uses of ObserveService in fr.ird.observe.services.service.tree
Subinterfaces of ObserveService in fr.ird.observe.services.service.tree Modifier and Type Interface Description interfaceNavigationPathServiceCreated on 10/04/2021.interfaceNavigationTreeServiceCreated on 07/04/2021.interfaceSelectionTreeServiceCreated on 07/04/2021. -
Uses of ObserveService in fr.ird.observe.services.service.usage
Subinterfaces of ObserveService in fr.ird.observe.services.service.usage Modifier and Type Interface Description interfaceUsageServiceCreated on 11/02/19. -
Uses of ObserveService in fr.ird.observe.spi
Methods in fr.ird.observe.spi with type parameters of type ObserveService Modifier and Type Method Description <S extends ObserveService>
SServicesProvider. getService(Class<S> serviceType)
-