Uses of Class
com.luciad.fusion.platform.model.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
Modifier and TypeMethodDescriptionALfnEvent.getUser()
Returns an Optional containing theTLfnUser
who caused this event.ModifierConstructorDescriptionprotected
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
ModifierConstructorDescriptionTLfnDataQueryEvent
(TLfnEventSourceRequest aRequest, TLfnUser aUser) Create a new LuciadFusion data query event. -
Uses of TLfnUser in com.luciad.fusion.platform.event.object.jobs
ModifierConstructorDescriptionTLfnJobCompletedSuccessfullyEvent
(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
ModifierConstructorDescriptionTLfnProductAccessEvent
(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
ModifierConstructorDescriptionTLfnServiceAccessEvent
(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
ModifierConstructorDescriptionTLfnStyleQueryEvent
(TLfnEventSourceRequest aRequest, TLfnUser aUser) Create a new LuciadFusion style query event. -
Uses of TLfnUser in com.luciad.fusion.platform.model
Modifier 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
Modifier and TypeMethodDescriptionTLfnUserRepository.currentUser()
Find the current user that is performing the action of the current thread.