Uses of Class
lumis.portal.processqueue.AbstractQueueTask
-
Packages that use AbstractQueueTask Package Description lumis.portal.file.transformation Provides the file transformations.lumis.service.rss lumis.socialnetworkintegration.action Provides social network integration process actions. -
-
Uses of AbstractQueueTask in lumis.portal.file.transformation
Subclasses of AbstractQueueTask in lumis.portal.file.transformation Modifier and Type Class Description class
CopyTransformationsToPublicFolderTask
Copies the transformed files of a fileConfig to the public folder if there is one configured.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 AbstractQueueTask in lumis.service.rss
Subclasses of AbstractQueueTask in lumis.service.rss Modifier and Type Class Description static class
RssObserver.GenerateRssXmlTask
Process queue task that generates a RSS xml file. -
Uses of AbstractQueueTask in lumis.socialnetworkintegration.action
Subclasses of AbstractQueueTask in lumis.socialnetworkintegration.action 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.
-