Uses of Interface
lumis.portal.processqueue.IQueueTask
-
Packages that use IQueueTask Package Description lumis.portal.commandpalette lumis.portal.file.transformation Provides the file transformations.lumis.portal.monitor.impl Implementation of theportal monitoring framework
.lumis.portal.processqueue Provides the objects for asynchronous queued processing.lumis.service.rss lumis.socialnetworkintegration.action Provides social network integration process actions. -
-
Uses of IQueueTask in lumis.portal.commandpalette
Classes in lumis.portal.commandpalette that implement IQueueTask Modifier and Type Class Description class
CommandPaletteRebuildIndexTask
Command palette rebuild index task.class
CommandPaletteReindexDirtyItemsTask
Command palette reindex dirty items task. -
Uses of IQueueTask in lumis.portal.file.transformation
Classes in lumis.portal.file.transformation that implement IQueueTask Modifier and Type Class Description class
CopyTransformationsToPublicFolderTask
Copies the transformed files of a fileConfig to the public folder if there is one configured.class
MoveTransformedPublicFilesTask
Moves the public transformed files of aFileConfig
to the current web root folder.class
RemoveTransformationsFromPublicFolderTask
Removes the transformed files of a list of file configs.class
RemoveTransformationTask
Runnable to performs transformation remove.class
RemoveTransformedFilesTask
Runnable to performs remove transformed files.class
TransformationTask
Runnable to performs file transformation. -
Uses of IQueueTask in lumis.portal.monitor.impl
Classes in lumis.portal.monitor.impl that implement IQueueTask Modifier and Type Class Description class
FillProjectIdInEventDataPostUpgradeTask
Class responsible for filing lum_event.projectId in the event data.class
MonitorUserAnonymizeAllTask
Task that anonymize all users withoutUserConsent
.class
MonitorUserMergeTask
Task that merges monitor users.class
PageViewEventUpdateTask
Task that upgrades the monitor page view event data removing the duration data. -
Uses of IQueueTask in lumis.portal.processqueue
Classes in lumis.portal.processqueue that implement IQueueTask Modifier and Type Class Description class
AbstractQueueTask
Default abstract implementation ofIQueueTask
for default behaviors.Methods in lumis.portal.processqueue that return IQueueTask Modifier and Type Method Description IQueueTask
IQueueTaskProcess. getTask()
Returns the process' task.Methods in lumis.portal.processqueue with parameters of type IQueueTask Modifier and Type Method Description IQueueTaskProcess
IProcessQueueManager. schedule(IQueueTask task, QueueTaskScheduleConfig taskScheduleConfig)
Schedules the execution of the given task.IQueueTaskProcess
QueueManager. schedule(IQueueTask task, QueueTaskScheduleConfig taskScheduleConfig)
-
Uses of IQueueTask in lumis.service.rss
Classes in lumis.service.rss that implement IQueueTask Modifier and Type Class Description static class
RssObserver.GenerateRssXmlTask
Process queue task that generates a RSS xml file. -
Uses of IQueueTask in lumis.socialnetworkintegration.action
Classes in lumis.socialnetworkintegration.action that implement IQueueTask Modifier and Type Class Description class
AbstractMessageAction
High level representation of what the Mesasge/Content interactions with the Asynch queues should be.class
ContentMessagePublisher
MessagePublisher
specific for Content Associated Messages.class
ContentMessageUpdater
MessageUpdater
specific for Content Associated Messages.class
MessagePublisher
Action to publish a message to a social network.class
MessageRemover
Removes a message from the targeted social network, if it allows.class
MessageUpdater
Updates a message in the targeted social network, if it allows.
-