Uses of Class
lumis.doui.processaction.ProcessActionHandler

Packages that use ProcessActionHandler
lumis.content.control.autolayout   
lumis.content.table   
lumis.doui.control.fileupload   
lumis.doui.processaction   
lumis.doui.table   
lumis.service.album   
lumis.service.banner   
lumis.service.callcenteronline   
lumis.service.chatroom   
lumis.service.comment   
lumis.service.contactus   
lumis.service.content.language   
lumis.service.content.publishtoprincipals   
lumis.service.content.publishtoserviceinstances   
lumis.service.content.version   
lumis.service.content.wizard   
lumis.service.document   
lumis.service.doui.customproperties   
lumis.service.doui.dynamiclist   
lumis.service.doui.fields   
lumis.service.doui.filters   
lumis.service.doui.htmleditor   
lumis.service.doui.maxrows   
lumis.service.doui.orderby   
lumis.service.doui.propertybag   
lumis.service.forum   
lumis.service.group   
lumis.service.html   
lumis.service.image   
lumis.service.locale   
lumis.service.login   
lumis.service.mailmarketing   
lumis.service.navigation   
lumis.service.newsletter   
lumis.service.portalmanagement.cache   
lumis.service.portalmanagement.channel   
lumis.service.portalmanagement.channelacl   
lumis.service.portalmanagement.clock   
lumis.service.portalmanagement.cluster   
lumis.service.portalmanagement.controlregistry   
lumis.service.portalmanagement.css   
lumis.service.portalmanagement.deployment   
lumis.service.portalmanagement.deployment.portlet   
lumis.service.portalmanagement.filemimetype   
lumis.service.portalmanagement.filesystem   
lumis.service.portalmanagement.genericacl   
lumis.service.portalmanagement.group   
lumis.service.portalmanagement.groupacl   
lumis.service.portalmanagement.grouptype Group type administration service. 
lumis.service.portalmanagement.importprincipal   
lumis.service.portalmanagement.monitor   
lumis.service.portalmanagement.observer   
lumis.service.portalmanagement.page   
lumis.service.portalmanagement.pageacl   
lumis.service.portalmanagement.pagecache   
lumis.service.portalmanagement.pagelink   
lumis.service.portalmanagement.pagetemplate   
lumis.service.portalmanagement.pagetemplateacl   
lumis.service.portalmanagement.portalacl   
lumis.service.portalmanagement.publicdatafolder   
lumis.service.portalmanagement.reporttype   
lumis.service.portalmanagement.sendmail   
lumis.service.portalmanagement.serialization   
lumis.service.portalmanagement.service   
lumis.service.portalmanagement.serviceacl   
lumis.service.portalmanagement.serviceinstance   
lumis.service.portalmanagement.serviceinstanceacl   
lumis.service.portalmanagement.serviceinstanceacl.workflow   
lumis.service.portalmanagement.serviceinterfaceinstance   
lumis.service.portalmanagement.servicemenutype   
lumis.service.portalmanagement.servicetype   
lumis.service.portalmanagement.user   
lumis.service.portalmanagement.webresource   
lumis.service.portalmanagement.xslcache   
lumis.service.portalmanagement.xsleditor   
lumis.service.print   
lumis.service.report   
lumis.service.resourcescheduler   
lumis.service.rss   
lumis.service.search   
lumis.service.sendtofriend   
lumis.service.seo.robotstxt   
lumis.service.seo.sitemap   
lumis.service.vote   
lumis.service.webpage   
lumis.service.webserviceviewer   
lumis.service.wiki Contains wiki service classes. 
lumis.service.workflow   
lumis.service.wsrp.consumer.doui   
lumis.service.wsrp.producer WSRP Producer service. 
 

Uses of ProcessActionHandler in lumis.content.control.autolayout
 

Subclasses of ProcessActionHandler in lumis.content.control.autolayout
 class AssociationProcessActionHandler
          Process action for persisting content association data.
 

Uses of ProcessActionHandler in lumis.content.table
 

Subclasses of ProcessActionHandler in lumis.content.table
 class CommitAndPreviewProcessActionHandler
          Executes the 'commit' process actions and opens the preview window.
 class ContentAssociationProcessActionHandler
          Process action handler for content associations.
 class ContentTableAddDataProcessActionHandler
          This class is responsible for the generic inserting process in the Content context.
 class ContentTableDeleteDataProcessActionHandler
          This class is responsible for the generic deleting process in the Content context.
 class ContentTableUpdateDataProcessActionHandler
          This class is responsible for the generic updating process in the Content context.
 class ValidateContentReferencesProcessActionHandler
          Validates that content references exist in a table.
 

Uses of ProcessActionHandler in lumis.doui.control.fileupload
 

Subclasses of ProcessActionHandler in lumis.doui.control.fileupload
 class FileListAddProcessActionHandler
          Handles adition of files
 class FileListEditProcessActionHandler
          Processes the update of a FilesList entry.
 

Uses of ProcessActionHandler in lumis.doui.processaction
 

Subclasses of ProcessActionHandler in lumis.doui.processaction
 class GenericProcessActionHandler
          Generic process action handler that performs no operation
 class SelectRepositoryProcessActionHandler
          Process Action handler that sets the service instance repository dependency.
 

Uses of ProcessActionHandler in lumis.doui.table
 

Subclasses of ProcessActionHandler in lumis.doui.table
 class BaseTableDataProcessActionHandler
          Base class for table data process action handlers.
 class TableAddDataProcessActionHandler
          This class is responsible for the generic inserting process in the Content context.
 class TableAddMultiRowDataProcessActionHandler
          Process Action Handler to add multiple rows.
 class TableDeleteDataProcessActionHandler
          Handles deletion of data
 class TableDeleteMultiRowDataProcessActionHandler
          Process Action handler used in forms with multi-row controls like the data-grid control
 class TableUpdateDataProcessActionHandler
          Process Action Handler to update table data
 class TableUpdateMultiRowDataProcessActionHandler
          Update process action handler for a multi row editor.
 

Uses of ProcessActionHandler in lumis.service.album
 

Subclasses of ProcessActionHandler in lumis.service.album
 class CheckAlbumAccessProcessActionHandler
           
 class CheckAlbumDeleteProcessActionHandler
          Checks if a album being deleted has photographs in it.
 

Uses of ProcessActionHandler in lumis.service.banner
 

Subclasses of ProcessActionHandler in lumis.service.banner
 class BannerAddDataProcessActionHandler
          Process action handler for Banner content additions.
 class BannerDeleteDataProcessActionHandler
          Process action handler for Banner content removals.
 class BannerProcessActionHandler
          Process action handler for the banner service.
 class BannerUpdateDataProcessActionHandler
          Process action handler for Banner content updates.
 class CheckCategoryDeleteProcessActionHandler
          Checks if there is a banner of the category being deleted and throws an exception if this is the case.
 

Uses of ProcessActionHandler in lumis.service.callcenteronline
 

Subclasses of ProcessActionHandler in lumis.service.callcenteronline
 class ColProcessActionHandler
          Process all actions for the call center online service.
 

Uses of ProcessActionHandler in lumis.service.chatroom
 

Subclasses of ProcessActionHandler in lumis.service.chatroom
 class AddChatRoomProcessActionHandler
          Adds a chat conversation via chat manager.
 class DeleteChatRoomProcessActionHandler
          Handles deletion of chat rooms
 class EditChatRoomProcessActionHandler
          Updates a chat room request
 class ParticipateProcessActionHandler
          Processes a user request to participate in a chat conversation
 

Uses of ProcessActionHandler in lumis.service.comment
 

Subclasses of ProcessActionHandler in lumis.service.comment
 class DeleteRelationCommentProcessActionHandler
          Custom delete process action handler for comment that also updates the total stored in the lum_CommentTotal table.
 class SetCommentTotalInfoProcessActionHandler
          Updates the comments total information for a given targetContentLocaleId.
 class SetMetaDataInfoProcessActionHandler
          ProcessActionHandler that sets status attribute in the request.
 

Uses of ProcessActionHandler in lumis.service.contactus
 

Subclasses of ProcessActionHandler in lumis.service.contactus
 class ContactUsMailProcessActionHandler
          Sends the contact us email to the administrator email if specified
 class SetContactRequestCategoryNullProcessActionHandler
          Updates categoryContentId of contact requests to null.
 

Uses of ProcessActionHandler in lumis.service.content.language
 

Subclasses of ProcessActionHandler in lumis.service.content.language
 class LanguageProcessActionHandler
           
 

Uses of ProcessActionHandler in lumis.service.content.publishtoprincipals
 

Subclasses of ProcessActionHandler in lumis.service.content.publishtoprincipals
 class PublishToPrincipalsProcessActionHandler
          ProcessActionHandler that persists publish to principals information
 

Uses of ProcessActionHandler in lumis.service.content.publishtoserviceinstances
 

Subclasses of ProcessActionHandler in lumis.service.content.publishtoserviceinstances
 class PublishToServiceInstancesProcessActionHandler
          ProcessActionHandler that persists publish to service instances information
 

Uses of ProcessActionHandler in lumis.service.content.version
 

Subclasses of ProcessActionHandler in lumis.service.content.version
 class VersionProcessActionHandler
          Process Action handler for selecting versions
 

Uses of ProcessActionHandler in lumis.service.content.wizard
 

Subclasses of ProcessActionHandler in lumis.service.content.wizard
 class ContentWizardDeleteProcessActionHandler
          Class responsible fore executing the necessary steps for removing a service created through the content wizard.
 

Uses of ProcessActionHandler in lumis.service.document
 

Subclasses of ProcessActionHandler in lumis.service.document
 class CheckDuplicateFolderProcessActionHandler
           
 class DocumentDeleteProcessActionHandler
          Process action handler for document delete operation.
 class DocumentMoveProcessActionHandler
           
 class DocumentSelectProcessActionHandler
           
 

Uses of ProcessActionHandler in lumis.service.doui.customproperties
 

Subclasses of ProcessActionHandler in lumis.service.doui.customproperties
 class InterfaceInstanceCustomPropertiesProcessActionHandler
          Generic process action handler for interface instance custom properties
 class ServiceInstanceCustomPropertiesProcessActionHandler
          Adds custom properties to the service instance repository
 

Uses of ProcessActionHandler in lumis.service.doui.dynamiclist
 

Subclasses of ProcessActionHandler in lumis.service.doui.dynamiclist
 class AddItemActionHandler
           
 

Uses of ProcessActionHandler in lumis.service.doui.fields
 

Subclasses of ProcessActionHandler in lumis.service.doui.fields
 class FieldsProcessActionHandler
          Fields Process Action handler
 

Uses of ProcessActionHandler in lumis.service.doui.filters
 

Subclasses of ProcessActionHandler in lumis.service.doui.filters
 class FiltersProcessActionHandler
          Process action handler for the interface filters editor.
 

Uses of ProcessActionHandler in lumis.service.doui.htmleditor
 

Subclasses of ProcessActionHandler in lumis.service.doui.htmleditor
 class HtmlEditProcessActionHandler
           
 

Uses of ProcessActionHandler in lumis.service.doui.maxrows
 

Subclasses of ProcessActionHandler in lumis.service.doui.maxrows
 class MaxRowsProcessActionHandler
           
 

Uses of ProcessActionHandler in lumis.service.doui.orderby
 

Subclasses of ProcessActionHandler in lumis.service.doui.orderby
 class OrderByActionHandler
           
 

Uses of ProcessActionHandler in lumis.service.doui.propertybag
 

Subclasses of ProcessActionHandler in lumis.service.doui.propertybag
 class PropertyBagProcessActionHandler
          Update process action handler for property bag.
 

Uses of ProcessActionHandler in lumis.service.forum
 

Subclasses of ProcessActionHandler in lumis.service.forum
 class ForumProcessActionHandler
          Class responsible for executing maintence actions on forum entities.
 

Uses of ProcessActionHandler in lumis.service.group
 

Subclasses of ProcessActionHandler in lumis.service.group
 class GroupProcessActionHandler
          Persists the group information using the custom property domain value.
 

Uses of ProcessActionHandler in lumis.service.html
 

Subclasses of ProcessActionHandler in lumis.service.html
 class HtmlProcessActionHandler
          Process action handler for the html service edit interface.
 

Uses of ProcessActionHandler in lumis.service.image
 

Subclasses of ProcessActionHandler in lumis.service.image
 class ImageDeleteProcessActionHandler
          Process action handler for image delete operation.
 class ImageMoveProcessActionHandler
           
 class ImageSelectProcessActionHandler
           
 

Uses of ProcessActionHandler in lumis.service.locale
 

Subclasses of ProcessActionHandler in lumis.service.locale
 class LocaleProcessActionHandler
          Sets the current user's locale to the locale specified in the locale request parameter.
 

Uses of ProcessActionHandler in lumis.service.login
 

Subclasses of ProcessActionHandler in lumis.service.login
 class LoginProcessActionHandler
          Process action handler for the login service.
 

Uses of ProcessActionHandler in lumis.service.mailmarketing
 

Subclasses of ProcessActionHandler in lumis.service.mailmarketing
 class MailMarketingBulletinAddDataProcessActionHandler
          Adds the selected categories to the bulletin
 class MailMarketingBulletinUpdateDataProcessActionHandler
          Updates the selected categories of the bulletin
 class MailMarketingSendTestEmailProcessActionHandler
          Sends a test email to the given user
 class UserCancelSubscriptionProcessActionHandler
          Deletes the user subscription and subscription categories
 class UserSubscriptionProcessActionHandler
          Handles user subscription
 

Uses of ProcessActionHandler in lumis.service.navigation
 

Subclasses of ProcessActionHandler in lumis.service.navigation
 class BreadCrumbPropertiesProcessActionHandler
          Saves bread crumb properties for a bread crumb interface instance
 class NavigationProcessActionHandler
          Process Action handler for navigation.
 

Uses of ProcessActionHandler in lumis.service.newsletter
 

Subclasses of ProcessActionHandler in lumis.service.newsletter
 class CancelPublicSubscriptionProcessActionHandler
          Cancels a public subscription.
 class NewsletterModelAdminProcessActionHandler
           
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.cache
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.cache
 class CacheProcessActionHandler
          Process action handler for the portalmanagement cache service
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.channel
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.channel
 class ChannelProcessActionHandler
          Process action handler for the portalmanagement channel service
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.channelacl
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.channelacl
 class ChannelAclProcessActionHandler
          Process action handler for Channel Access Control List manipulation.
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.clock
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.clock
 class ClockProcessActionHandler
          Process Action handler to handle Portal Clock Actions.
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.cluster
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.cluster
 class ClusterProcessActionHandler
          Process action handler for the cluster administration actions.
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.controlregistry
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.controlregistry
 class RegisterControlProcessActionHandler
          Handles Register Controls Process Actions
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.css
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.css
 class CssProcessActionHandler
          ProcessActionHandler for Css Administration.
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.deployment
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.deployment
 class DeploymentProcessActionHandler
          Implements operations for the deployment service.
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.deployment.portlet
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.deployment.portlet
 class PortletDeploymentProcessActionHandler
          Process action handler for performing a deployment of a portlet.
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.filemimetype
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.filemimetype
 class UniqueMimeTypeValidatorProcessActionHandler
           
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.filesystem
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.filesystem
 class DeleteProcessActionHandler
          Class responsible for executing the necessary steps for removing files.
 class FileSystemProcessActionHandler
          Process action handler for the portalmanagement filesystem service.
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.genericacl
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.genericacl
 class AddPrincipalProcessActionHandler
          Process action handler for adding a principal in the generic acl edit.
 class GenericAclActionHandler<S extends Source>
          Generic process action handler for Access Control List manipulation.
 class GenericAclProcessActionHandler
           
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.group
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.group
 class DatabaseViewGroupProcessActionHandler
          Process action used in the database view membership group configuration.
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.groupacl
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.groupacl
 class GroupAclProcessActionHandler
           
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.grouptype
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.grouptype
 class DatabaseViewGroupTypeProcessActionHandler
          Process action used for configuring group types that use DatabaseViewGroupMembershipProvider.
 class GroupTypeProcessActionHandler
          Process action handler for the portal administration group type service.
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.importprincipal
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.importprincipal
 class ImportPrincipalsProcessActionHandler
          imports process action handler.
 class ReadPrincipalsProcessActionHandler
          Reader process action handler.
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.monitor
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.monitor
 class MonitorEventProcessActionHandler
          Enables or disables the monitoring of an event.
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.observer
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.observer
 class ObserverProcessActionHandler
          Process action handler for observer operations.
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.page
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.page
 class PageProcessActionHandler
          Responsible for handling requests for adding, updating and deleting pages.
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.pageacl
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.pageacl
 class PageAclProcessActionHandler
           
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.pagecache
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.pagecache
 class PageCacheProcessActionHandler
          ProcessActionHandler for generate page html cache
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.pagelink
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.pagelink
 class PageLinkConstraintCheckProcessActionHandler
          Process action handler to handle page links.
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.pagetemplate
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.pagetemplate
 class PageTemplateProcessActionHandler
          Responsible for handling requests for applying page templates on pages.
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.pagetemplateacl
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.pagetemplateacl
 class PageTemplateAclProcessActionHandler
           
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.portalacl
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.portalacl
 class PortalAclProcessActionHandler
           
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.publicdatafolder
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.publicdatafolder
 class PublicDataFolderProcessActionHandler
          Process Action Handler for all Public Data Folder actions
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.reporttype
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.reporttype
 class RegisterReportTypeProcessActionHandler
           
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.sendmail
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.sendmail
 class SendMailProcessActionHandler
          Process action handler for the sendmail service actions.
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.serialization
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.serialization
 class SelectImportFileProcessActionHandler
          Process action handler for the lumis.service.portalmanagement.serialization.selectImportFile interface.
 class SerializationProcessActionHandler
          ProcessActionHandler for Import/Export channel operations
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.service
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.service
 class RegisterServiceProcessActionHandler
           
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.serviceacl
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.serviceacl
 class ServiceAclProcessActionHandler
           
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.serviceinstance
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.serviceinstance
 class ServiceInstanceProcessActionHandler
          Class responsible for handling service instance administration operations.
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.serviceinstanceacl
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.serviceinstanceacl
 class ServiceInstanceAclProcessActionHandler
           
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.serviceinstanceacl.workflow
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.serviceinstanceacl.workflow
 class WorkflowServiceInstanceAclProcessActionHandler
          Service instance acl process action handler with workflow support.
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.serviceinterfaceinstance
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.serviceinterfaceinstance
 class InterfaceHolderPropertiesProcessActionHandler
           
 class ServiceInterfaceInstancePropertiesProcessActionHandler
          Processes the changes of service interface instance properties.
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.servicemenutype
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.servicemenutype
 class RegisterMenuTypesProcessActionHandler
          Responsible for registering and unregistering menu item types and menu group types
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.servicetype
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.servicetype
 class RegisterServiceTypesProcessActionHandler
          Handles Register Service Type Process Actions
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.user
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.user
 class UserProcessActionHandler
          Calls the UserManager to add, update and delete LumisPortal users.
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.webresource
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.webresource
 class WebResourceServiceProcessActionHandler
          Process Action Handler to handle WebResources deletion.
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.xslcache
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.xslcache
 class XslCacheProcessActionHandler
          Responsible for handling requests for adding, updating, enabling, clearing and deleting caches.
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.xsleditor
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.xsleditor
 class XslEditorProcessActionHandler
          Process action handler responsible for handling operations on XSL files.
 

Uses of ProcessActionHandler in lumis.service.print
 

Subclasses of ProcessActionHandler in lumis.service.print
 class PrintProcessActionHandler
          Responsible for processing printing actions
 

Uses of ProcessActionHandler in lumis.service.report
 

Subclasses of ProcessActionHandler in lumis.service.report
 class ReportProcessActionHandler
          Process Action Handler responsible for processing report administration actions.
 class ShowReportProcessActionHandler
          Renders a report.
 

Uses of ProcessActionHandler in lumis.service.resourcescheduler
 

Subclasses of ProcessActionHandler in lumis.service.resourcescheduler
 class ResourceValidatorProcessActionHandler
          Does not allow resources to have duplicated names.
 class RoomDeleteValidatorProcessActionHandler
          Validates the roomIds before delete then.
 class ScheduleValidatorProcessActionHandler
           
 

Uses of ProcessActionHandler in lumis.service.rss
 

Subclasses of ProcessActionHandler in lumis.service.rss
 class RssProcessActionHandler
          Process action handler for the rss service.
 

Uses of ProcessActionHandler in lumis.service.search
 

Subclasses of ProcessActionHandler in lumis.service.search
 class SearchPropertiesProcessActionHandler
          Saves search properties for a DOUI service instance
 

Uses of ProcessActionHandler in lumis.service.sendtofriend
 

Subclasses of ProcessActionHandler in lumis.service.sendtofriend
 class SendToFriendMailProcessActionHandler
          Sends email to friend.
 

Uses of ProcessActionHandler in lumis.service.seo.robotstxt
 

Subclasses of ProcessActionHandler in lumis.service.seo.robotstxt
 class RobotsTxtSitemapNameProcessActionHandler
          Process Action Handler that validates duplicate sitemap url.
 class RobotsTxtUserAgentNameProcessActionHandler
          Process Action Handler that validates duplicate user agent names.
 

Uses of ProcessActionHandler in lumis.service.seo.sitemap
 

Subclasses of ProcessActionHandler in lumis.service.seo.sitemap
 class ValidateSitemapChannelNameProcessAction
          Checks if a channel has already been added in a sitemap service instance.
 class ValidateSitemapNameProcessActionHandler
          Checks if a sitemap filename is already in use.
 

Uses of ProcessActionHandler in lumis.service.vote
 

Subclasses of ProcessActionHandler in lumis.service.vote
 class VoteProcessActionHandler
           
 

Uses of ProcessActionHandler in lumis.service.webpage
 

Subclasses of ProcessActionHandler in lumis.service.webpage
 class WebPageProcessActionHandler
           
 

Uses of ProcessActionHandler in lumis.service.webserviceviewer
 

Subclasses of ProcessActionHandler in lumis.service.webserviceviewer
 class WebServiceViewerConfigurationProcessActionHandler
           
 class WebServiceViewerParametersProcessActionHandler
           
 

Uses of ProcessActionHandler in lumis.service.wiki
 

Subclasses of ProcessActionHandler in lumis.service.wiki
 class LinkTranslatorProcessActionHandler
          Translates logic wiki article links to the actual articles links.
 class NewArticleLinkProcessActionHandler
          Sets the link of an article for content alias link.
 class SetMainArticleProcessActionHandler
          Process Action called by editArticle interface to maintain the value of mainArticle field when it's saving a new version of an article.
 class ValidateArticleDeletionProcessActionHandler
          Verifies if the article can be deleted.
 class ValidateArticleTitleProcessActionHandler
          Verifies if the title is in use by another article.
 class WikiArticleSelectProcessActionHandler
          Sets the link of an article for content link.
 

Uses of ProcessActionHandler in lumis.service.workflow
 

Subclasses of ProcessActionHandler in lumis.service.workflow
 class SelectPrincipalProcessActionHandler
           
 class SelectWorkflowServiceInstanceProcessActionHandler
          Process the action for selection a workflow for a service instance.
 class WorkflowProcessActionHandler
           
 

Uses of ProcessActionHandler in lumis.service.wsrp.consumer.doui
 

Subclasses of ProcessActionHandler in lumis.service.wsrp.consumer.doui
 class ConsumerConfigurationInterfaceProcessActionHandler
          ProcessActionHandler that process the WSRP consumer configuration interface.
 class RemotePortletConfigurationInterfaceProcessActionHandler
          ProcessActionHandler that stores remote portlet handle in the caller service interface instance custom property ( RemotePortletConfigurationInterfaceConstants.REMOTE_PORTLET_HANDLE_CUSTOM_PROPERTY_ID ).
 

Uses of ProcessActionHandler in lumis.service.wsrp.producer
 

Subclasses of ProcessActionHandler in lumis.service.wsrp.producer
 class ProducerAddInterfaceInstanceProcessActionHandler
          Process Action Handler responsible for populating the items served by the ProducerImpl.getOfferedPortletNames() with the values obtained from the interface.
 class ProducerAdministrationListDeleteProcessActionHandler
          ProcessActionHandler responsible for deletion of offeredPortletNames of the ProducerImpl associated with current service instance.
 class ProducerConfigurationInterfaceProcessActionHandler
          ProcessActionHandler responsible for persisting the ProducerImpl associated with the current service instance.
 



Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.