Uses of Class
lumis.doui.processaction.GenericProcessActionHandler
-
-
Uses of GenericProcessActionHandler in lumis.doui.search
Subclasses of GenericProcessActionHandler in lumis.doui.search Modifier and Type Class Description class
SearchProcessActionHandler
Process action handler that simply redirects to the results interface. -
Uses of GenericProcessActionHandler in lumis.service.channelgenerator
Subclasses of GenericProcessActionHandler in lumis.service.channelgenerator Modifier and Type Class Description class
AddProcessActionHandler
Responsavel para adicionar um novo canal dado um template.class
DeleteProcessActionHandler
class
UpdateProcessActionHandler
-
Uses of GenericProcessActionHandler in lumis.service.content.publishtosocialnetworks
Subclasses of GenericProcessActionHandler in lumis.service.content.publishtosocialnetworks Modifier and Type Class Description class
PublishToSocialNetworksProcessActionHandler
Process Action Handler to publish and unpublish messages on social networks. -
Uses of GenericProcessActionHandler in lumis.service.pageblockviewer
Subclasses of GenericProcessActionHandler in lumis.service.pageblockviewer Modifier and Type Class Description class
CheckUpdatePageSSIPropertyProcessActionHandler
Process Action updates the SSI property of page if required. -
Uses of GenericProcessActionHandler in lumis.service.portalmanagement.encryption
Subclasses of GenericProcessActionHandler in lumis.service.portalmanagement.encryption Modifier and Type Class Description class
EncryptTextProcessActionHandler
-
Uses of GenericProcessActionHandler in lumis.service.portalmanagement.importexport
Subclasses of GenericProcessActionHandler in lumis.service.portalmanagement.importexport Modifier and Type Class Description class
ExportProcessActionHandler
Handles all export actions -
Uses of GenericProcessActionHandler in lumis.service.portalmanagement.interactiveprocess
Subclasses of GenericProcessActionHandler in lumis.service.portalmanagement.interactiveprocess Modifier and Type Class Description class
DetailsProcessActionHandler
Process action of recover process.class
RecoverProcessActionHandler
Process action of recover process. -
Uses of GenericProcessActionHandler in lumis.service.portalmanagement.socialnetworkintegration.action
Subclasses of GenericProcessActionHandler in lumis.service.portalmanagement.socialnetworkintegration.action Modifier and Type Class Description class
DeleteApplicationProcessActionHandler
Process Action Handler to delete or disable application. -
Uses of GenericProcessActionHandler in lumis.service.portalmanagement.structureeditor
Subclasses of GenericProcessActionHandler in lumis.service.portalmanagement.structureeditor Modifier and Type Class Description class
StructureEditorProcessActionHandler
This is a process action handler of the Structure Editor that is responsible to perform all actions to persist the changes received from front end. -
Uses of GenericProcessActionHandler in lumis.service.seo.sitemap
Subclasses of GenericProcessActionHandler in lumis.service.seo.sitemap Modifier and Type Class Description class
GenerateSitemapProcessActionHandler
Generates the sitemaps for a given sitemap service instance -
Uses of GenericProcessActionHandler in lumis.service.socialnetworkservices.microblog.doui.processactionhandler
Subclasses of GenericProcessActionHandler in lumis.service.socialnetworkservices.microblog.doui.processactionhandler Modifier and Type Class Description class
MicroblogCommentProcessActionHandler
Process action handler class used to deal with issues related to comments associated to a Post.class
MicroblogHashProcessActionHandler
Process action handler class used to deal with issues related to hashtags associated to a Post.class
MicroblogPostsProcessActionHandler
Process action handler class used to deal with issues related to user Posts.class
MicroblogUserFollowsProcessActionHandler
Process action handler class used to deal with issues related to user follows relationship.
-