Uses of Interface
lumis.doui.processaction.IProcessActionHandler

Packages that use IProcessActionHandler
lumis.content.control.comments   
lumis.content.control.publishtoprincipals   
lumis.content.control.publishtoserviceinstances   
lumis.content.control.workflow   
lumis.content.metadata   
lumis.content.table   
lumis.content.workflow Provides workflow support for the content framework. 
lumis.doui.control   
lumis.doui.control.autolayout   
lumis.doui.control.datagrid   
lumis.doui.control.dynamiclist   
lumis.doui.control.fileupload   
lumis.doui.control.htmleditor   
lumis.doui.control.itempicker   
lumis.doui.control.radiobutton   
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.forum   
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.cluster   
lumis.service.portalmanagement.controlregistry   
lumis.service.portalmanagement.css   
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.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.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.thesaurus   
lumis.service.thesaurus.control   
lumis.service.vote   
lumis.service.webpage   
lumis.service.webserviceviewer   
lumis.service.workflow   
 

Uses of IProcessActionHandler in lumis.content.control.comments
 

Methods in lumis.content.control.comments with parameters of type IProcessActionHandler
 void CommentsControl.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
           
 

Uses of IProcessActionHandler in lumis.content.control.publishtoprincipals
 

Methods in lumis.content.control.publishtoprincipals with parameters of type IProcessActionHandler
 void PublishToPrincipalsListControl.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
           
 void PublishToPrincipalsControl.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
           
 

Uses of IProcessActionHandler in lumis.content.control.publishtoserviceinstances
 

Methods in lumis.content.control.publishtoserviceinstances with parameters of type IProcessActionHandler
 void PublishToServiceInstancesListControl.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
           
 void PublishToServiceInstancesControl.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
           
 

Uses of IProcessActionHandler in lumis.content.control.workflow
 

Methods in lumis.content.control.workflow with parameters of type IProcessActionHandler
 void WorkflowSendToControl.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
           
 void WorkflowActionControl.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
           
 

Uses of IProcessActionHandler in lumis.content.metadata
 

Constructors in lumis.content.metadata with parameters of type IProcessActionHandler
MetaDataController(IProcessActionHandler processActionHandler, Source source, ITransaction transaction)
          Creates the object and initializes it defining which meta data features are supported by the given Source.
 

Uses of IProcessActionHandler in lumis.content.table
 

Classes in lumis.content.table that implement IProcessActionHandler
 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.
 

Uses of IProcessActionHandler in lumis.content.workflow
 

Constructors in lumis.content.workflow with parameters of type IProcessActionHandler
WorkflowController(IProcessActionHandler processActionHandler, ContentTableSource source, ITransaction transaction)
           
 

Uses of IProcessActionHandler in lumis.doui.control
 

Methods in lumis.doui.control with parameters of type IProcessActionHandler
protected  void DataControl.setProcessActionHandlerParameter(IProcessActionHandler processActionHandler, String parameterName)
          Set the process action parameter for the control, defining the appropriate value.
 void IDataControl.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
          Sets the control parameters for the process action handler.
 void DataControl.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
          Sets the control value as a process action handler parameter.
 void ControlContainer.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
           
 

Uses of IProcessActionHandler in lumis.doui.control.autolayout
 

Methods in lumis.doui.control.autolayout with parameters of type IProcessActionHandler
 void AutoLayoutFieldControl.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
          This control must not set process action parameters.
 

Uses of IProcessActionHandler in lumis.doui.control.datagrid
 

Methods in lumis.doui.control.datagrid with parameters of type IProcessActionHandler
 void DataGridControl.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
           
 

Uses of IProcessActionHandler in lumis.doui.control.dynamiclist
 

Methods in lumis.doui.control.dynamiclist with parameters of type IProcessActionHandler
 void DynamicListControl.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
           
 

Uses of IProcessActionHandler in lumis.doui.control.fileupload
 

Classes in lumis.doui.control.fileupload that implement IProcessActionHandler
 class FileListAddProcessActionHandler
          Handles adition of files
 class FileListEditProcessActionHandler
          Processes the update of a FilesList entry.
 

Uses of IProcessActionHandler in lumis.doui.control.htmleditor
 

Methods in lumis.doui.control.htmleditor with parameters of type IProcessActionHandler
 void HtmlEditorControl.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
           
 

Uses of IProcessActionHandler in lumis.doui.control.itempicker
 

Methods in lumis.doui.control.itempicker with parameters of type IProcessActionHandler
 void MultiItemPickerControl.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
           
 

Uses of IProcessActionHandler in lumis.doui.control.radiobutton
 

Methods in lumis.doui.control.radiobutton with parameters of type IProcessActionHandler
 void RadioButtonControl.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
           
 

Uses of IProcessActionHandler in lumis.doui.processaction
 

Classes in lumis.doui.processaction that implement IProcessActionHandler
 class GenericProcessActionHandler
          Generic process action handler that performs no operation
 class ProcessActionHandler<S extends Source>
          Base class for all doui process action handlers.
 

Methods in lumis.doui.processaction that return IProcessActionHandler
static IProcessActionHandler ProcessActionHandlerFactory.createProcessAction(Node processActionDefinitionNode, ProcessActionContainer processActionContainer)
           
 

Uses of IProcessActionHandler in lumis.doui.table
 

Classes in lumis.doui.table that implement IProcessActionHandler
 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 IProcessActionHandler in lumis.service.album
 

Classes in lumis.service.album that implement IProcessActionHandler
 class CheckAlbumDeleteProcessActionHandler
          Checks if a album being deleted has photographs in it.
 

Uses of IProcessActionHandler in lumis.service.banner
 

Classes in lumis.service.banner that implement IProcessActionHandler
 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 IProcessActionHandler in lumis.service.callcenteronline
 

Classes in lumis.service.callcenteronline that implement IProcessActionHandler
 class ColProcessActionHandler
          Process all actions for the call center online service.
 

Uses of IProcessActionHandler in lumis.service.chatroom
 

Classes in lumis.service.chatroom that implement IProcessActionHandler
 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 IProcessActionHandler in lumis.service.comment
 

Classes in lumis.service.comment that implement IProcessActionHandler
 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 targetMetaDataId.
 class SetMetaDataInfoProcessActionHandler
          ProcessActionHandler that sets the serviceInstance parameter based on the metadataId
 

Uses of IProcessActionHandler in lumis.service.contactus
 

Classes in lumis.service.contactus that implement IProcessActionHandler
 class ContactUsMailProcessActionHandler
          Sends the contact us email to the administrator email if specified
 

Uses of IProcessActionHandler in lumis.service.content.language
 

Classes in lumis.service.content.language that implement IProcessActionHandler
 class LanguageProcessActionHandler
           
 

Uses of IProcessActionHandler in lumis.service.content.publishtoprincipals
 

Classes in lumis.service.content.publishtoprincipals that implement IProcessActionHandler
 class PublishToPrincipalsProcessActionHandler
          ProcessActionHandler that persists publish to principals information
 

Uses of IProcessActionHandler in lumis.service.content.publishtoserviceinstances
 

Classes in lumis.service.content.publishtoserviceinstances that implement IProcessActionHandler
 class PublishToServiceInstancesProcessActionHandler
          ProcessActionHandler that persists publish to service instances information
 

Uses of IProcessActionHandler in lumis.service.content.version
 

Classes in lumis.service.content.version that implement IProcessActionHandler
 class VersionProcessActionHandler
          Process Action handler for selecting versions
 

Uses of IProcessActionHandler in lumis.service.content.wizard
 

Classes in lumis.service.content.wizard that implement IProcessActionHandler
 class ContentWizardDeleteProcessActionHandler
          Class responsible fore executing the necessary steps for removing a service created through the content wizard.
 

Uses of IProcessActionHandler in lumis.service.document
 

Classes in lumis.service.document that implement IProcessActionHandler
 class CheckDuplicateFolderProcessActionHandler
           
 class DocumentDeleteProcessActionHandler
          Process action handler for document delete operation.
 class DocumentMoveProcessActionHandler
           
 class DocumentSelectProcessActionHandler
           
 class SelectRepositoryProcessActionHandler
           
 

Uses of IProcessActionHandler in lumis.service.doui.customproperties
 

Classes in lumis.service.doui.customproperties that implement IProcessActionHandler
 class InterfaceInstanceCustomPropertiesProcessActionHandler
          Generic process action handler for interface instance custom properties
 class ServiceInstanceCustomPropertiesProcessActionHandler
          Adds custom properties to the service instance repository
 

Uses of IProcessActionHandler in lumis.service.doui.dynamiclist
 

Classes in lumis.service.doui.dynamiclist that implement IProcessActionHandler
 class AddItemActionHandler
           
 

Methods in lumis.service.doui.dynamiclist with parameters of type IProcessActionHandler
 void AddDynamicListSourceControl.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
           
 

Uses of IProcessActionHandler in lumis.service.doui.fields
 

Classes in lumis.service.doui.fields that implement IProcessActionHandler
 class FieldsProcessActionHandler
          Fields Process Action handler
 

Methods in lumis.service.doui.fields with parameters of type IProcessActionHandler
 void FieldsControl.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
           
 

Uses of IProcessActionHandler in lumis.service.doui.filters
 

Classes in lumis.service.doui.filters that implement IProcessActionHandler
 class FiltersProcessActionHandler
          Process action handler for the interface filters editor.
 

Uses of IProcessActionHandler in lumis.service.doui.htmleditor
 

Classes in lumis.service.doui.htmleditor that implement IProcessActionHandler
 class HtmlEditProcessActionHandler
           
 

Uses of IProcessActionHandler in lumis.service.doui.maxrows
 

Classes in lumis.service.doui.maxrows that implement IProcessActionHandler
 class MaxRowsProcessActionHandler
           
 

Uses of IProcessActionHandler in lumis.service.doui.orderby
 

Classes in lumis.service.doui.orderby that implement IProcessActionHandler
 class OrderByActionHandler
           
 

Uses of IProcessActionHandler in lumis.service.forum
 

Classes in lumis.service.forum that implement IProcessActionHandler
 class ForumProcessActionHandler
          Class responsible for executing maintence actions on forum entities.
 

Uses of IProcessActionHandler in lumis.service.html
 

Classes in lumis.service.html that implement IProcessActionHandler
 class HtmlProcessActionHandler
          Process action handler for the html service edit interface.
 

Uses of IProcessActionHandler in lumis.service.image
 

Classes in lumis.service.image that implement IProcessActionHandler
 class ImageDeleteProcessActionHandler
          Process action handler for image delete operation.
 class ImageMoveProcessActionHandler
           
 class ImageSelectProcessActionHandler
           
 

Uses of IProcessActionHandler in lumis.service.locale
 

Classes in lumis.service.locale that implement IProcessActionHandler
 class LocaleProcessActionHandler
          Sets the current user's locale to the locale specified in the locale request parameter.
 

Uses of IProcessActionHandler in lumis.service.login
 

Classes in lumis.service.login that implement IProcessActionHandler
 class LoginProcessActionHandler
          Process action handler for the login service.
 

Uses of IProcessActionHandler in lumis.service.mailmarketing
 

Classes in lumis.service.mailmarketing that implement IProcessActionHandler
 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 IProcessActionHandler in lumis.service.navigation
 

Classes in lumis.service.navigation that implement IProcessActionHandler
 class BreadCrumbPropertiesProcessActionHandler
          Saves bread crumb properties for a bread crumb interface instance
 class NavigationProcessActionHandler
          Process Action handler for navigation.
 

Uses of IProcessActionHandler in lumis.service.newsletter
 

Classes in lumis.service.newsletter that implement IProcessActionHandler
 class CancelPublicSubscriptionProcessActionHandler
          Cancels a public subscription.
 class NewsletterModelAdminProcessActionHandler
           
 

Uses of IProcessActionHandler in lumis.service.portalmanagement.cache
 

Classes in lumis.service.portalmanagement.cache that implement IProcessActionHandler
 class CacheProcessActionHandler
          Process action handler for the portalmanagement cache service
 

Uses of IProcessActionHandler in lumis.service.portalmanagement.channel
 

Classes in lumis.service.portalmanagement.channel that implement IProcessActionHandler
 class ChannelProcessActionHandler
          Process action handler for the portalmanagement channel service
 

Methods in lumis.service.portalmanagement.channel with parameters of type IProcessActionHandler
 void ChannelInheritedPageTemplateControl.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
           
 

Uses of IProcessActionHandler in lumis.service.portalmanagement.channelacl
 

Classes in lumis.service.portalmanagement.channelacl that implement IProcessActionHandler
 class ChannelAclProcessActionHandler
           
 

Uses of IProcessActionHandler in lumis.service.portalmanagement.cluster
 

Classes in lumis.service.portalmanagement.cluster that implement IProcessActionHandler
 class ClusterProcessActionHandler
          Process action handler for the cluster administration actions.
 

Uses of IProcessActionHandler in lumis.service.portalmanagement.controlregistry
 

Classes in lumis.service.portalmanagement.controlregistry that implement IProcessActionHandler
 class RegisterControlProcessActionHandler
          Handles Register Controls Process Actions
 

Uses of IProcessActionHandler in lumis.service.portalmanagement.css
 

Classes in lumis.service.portalmanagement.css that implement IProcessActionHandler
 class CssProcessActionHandler
          ProcessActionHandler for Css Administration.
 

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

Classes in lumis.service.portalmanagement.deployment.portlet that implement IProcessActionHandler
 class PortletDeploymentProcessActionHandler
          Process action handler for performing a deployment of a portlet.
 

Uses of IProcessActionHandler in lumis.service.portalmanagement.filemimetype
 

Classes in lumis.service.portalmanagement.filemimetype that implement IProcessActionHandler
 class UniqueMimeTypeValidatorProcessActionHandler
           
 

Uses of IProcessActionHandler in lumis.service.portalmanagement.filesystem
 

Classes in lumis.service.portalmanagement.filesystem that implement IProcessActionHandler
 class DeleteProcessActionHandler
          Class responsible for executing the necessary steps for removing files.
 class FileSystemProcessActionHandler
          Process action handler for the portalmanagement filesystem service.
 

Uses of IProcessActionHandler in lumis.service.portalmanagement.genericacl
 

Classes in lumis.service.portalmanagement.genericacl that implement IProcessActionHandler
 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 IProcessActionHandler in lumis.service.portalmanagement.group
 

Classes in lumis.service.portalmanagement.group that implement IProcessActionHandler
 class GroupProcessActionHandler
          Process action handler for the portalmanagement group service.
 

Uses of IProcessActionHandler in lumis.service.portalmanagement.groupacl
 

Classes in lumis.service.portalmanagement.groupacl that implement IProcessActionHandler
 class GroupAclProcessActionHandler
           
 

Uses of IProcessActionHandler in lumis.service.portalmanagement.importprincipal
 

Classes in lumis.service.portalmanagement.importprincipal that implement IProcessActionHandler
 class ImportPrincipalsProcessActionHandler
          imports process action handler.
 class ReadPrincipalsProcessActionHandler
          Reader process action handler.
 

Uses of IProcessActionHandler in lumis.service.portalmanagement.monitor
 

Classes in lumis.service.portalmanagement.monitor that implement IProcessActionHandler
 class MonitorEventProcessActionHandler
          Enables or disables the monitoring of an event.
 

Uses of IProcessActionHandler in lumis.service.portalmanagement.observer
 

Classes in lumis.service.portalmanagement.observer that implement IProcessActionHandler
 class ObserverProcessActionHandler
          Process action handler for observer operations.
 

Uses of IProcessActionHandler in lumis.service.portalmanagement.page
 

Classes in lumis.service.portalmanagement.page that implement IProcessActionHandler
 class PageProcessActionHandler
          Responsible for handling requests for adding, updating and deleting pages.
 

Uses of IProcessActionHandler in lumis.service.portalmanagement.pageacl
 

Classes in lumis.service.portalmanagement.pageacl that implement IProcessActionHandler
 class PageAclProcessActionHandler
           
 

Uses of IProcessActionHandler in lumis.service.portalmanagement.pagecache
 

Classes in lumis.service.portalmanagement.pagecache that implement IProcessActionHandler
 class PageCacheProcessActionHandler
          ProcessActionHandler for generate page html cache
 

Uses of IProcessActionHandler in lumis.service.portalmanagement.pagelink
 

Classes in lumis.service.portalmanagement.pagelink that implement IProcessActionHandler
 class PageLinkConstraintCheckProcessActionHandler
          Process action handler that verifies the required constraints on the PageLink entity.
 

Uses of IProcessActionHandler in lumis.service.portalmanagement.pagetemplate
 

Classes in lumis.service.portalmanagement.pagetemplate that implement IProcessActionHandler
 class PageTemplateProcessActionHandler
          Responsible for handling requests for applying page templates on pages.
 

Uses of IProcessActionHandler in lumis.service.portalmanagement.pagetemplateacl
 

Classes in lumis.service.portalmanagement.pagetemplateacl that implement IProcessActionHandler
 class PageTemplateAclProcessActionHandler
           
 

Uses of IProcessActionHandler in lumis.service.portalmanagement.portalacl
 

Classes in lumis.service.portalmanagement.portalacl that implement IProcessActionHandler
 class PortalAclProcessActionHandler
           
 

Uses of IProcessActionHandler in lumis.service.portalmanagement.publicdatafolder
 

Classes in lumis.service.portalmanagement.publicdatafolder that implement IProcessActionHandler
 class PublicDataFolderProcessActionHandler
          Process Action Handler for all Public Data Folder actions
 

Uses of IProcessActionHandler in lumis.service.portalmanagement.reporttype
 

Classes in lumis.service.portalmanagement.reporttype that implement IProcessActionHandler
 class RegisterReportTypeProcessActionHandler
           
 

Uses of IProcessActionHandler in lumis.service.portalmanagement.sendmail
 

Classes in lumis.service.portalmanagement.sendmail that implement IProcessActionHandler
 class SendMailProcessActionHandler
          Process action handler for the sendmail service actions.
 

Uses of IProcessActionHandler in lumis.service.portalmanagement.serialization
 

Classes in lumis.service.portalmanagement.serialization that implement IProcessActionHandler
 class SelectImportFileProcessActionHandler
          Process action handler for the umis.service.portalmanagement.serialization.selectImportFile interface.
 class SerializationProcessActionHandler
          ProcessActionHandler for Import/Export channel operations
 

Uses of IProcessActionHandler in lumis.service.portalmanagement.service
 

Classes in lumis.service.portalmanagement.service that implement IProcessActionHandler
 class DeploymentProcessActionHandler
          Process action handler for performing a deployment.
 class RegisterServiceProcessActionHandler
           
 

Uses of IProcessActionHandler in lumis.service.portalmanagement.serviceacl
 

Classes in lumis.service.portalmanagement.serviceacl that implement IProcessActionHandler
 class ServiceAclProcessActionHandler
           
 

Uses of IProcessActionHandler in lumis.service.portalmanagement.serviceinstance
 

Classes in lumis.service.portalmanagement.serviceinstance that implement IProcessActionHandler
 class ServiceInstanceProcessActionHandler
          Class responsible for handling service instance administration operations.
 

Uses of IProcessActionHandler in lumis.service.portalmanagement.serviceinstanceacl
 

Classes in lumis.service.portalmanagement.serviceinstanceacl that implement IProcessActionHandler
 class ServiceInstanceAclProcessActionHandler
           
 

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

Classes in lumis.service.portalmanagement.serviceinstanceacl.workflow that implement IProcessActionHandler
 class WorkflowServiceInstanceAclProcessActionHandler
          Service instance acl process action handler with workflow support.
 

Uses of IProcessActionHandler in lumis.service.portalmanagement.serviceinterfaceinstance
 

Classes in lumis.service.portalmanagement.serviceinterfaceinstance that implement IProcessActionHandler
 class InterfaceHolderPropertiesProcessActionHandler
           
 class ServiceInterfaceInstancePropertiesProcessActionHandler
          Processes the changes of service interface instance properties.
 

Uses of IProcessActionHandler in lumis.service.portalmanagement.servicemenutype
 

Classes in lumis.service.portalmanagement.servicemenutype that implement IProcessActionHandler
 class RegisterMenuTypesProcessActionHandler
          Responsible for registering and unregistering menu item types and menu group types
 

Uses of IProcessActionHandler in lumis.service.portalmanagement.servicetype
 

Classes in lumis.service.portalmanagement.servicetype that implement IProcessActionHandler
 class RegisterServiceTypesProcessActionHandler
          Handles Register Service Type Process Actions
 

Uses of IProcessActionHandler in lumis.service.portalmanagement.user
 

Classes in lumis.service.portalmanagement.user that implement IProcessActionHandler
 class UserProcessActionHandler
          Calls the UserManager to add, update and delete LumisPortal users.
 

Uses of IProcessActionHandler in lumis.service.portalmanagement.xslcache
 

Classes in lumis.service.portalmanagement.xslcache that implement IProcessActionHandler
 class XslCacheProcessActionHandler
          Responsible for handling requests for adding, updating, enabling, clearing and deleting caches.
 

Uses of IProcessActionHandler in lumis.service.portalmanagement.xsleditor
 

Classes in lumis.service.portalmanagement.xsleditor that implement IProcessActionHandler
 class XslEditorProcessActionHandler
          Process action handler responsible for handling operations on XSL files.
 

Uses of IProcessActionHandler in lumis.service.print
 

Classes in lumis.service.print that implement IProcessActionHandler
 class PrintProcessActionHandler
          Responsible for processing printing actions
 

Uses of IProcessActionHandler in lumis.service.report
 

Classes in lumis.service.report that implement IProcessActionHandler
 class ReportProcessActionHandler
          Process Action Handler responsible for processing report administration actions.
 class ShowReportProcessActionHandler
          Renders a report.
 

Uses of IProcessActionHandler in lumis.service.resourcescheduler
 

Classes in lumis.service.resourcescheduler that implement IProcessActionHandler
 class ResourceValidatorProcessActionHandler
          Does not allow resources to have duplicated names.
 class RoomDeleteValidatorProcessActionHandler
          Validates the roomIds before delete then.
 class ScheduleValidatorProcessActionHandler
           
 

Uses of IProcessActionHandler in lumis.service.rss
 

Classes in lumis.service.rss that implement IProcessActionHandler
 class RssProcessActionHandler
          Process action handler for the rss service.
 

Uses of IProcessActionHandler in lumis.service.search
 

Classes in lumis.service.search that implement IProcessActionHandler
 class SearchPropertiesProcessActionHandler
          Saves search properties for a DOUI service instance
 

Uses of IProcessActionHandler in lumis.service.sendtofriend
 

Classes in lumis.service.sendtofriend that implement IProcessActionHandler
 class SendToFriendMailProcessActionHandler
          Sends email to friend.
 

Uses of IProcessActionHandler in lumis.service.thesaurus
 

Classes in lumis.service.thesaurus that implement IProcessActionHandler
 class TermRelationUpdateDataProcessActionHandler
          Persist relations of a thesaurus term
 

Uses of IProcessActionHandler in lumis.service.thesaurus.control
 

Methods in lumis.service.thesaurus.control with parameters of type IProcessActionHandler
protected  void TermPickerControl.setProcessActionHandlerParameter(IProcessActionHandler processActionHandler, String parameterName)
           
 

Uses of IProcessActionHandler in lumis.service.vote
 

Classes in lumis.service.vote that implement IProcessActionHandler
 class VoteProcessActionHandler
           
 

Uses of IProcessActionHandler in lumis.service.webpage
 

Classes in lumis.service.webpage that implement IProcessActionHandler
 class WebPageProcessActionHandler
           
 

Uses of IProcessActionHandler in lumis.service.webserviceviewer
 

Classes in lumis.service.webserviceviewer that implement IProcessActionHandler
 class WebServiceViewerConfigurationProcessActionHandler
           
 class WebServiceViewerParametersProcessActionHandler
           
 

Uses of IProcessActionHandler in lumis.service.workflow
 

Classes in lumis.service.workflow that implement IProcessActionHandler
 class SelectPrincipalProcessActionHandler
           
 class SelectWorkflowServiceInstanceProcessActionHandler
          Process the action for selection a workflow for a service instance.
 class WorkflowProcessActionHandler
           
 



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