|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IQueueTask | |
---|---|
lumis.portal.file.transformation | Provides the file transformations. |
lumis.portal.processqueue | Provides the objects for asynchronous queued processing. |
lumis.socialnetworkintegration.action | Provides social network integration process actions. |
Uses of IQueueTask in lumis.portal.file.transformation |
---|
Classes in lumis.portal.file.transformation that implement IQueueTask | |
---|---|
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 a FileConfig 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 |
TransformationStartingTask
Queue Task to start Transformations in File Config |
class |
TransformationTask
Runnable to performs file transformation. |
Uses of IQueueTask in lumis.portal.processqueue |
---|
Classes in lumis.portal.processqueue that implement IQueueTask | |
---|---|
class |
AbstractQueueTask
Default abstract implementation of IQueueTask for default behaviors. |
Methods in lumis.portal.processqueue that return IQueueTask | |
---|---|
IQueueTask |
IQueueTaskProcess.getTask()
Returns the process' task. |
Methods in lumis.portal.processqueue with parameters of type IQueueTask | |
---|---|
IQueueTaskProcess |
QueueManager.schedule(IQueueTask task,
QueueTaskScheduleConfig taskScheduleConfig)
|
IQueueTaskProcess |
IProcessQueueManager.schedule(IQueueTask task,
QueueTaskScheduleConfig taskScheduleConfig)
Schedules the execution of the given task. |
Uses of IQueueTask in lumis.socialnetworkintegration.action |
---|
Classes in lumis.socialnetworkintegration.action that implement IQueueTask | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |