Uses of Class
com.luciad.fusion.platform.model.TLfnData
Package
Description
This package contains all classes for LuciadFusion event objects regarding
TLfnData
.
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.
This package contains the necessary interfaces and classes for configuring a service type (WMS, WFS, WCS, etc) that can be used in LuciadFusion.
-
Uses of TLfnData in com.luciad.fusion.platform.event.object.data
Modifier and TypeMethodDescriptionALfnDataEvent.getData()
Get theTLfnData
object for which this event is published.ModifierConstructorDescriptionTLfnDataCreatedEvent
(TLfnData aData) Create a new LuciadFusion data-created event.TLfnDataCreatedEvent
(TLfnData aData, TLfnEventSourceRequest aRequest) Create a new LuciadFusion data-created event.TLfnDataDeletedEvent
(TLfnData aData) Create a new LuciadFusion data-deleted event.TLfnDataDeletedEvent
(TLfnData aData, TLfnEventSourceRequest aRequest) Create a new LuciadFusion data-deleted event.TLfnDataUpdatedEvent
(TLfnData aData) Create a new LuciadFusion data-updated event.TLfnDataUpdatedEvent
(TLfnData aData, TLfnEventSourceRequest aRequest) Create a new LuciadFusion data-updated event. -
Uses of TLfnData in com.luciad.fusion.platform.model
Modifier and TypeClassDescriptionclass
-
Uses of TLfnData in com.luciad.fusion.platform.repository
-
Uses of TLfnData in com.luciad.fusion.platform.services.configuration
Modifier and TypeMethodDescriptiondefault TLcdValidationResult
ILfnServiceTypeProductValidator.validateProductData
(TLfnProduct aProduct, List<TLfnData> aDataList) Validates if the given product with the given data can be published in a service.ILfnServiceTypeProductValidator.validateProductData
(List<TLfnData> aDataList) Validates if a product containing the given data can be published in a service.