Uses of Class
com.luciad.fusion.platform.model.TLfnUser
Packages that use TLfnUser
Package
Description
This package and its subpackages contain all classes for LuciadFusion event objects.
This package contains all classes for LuciadFusion event objects regarding
TLfnData
.This package contains all classes for LuciadFusion event objects regarding
ALfnJob
.This package contains all classes for LuciadFusion event objects regarding
TLfnProduct
.This package contains all classes for LuciadFusion event objects regarding
TLfnService
.This package contains all classes for LuciadFusion event objects regarding
TLfnStyles
.
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 TLfnUser in com.luciad.fusion.platform.event.object
Methods in com.luciad.fusion.platform.event.object that return types with arguments of type TLfnUserModifier and TypeMethodDescriptionALfnEvent.getUser()
Returns an Optional containing theTLfnUser
who caused this event.Constructors in com.luciad.fusion.platform.event.object with parameters of type TLfnUserModifierConstructorDescriptionprotected
Create a new LuciadFusion event.protected
ALfnEvent
(TLfnUser aUser, TLfnEventSourceRequest aRequest) Create a new LuciadFusion event. -
Uses of TLfnUser in com.luciad.fusion.platform.event.object.data
Constructors in com.luciad.fusion.platform.event.object.data with parameters of type TLfnUserModifierConstructorDescriptionTLfnDataQueryEvent
(TLfnEventSourceRequest aRequest, TLfnUser aUser) Create a new LuciadFusion data query event. -
Uses of TLfnUser in com.luciad.fusion.platform.event.object.jobs
Constructors in com.luciad.fusion.platform.event.object.jobs with parameters of type TLfnUserModifierConstructorDescriptionTLfnJobCompletedSuccessfullyEvent
(T aJob, TLfnUser aUser) Create a new LuciadFusion job completed successfully event.TLfnJobFailedEvent
(T aJob, Throwable aCause, TLfnUser aUser) Create a new LuciadFusion job failed event.TLfnJobProgressEvent
(T aJob, TLfnUser aUser) Create a new LuciadFusion job progress event.TLfnJobQueuedEvent
(T aJob, TLfnUser aUser) Create a new LuciadFusion job queued event.TLfnJobQueuedEvent
(T aJob, TLfnUser aUser, TLfnEventSourceRequest aRequest) Create a new LuciadFusion job queued event.TLfnJobSchedulingFailedEvent
(TLfnCrawlJob aJob, String aReason, TLfnUser aUser) Create a new LuciadFusion job scheduling failed event.TLfnJobSchedulingFailedEvent
(TLfnCrawlJob aJob, String aReason, TLfnUser aUser, TLfnEventSourceRequest aRequest) Create a new LuciadFusion job scheduling failed event.TLfnJobStartedEvent
(T aJob, TLfnUser aUser) Create a new LuciadFusion job started event.TLfnJobStoppedEvent
(T aJob, TLfnUser aUser) Create a new LuciadFusion job stopped event.TLfnJobStoppedEvent
(T aJob, TLfnUser aUser, TLfnEventSourceRequest aRequest) Create a new LuciadFusion job stopped event.TLfnJobUpdatedEvent
(T aJob, TLfnUser aUser, TLfnEventSourceRequest aRequest) Create a new LuciadFusion job updated event. -
Uses of TLfnUser in com.luciad.fusion.platform.event.object.product
Constructors in com.luciad.fusion.platform.event.object.product with parameters of type TLfnUserModifierConstructorDescriptionTLfnProductAccessEvent
(TLfnEventSourceRequest aRequest, TLfnService aService, TLfnProduct aProduct, TLfnUser aUser) Creates a new LuciadFusion service access event.TLfnProductQueryEvent
(TLfnEventSourceRequest aRequest, TLfnUser aUser) Create a new LuciadFusion product query event. -
Uses of TLfnUser in com.luciad.fusion.platform.event.object.service
Constructors in com.luciad.fusion.platform.event.object.service with parameters of type TLfnUserModifierConstructorDescriptionTLfnServiceAccessEvent
(TLfnEventSourceRequest aRequest, TLfnService aService, TLfnUser aUser) Create a new LuciadFusion service access event.TLfnServiceQueryEvent
(TLfnEventSourceRequest aRequest, TLfnUser aUser) Create a new LuciadFusion service query event. -
Uses of TLfnUser in com.luciad.fusion.platform.event.object.style
Constructors in com.luciad.fusion.platform.event.object.style with parameters of type TLfnUserModifierConstructorDescriptionTLfnStyleQueryEvent
(TLfnEventSourceRequest aRequest, TLfnUser aUser) Create a new LuciadFusion style query event. -
Uses of TLfnUser in com.luciad.fusion.platform.model
Methods in com.luciad.fusion.platform.model that return TLfnUserModifier and TypeMethodDescriptionALfnJob.getCreatedBy()
Returns the user who created the job.TLfnDataRoot.getCreatedBy()
Returns the user who created the data root, to be specific who added the data root to LuciadFusion Studio.TLfnProduct.getCreatedBy()
Returns the user who created the product.TLfnService.getCreatedBy()
Returns the user who created this service.TLfnStyle.getCreatedBy()
Returns the user who created the style.ALfnJob.getUpdatedBy()
Returns the user who last modified the job.TLfnData.getUpdatedBy()
Returns the user that did the last update to the data.TLfnDataRoot.getUpdatedBy()
Returns the user who did the last modification to the data root in LuciadFusion Studio.TLfnProduct.getUpdatedBy()
Returns the user who last updated the product.TLfnService.getUpdatedBy()
Returns the user who last updated this service.TLfnStyle.getUpdatedBy()
Returns the user who last updated the style. -
Uses of TLfnUser in com.luciad.fusion.platform.repository
Methods in com.luciad.fusion.platform.repository that return types with arguments of type TLfnUserModifier and TypeMethodDescriptionTLfnUserRepository.currentUser()
Find the current user that is performing the action of the current thread.