Uses of Class
com.luciad.fusion.platform.model.TLfnService
Package
Description
This package contains all classes for LuciadFusion event objects regarding
TLfnProduct
.This package contains all classes for LuciadFusion event objects regarding
TLfnService
.This package and its subpackages contain all classes for publishing of LuciadFusion events.
This package contains the classes and interfaces representing the resources available in LuciadFusion Studio.
This package contains the repositories to query the different resources that are available in LuciadFusion Studio.
-
Uses of TLfnService in com.luciad.fusion.platform.event.object.product
Modifier and TypeMethodDescriptionTLfnProductAccessEvent.getService()
Returns theTLfnService
used to access theTLfnProduct
for which this event is publishedModifierConstructorDescriptionTLfnProductAccessEvent
(TLfnEventSourceRequest aRequest, TLfnService aService, TLfnProduct aProduct, TLfnUser aUser) Creates a new LuciadFusion service access event. -
Uses of TLfnService in com.luciad.fusion.platform.event.object.service
ModifierConstructorDescriptionTLfnServiceAccessEvent
(TLfnEventSourceRequest aRequest, TLfnService aService, TLfnUser aUser) Create a new LuciadFusion service access event.TLfnServiceCreatedEvent
(TLfnService aService) Create a new LuciadFusion service-created event.TLfnServiceCreatedEvent
(TLfnService aService, TLfnEventSourceRequest aRequest) Create a new LuciadFusion service-created event.TLfnServiceDeletedEvent
(TLfnService aService) Create a new LuciadFusion service-deleted event.TLfnServiceDeletedEvent
(TLfnService aService, TLfnEventSourceRequest aRequest) Create a new LuciadFusion service-deleted event.TLfnServiceStatusChangedEvent
(TLfnService aService) Create a new LuciadFusion service-status-updated event.TLfnServiceStatusChangedEvent
(TLfnService aService, TLfnEventSourceRequest aRequest) Create a new LuciadFusion service-status-updated event.TLfnServiceUpdatedEvent
(TLfnService aService) Create a new LuciadFusion service-updated event.TLfnServiceUpdatedEvent
(TLfnService aService, TLfnEventSourceRequest aRequest) Create a new LuciadFusion service-updated event. -
Uses of TLfnService in com.luciad.fusion.platform.event.publisher
Modifier and TypeMethodDescriptionvoid
TLfnAccessEventPublisher.publishProductAccessEvent
(jakarta.servlet.http.HttpServletRequest aRequest, TLfnService aService, TLfnProduct aProduct) Publishes a product access event after the request has been processed.void
TLfnAccessEventPublisher.publishServiceAccessEvent
(jakarta.servlet.http.HttpServletRequest aRequest, TLfnService aService) Publishes a service access event before the request has been processed. -
Uses of TLfnService in com.luciad.fusion.platform.model
Modifier and TypeMethodDescriptionTLfnPreprocessJob.getService()
TheTLfnService
for which this job is preprocessing data. -
Uses of TLfnService in com.luciad.fusion.platform.repository
Modifier and TypeMethodDescriptionTLfnServiceRepository.findByTypeAndName
(String aServiceType, String aServiceName) Searches for a service that has the given type and name.