Uses of Class
lumis.doui.processaction.ProcessActionHandler

Packages that use ProcessActionHandler
lumis.content.control.autolayout   
lumis.content.lock Provides the processing classes to help implement lock/unlock for contents. 
lumis.content.table   
lumis.doui.control.fileupload   
lumis.doui.processaction   
lumis.doui.table   
lumis.portal.urlshortener.doui This package provides Doui components for the URL shortening framework. 
lumis.service.album   
lumis.service.banner   
lumis.service.callcenteronline   
lumis.service.categorization Service that allows you to categorize portal content into hierarquical terms. 
lumis.service.chatroom   
lumis.service.comment   
lumis.service.contactus   
lumis.service.content.language   
lumis.service.content.publishtoprincipals   
lumis.service.content.publishtoserviceinstances   
lumis.service.content.publishtosocialnetworks Provides classes used by content's publish to social networks. 
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.htmlevaluation Classes of the HTML evaluation service. 
lumis.service.image   
lumis.service.locale   
lumis.service.login   
lumis.service.mailmarketing   
lumis.service.navigation   
lumis.service.newsletter   
lumis.service.pagepersonalization.doui.processactionhandler   
lumis.service.portalmanagement.audit   
lumis.service.portalmanagement.cache   
lumis.service.portalmanagement.channel   
lumis.service.portalmanagement.channelacl   
lumis.service.portalmanagement.channeltemplate   
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.file   
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.importexport   
lumis.service.portalmanagement.importprincipal   
lumis.service.portalmanagement.lock   
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.processqueue Provides interface related objects for asynchronous processing in queue. 
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.socialnetwork.doui.processaction   
lumis.service.portalmanagement.socialnetworkintegration.action   
lumis.service.portalmanagement.user   
lumis.service.portalmanagement.webfilereplication   
lumis.service.portalmanagement.webresource   
lumis.service.portalmanagement.website Contains the service for managing websites. 
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.socialnetworkintegration.action Provides social network integration process actions used by social network integration service. 
lumis.service.socialnetworkservices.microblog.doui.processactionhandler   
lumis.service.socialnetworkservices.socialprofile   
lumis.service.tag   
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.lock
 

Subclasses of ProcessActionHandler in lumis.content.lock
 class ContentLockProcessActionHandler
          Class responsible for executing bulk lock/unlock.
 

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 ContentTableAddFileMultiRowDataProcessActionHandler
          This class is responsible for the generic inserting process of multiple files 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 TableAddFileMultiRowDataProcessActionHandler
          This class is responsible for the generic inserting process of multiple files.
 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.portal.urlshortener.doui
 

Subclasses of ProcessActionHandler in lumis.portal.urlshortener.doui
 class ConfigureURLShortenerProcessActionHandler
          IURLShortener configuration process action handler.
 

Uses of ProcessActionHandler in lumis.service.album
 

Subclasses of ProcessActionHandler in lumis.service.album
 class AlbumAddMultipleProcessActionHandler
          ProcessActionHandler to verify the title informed for each Photograph uploaded.
 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.categorization
 

Subclasses of ProcessActionHandler in lumis.service.categorization
 class DeleteTermProcessActionHandler
          Deletes a term and its descendants.
 class UpdateCategorizationRepositoryProcessActionHandler
          Updates the categorization repositories for a service instance.
 class UpdateTermsParentProcessActionHandler
          Updates the parent of terms belonging to the term being added or edited.
 

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.publishtosocialnetworks
 

Subclasses of ProcessActionHandler in lumis.service.content.publishtosocialnetworks
 class PublishToSocialNetworksProcessActionHandler
          Process Action Handler to publish and unpublish messages on social networks.
 

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 DocumentAddMultipleProcessActionHandler
          ProcessActionHandler to verify the title informed for each document uploaded.
 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.htmlevaluation
 

Subclasses of ProcessActionHandler in lumis.service.htmlevaluation
 class URLAccessibilityEvaluationProcessActionHandler
          Process Action used on the Accessibility Evaluation URL Interface.
 

Uses of ProcessActionHandler in lumis.service.image
 

Subclasses of ProcessActionHandler in lumis.service.image
 class ImageAddMultipleProcessActionHandler
          Deprecated.  
 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.pagepersonalization.doui.processactionhandler
 

Subclasses of ProcessActionHandler in lumis.service.pagepersonalization.doui.processactionhandler
 class ActivateRevertDefaultConfigurationProcessActionHandler
          ProcessActionHandler responsible for activating or reverting temporary configuration.
 class AddWidgetProcessActionHandler
          Removes the Interface Instance ID from the temporary table that stores all Interfaces IDs generated during the ADD or Update process.
 class DeleteWidgetProcessActionHandler
           
 class PagePersonalizationContentTableAddProcessActionHandler
          Stores the information on database during ADD process.
 class PagePersonalizationContentTableEditProcessActionHandler
          Stores the information on database during Update process.
 class ResetPageProcessActionHandler
          ProcessActionHandler responsible for reseting user page back to default configuration.
 class SelectRootChannelProcessActionHandler
          Stores the root channel selected by user on the custom property of the service instance.
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.audit
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.audit
 class AuditConfigProcessActionHandler
          Process action handler to perform audit configuration operations.
 class AuditProcessActionHandler
          Perform actions over the Audit types like enable and disable them.
 

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.channeltemplate
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.channeltemplate
 class UpdateChannelsProcessActionHandler
          Process Action Handler to update channels from template.
 

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.file
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.file
 class UpdateMetadataProcessActionHandler
          Class responsible for update metadata of files in lum_File.
 

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.importexport
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.importexport
 class DeleteRestorePointProcessActionHandler
          Deletes the selected restore points.
 class ExportProcessActionHandler
          Handles all export actions
 class ImportProcessActionHandler
          Handles all import actions.
 

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.lock
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.lock
 class LockProcessActionHandler
          ProcessActionHandler responsible for force unlockment of portal locks.
 

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 PageLinkProcessActionHandler
          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.processqueue
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.processqueue
 class DeleteQueueTaskProcessActionHandler
          Process action to delete a queue task.
 class ReprocessQueueTaskProcessActionHandler
          Process Action to re-process a queue task in failed status.
 

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 AddTransformationParametersProcessActionHandler
          ProcessActionHandler responsible to read the transformation informations and call a javascript function passing these informations as a xml format.
 class EditTransformationParametersProcessActionHandler
          ProcessActionHandler responsible to read the transformation informations and call a javascript function passing these informations as a xml format.
 class ServiceInstanceProcessActionHandler
          Class responsible for handling service instance administration operations.
 class ServiceInstanceTransformationProcessActionHandler
          Process Action for File Property Management information.
 

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.socialnetwork.doui.processaction
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.socialnetwork.doui.processaction
 class AddSocialNetworkProcessActionHandler
          Include the default social profile information if required before processing the add action.
 class ValuesValidatorProcessAction
          Values validator process action handler.
 

Uses of ProcessActionHandler in lumis.service.portalmanagement.socialnetworkintegration.action
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.socialnetworkintegration.action
 class DeleteApplicationProcessActionHandler
          Process Action Handler to delete or disable application.
 

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.webfilereplication
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.webfilereplication
 class WebFileReplicationProcessActionHandler
          Process Action Handler for all Web File Replication actions.
 

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.website
 

Subclasses of ProcessActionHandler in lumis.service.portalmanagement.website
 class WebsiteProcessActionHandler
          This class represents the custom process action handler of the website administration.
 

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.socialnetworkintegration.action
 

Subclasses of ProcessActionHandler in lumis.service.socialnetworkintegration.action
 class ApplicationAccountProcessActionHandler
          Process Action Handler to enable/disable Application Accounts.
 class MessageProcessActionHandler
          Process Action Handler to add, update or delete public social network messages.
 class SelectAccountServiceInstanceProcessActionHandler
          Process Action Handler to set the account scope.
 class SocialNetworkAuthenticationProcessActionHandler
          Responsible for building authorization calls for social network redirect.
 class SocialNetworkCallbackProcessActionHandler
          Responsible for handling callback after user authorization in remote Social Network.
 

Uses of ProcessActionHandler in lumis.service.socialnetworkservices.microblog.doui.processactionhandler
 

Subclasses of ProcessActionHandler in lumis.service.socialnetworkservices.microblog.doui.processactionhandler
 class MicroblogAttachmentsProcessActionHandler
          Process action handler class used to deal with issues related to files associated to a Post.
 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.
 

Uses of ProcessActionHandler in lumis.service.socialnetworkservices.socialprofile
 

Subclasses of ProcessActionHandler in lumis.service.socialnetworkservices.socialprofile
 class SocialProfileUpdateProcessActionHandler
          Process action handler responsible for adding / updating the social profile.
 

Uses of ProcessActionHandler in lumis.service.tag
 

Subclasses of ProcessActionHandler in lumis.service.tag
 class TagProcessActionHandler
          Process Action Handler for Tags, verifies if a similar tag already exists and provides a normalizedName field value.
 

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 ClonePortletProcessActionHandler
          Action handler to clone portlets.
 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 ).
 class RemoveCloneProcessActionHandler
          ProcessActionHandler to remove unwanted cloned portlets.
 

Uses of ProcessActionHandler in lumis.service.wsrp.producer
 

Subclasses of ProcessActionHandler in lumis.service.wsrp.producer
 class EditLifetimeProcessActionHandler
          Process Action used to update date lifetime.
 class OutbandRegistrationInterfaceProcessActionHandler
          ProcessActionHandler responsible for persisting a new RemoteConsumerRegistration to be associated with the current service instance.
 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.
 class RegistrationAdministrationListDeleteProcessActionHandler
          ProcessActionHandler responsible for deletion of RemoteConsumerRegistration from a ProducerImpl associated with current service instance.
 



Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.