|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IProcessActionHandler in lumis.content.control.autolayout |
---|
Classes in lumis.content.control.autolayout that implement IProcessActionHandler | |
---|---|
class |
AssociationProcessActionHandler
Process action for persisting content association data. |
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.publishtosocialnetwork |
---|
Methods in lumis.content.control.publishtosocialnetwork with parameters of type IProcessActionHandler | |
---|---|
void |
PublishToSocialNetworkControl.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
|
Uses of IProcessActionHandler in lumis.content.control.tag |
---|
Methods in lumis.content.control.tag with parameters of type IProcessActionHandler | |
---|---|
protected void |
InputTagControl.setProcessActionHandlerParameter(IProcessActionHandler processActionHandler,
String parameterName)
|
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.lock |
---|
Classes in lumis.content.lock that implement IProcessActionHandler | |
---|---|
class |
ContentLockProcessActionHandler
Class responsible for executing bulk lock/unlock. |
Uses of IProcessActionHandler in lumis.content.metadata |
---|
Constructors in lumis.content.metadata with parameters of type IProcessActionHandler | |
---|---|
MetaDataController(IProcessActionHandler processActionHandler,
ContentTableSource source,
ITransaction transaction)
Deprecated. |
Uses of IProcessActionHandler in lumis.content.table |
---|
Classes in lumis.content.table that implement IProcessActionHandler | |
---|---|
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. |
Constructors in lumis.content.table with parameters of type IProcessActionHandler | |
---|---|
ContentMetaDataController(IProcessActionHandler processActionHandler,
ContentTableSource 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.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 with the control current value. |
protected void |
DataControl.setProcessActionHandlerParameter(IProcessActionHandler processActionHandler,
String parameterName,
Object value)
Set the process action parameter name and 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.multifileupload |
---|
Methods in lumis.doui.control.multifileupload with parameters of type IProcessActionHandler | |
---|---|
void |
MultiFileUploadControl.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. |
class |
SelectRepositoryProcessActionHandler
Process Action handler that sets the service instance repository dependency. |
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 |
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 IProcessActionHandler in lumis.portal.urlshortener.doui |
---|
Classes in lumis.portal.urlshortener.doui that implement IProcessActionHandler | |
---|---|
class |
ConfigureURLShortenerProcessActionHandler
IURLShortener configuration process action handler. |
Uses of IProcessActionHandler in lumis.service.album |
---|
Classes in lumis.service.album that implement IProcessActionHandler | |
---|---|
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 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.categorization |
---|
Classes in lumis.service.categorization that implement IProcessActionHandler | |
---|---|
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 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 targetContentLocaleId. |
class |
SetMetaDataInfoProcessActionHandler
ProcessActionHandler that sets status attribute in the request. |
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 |
class |
SetContactRequestCategoryNullProcessActionHandler
Updates categoryContentId of contact requests to null. |
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.publishtosocialnetworks |
---|
Classes in lumis.service.content.publishtosocialnetworks that implement IProcessActionHandler | |
---|---|
class |
PublishToSocialNetworksProcessActionHandler
Process Action Handler to publish and unpublish messages on social networks. |
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 |
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 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.doui.propertybag |
---|
Classes in lumis.service.doui.propertybag that implement IProcessActionHandler | |
---|---|
class |
PropertyBagProcessActionHandler
Update process action handler for property bag. |
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.group |
---|
Classes in lumis.service.group that implement IProcessActionHandler | |
---|---|
class |
GroupProcessActionHandler
Persists the group information using the custom property domain value. |
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.htmlevaluation |
---|
Classes in lumis.service.htmlevaluation that implement IProcessActionHandler | |
---|---|
class |
URLAccessibilityEvaluationProcessActionHandler
Process Action used on the Accessibility Evaluation URL Interface. |
Uses of IProcessActionHandler in lumis.service.image |
---|
Classes in lumis.service.image that implement IProcessActionHandler | |
---|---|
class |
ImageAddMultipleProcessActionHandler
Deprecated. |
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.pagepersonalization.doui.processactionhandler |
---|
Classes in lumis.service.pagepersonalization.doui.processactionhandler that implement IProcessActionHandler | |
---|---|
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 IProcessActionHandler in lumis.service.portalmanagement.audit |
---|
Classes in lumis.service.portalmanagement.audit that implement IProcessActionHandler | |
---|---|
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 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
Process action handler for Channel Access Control List manipulation. |
Uses of IProcessActionHandler in lumis.service.portalmanagement.channeltemplate |
---|
Classes in lumis.service.portalmanagement.channeltemplate that implement IProcessActionHandler | |
---|---|
class |
UpdateChannelsProcessActionHandler
Process Action Handler to update channels from template. |
Uses of IProcessActionHandler in lumis.service.portalmanagement.clock |
---|
Classes in lumis.service.portalmanagement.clock that implement IProcessActionHandler | |
---|---|
class |
ClockProcessActionHandler
Process Action handler to handle Portal Clock Actions. |
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 |
---|
Classes in lumis.service.portalmanagement.deployment that implement IProcessActionHandler | |
---|---|
class |
DeploymentProcessActionHandler
Implements operations for the deployment service. |
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.file |
---|
Classes in lumis.service.portalmanagement.file that implement IProcessActionHandler | |
---|---|
class |
UpdateMetadataProcessActionHandler
Class responsible for update metadata of files in lum_File. |
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 |
DatabaseViewGroupProcessActionHandler
Process action used in the database view membership group configuration. |
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.grouptype |
---|
Classes in lumis.service.portalmanagement.grouptype that implement IProcessActionHandler | |
---|---|
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 IProcessActionHandler in lumis.service.portalmanagement.importexport |
---|
Classes in lumis.service.portalmanagement.importexport that implement IProcessActionHandler | |
---|---|
class |
DeleteRestorePointProcessActionHandler
Deletes the selected restore points. |
class |
ExportProcessActionHandler
Handles all export actions |
class |
ImportProcessActionHandler
Handles all import actions. |
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.lock |
---|
Classes in lumis.service.portalmanagement.lock that implement IProcessActionHandler | |
---|---|
class |
LockProcessActionHandler
ProcessActionHandler responsible for force unlockment of portal
locks. |
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 |
PageLinkProcessActionHandler
Process action handler to handle page links. |
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.processqueue |
---|
Classes in lumis.service.portalmanagement.processqueue that implement IProcessActionHandler | |
---|---|
class |
DeleteQueueTaskProcessActionHandler
Process action to delete a queue task. |
class |
ReprocessQueueTaskProcessActionHandler
Process Action to re-process a queue task in failed status. |
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 lumis.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 |
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 |
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 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.socialnetwork.doui.processaction |
---|
Classes in lumis.service.portalmanagement.socialnetwork.doui.processaction that implement IProcessActionHandler | |
---|---|
class |
AddSocialNetworkProcessActionHandler
Include the default social profile information if required before processing the add action. |
class |
ValuesValidatorProcessAction
Values validator process action handler. |
Uses of IProcessActionHandler in lumis.service.portalmanagement.socialnetworkintegration.action |
---|
Classes in lumis.service.portalmanagement.socialnetworkintegration.action that implement IProcessActionHandler | |
---|---|
class |
DeleteApplicationProcessActionHandler
Process Action Handler to delete or disable application. |
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.webfilereplication |
---|
Classes in lumis.service.portalmanagement.webfilereplication that implement IProcessActionHandler | |
---|---|
class |
WebFileReplicationProcessActionHandler
Process Action Handler for all Web File Replication actions. |
Uses of IProcessActionHandler in lumis.service.portalmanagement.webresource |
---|
Classes in lumis.service.portalmanagement.webresource that implement IProcessActionHandler | |
---|---|
class |
WebResourceServiceProcessActionHandler
Process Action Handler to handle WebResources deletion. |
Uses of IProcessActionHandler in lumis.service.portalmanagement.website |
---|
Classes in lumis.service.portalmanagement.website that implement IProcessActionHandler | |
---|---|
class |
WebsiteProcessActionHandler
This class represents the custom process action handler of the website administration. |
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.seo.robotstxt |
---|
Classes in lumis.service.seo.robotstxt that implement IProcessActionHandler | |
---|---|
class |
RobotsTxtSitemapNameProcessActionHandler
Process Action Handler that validates duplicate sitemap url. |
class |
RobotsTxtUserAgentNameProcessActionHandler
Process Action Handler that validates duplicate user agent names. |
Uses of IProcessActionHandler in lumis.service.seo.sitemap |
---|
Classes in lumis.service.seo.sitemap that implement IProcessActionHandler | |
---|---|
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 IProcessActionHandler in lumis.service.socialnetworkintegration.action |
---|
Classes in lumis.service.socialnetworkintegration.action that implement IProcessActionHandler | |
---|---|
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 IProcessActionHandler in lumis.service.socialnetworkservices.microblog.doui.processactionhandler |
---|
Classes in lumis.service.socialnetworkservices.microblog.doui.processactionhandler that implement IProcessActionHandler | |
---|---|
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 IProcessActionHandler in lumis.service.socialnetworkservices.socialprofile |
---|
Classes in lumis.service.socialnetworkservices.socialprofile that implement IProcessActionHandler | |
---|---|
class |
SocialProfileUpdateProcessActionHandler
Process action handler responsible for adding / updating the social profile. |
Uses of IProcessActionHandler in lumis.service.tag |
---|
Classes in lumis.service.tag that implement IProcessActionHandler | |
---|---|
class |
TagProcessActionHandler
Process Action Handler for Tags, verifies if a similar tag already exists and provides a normalizedName field value. |
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.wiki |
---|
Classes in lumis.service.wiki that implement IProcessActionHandler | |
---|---|
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 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
|
Uses of IProcessActionHandler in lumis.service.wsrp.consumer.doui |
---|
Classes in lumis.service.wsrp.consumer.doui that implement IProcessActionHandler | |
---|---|
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 IProcessActionHandler in lumis.service.wsrp.producer |
---|
Classes in lumis.service.wsrp.producer that implement IProcessActionHandler | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |