Uses of Interface
lumis.doui.processaction.IProcessActionHandler
-
-
Uses of IProcessActionHandler in lumis.content.control.autolayout
Classes in lumis.content.control.autolayout that implement IProcessActionHandler Modifier and Type Class Description 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 Modifier and Type Method Description void
CommentsControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
-
Uses of IProcessActionHandler in lumis.content.control.publishtoprincipals
Methods in lumis.content.control.publishtoprincipals with parameters of type IProcessActionHandler Modifier and Type Method Description void
PublishToPrincipalsControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
void
PublishToPrincipalsListControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
-
Uses of IProcessActionHandler in lumis.content.control.publishtoserviceinstances
Methods in lumis.content.control.publishtoserviceinstances with parameters of type IProcessActionHandler Modifier and Type Method Description void
PublishToServiceInstancesControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
void
PublishToServiceInstancesListControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
-
Uses of IProcessActionHandler in lumis.content.control.publishtosocialnetwork
Methods in lumis.content.control.publishtosocialnetwork with parameters of type IProcessActionHandler Modifier and Type Method Description void
PublishToSocialNetworkControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
-
Uses of IProcessActionHandler in lumis.content.control.workflow
Methods in lumis.content.control.workflow with parameters of type IProcessActionHandler Modifier and Type Method Description void
WorkflowActionControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
void
WorkflowSendToControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
-
Uses of IProcessActionHandler in lumis.content.lock
Classes in lumis.content.lock that implement IProcessActionHandler Modifier and Type Class Description 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 Constructor Description MetaDataController(IProcessActionHandler processActionHandler, ContentTableSource source, ITransaction transaction)
Deprecated. -
Uses of IProcessActionHandler in lumis.content.table
Classes in lumis.content.table that implement IProcessActionHandler Modifier and Type Class Description class
CommitAndPreviewProcessActionHandler
Executes the 'commit' process actions and opens the preview window.class
ContentAssociationProcessActionHandler
Process action handler for content associations.class
ContentTableAddDataProcessActionHandler
Deprecated.Since 10.4.0, this class was replaced byContentTableSourceAddDataProcessActionHandler
due to the encapsulation of add operation onSource
.class
ContentTableAddFileMultiRowDataProcessActionHandler
Deprecated.Since 10.4.0, this class was replaced bySourceAddFileMultiRowDataProcessActionHandler
due to the encapsulation of add operation onSource
.class
ContentTableDeleteDataProcessActionHandler
Deprecated.Since 10.4.0, this class was replaced byContentTableSourceDeleteDataProcessActionHandler
due to the encapsulation of delete operation onSource
.class
ContentTableSourceAddDataProcessActionHandler
Adds a single data in aContentTableSource
.class
ContentTableSourceDeleteDataProcessActionHandler
ExecutesContentTableSource.deleteDataByItemIds(java.util.Collection)
for the items specified in the parameter with name equals to the primary key of the source.class
ContentTableSourceUpdateDataProcessActionHandler
Updates a single data in aContentTableSource
.class
ContentTableUpdateDataProcessActionHandler
Deprecated.Since 10.4.0, this class was replaced byContentTableSourceUpdateDataProcessActionHandler
due to the encapsulation of update operation onSource
.class
ValidateContentReferencesProcessActionHandler
Validates that content references exist in a table.Constructors in lumis.content.table with parameters of type IProcessActionHandler Constructor Description LegacyContentMetaDataController(IProcessActionHandler processActionHandler, ContentTableSource source, ITransaction transaction)
Deprecated. -
Uses of IProcessActionHandler in lumis.doui.control
Methods in lumis.doui.control with parameters of type IProcessActionHandler Modifier and Type Method Description 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
ControlContainer. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
void
DataControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
Sets the control value as a process action handler parameter.void
IDataControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
Sets the control parameters for the process action handler. -
Uses of IProcessActionHandler in lumis.doui.control.datagrid
Methods in lumis.doui.control.datagrid with parameters of type IProcessActionHandler Modifier and Type Method Description void
DataGridControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
-
Uses of IProcessActionHandler in lumis.doui.control.dynamiclist
Methods in lumis.doui.control.dynamiclist with parameters of type IProcessActionHandler Modifier and Type Method Description void
DynamicListControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
-
Uses of IProcessActionHandler in lumis.doui.control.fileupload
Classes in lumis.doui.control.fileupload that implement IProcessActionHandler Modifier and Type Class Description class
FileListAddProcessActionHandler
Handles adition of filesclass
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 Modifier and Type Method Description void
HtmlEditorControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
-
Uses of IProcessActionHandler in lumis.doui.control.itempicker
Methods in lumis.doui.control.itempicker with parameters of type IProcessActionHandler Modifier and Type Method Description void
MultiItemPickerControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
void
OrderedMultiItemPickerControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
-
Uses of IProcessActionHandler in lumis.doui.control.multifileupload
Methods in lumis.doui.control.multifileupload with parameters of type IProcessActionHandler Modifier and Type Method Description void
MultiFileUploadControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
-
Uses of IProcessActionHandler in lumis.doui.control.radiobutton
Methods in lumis.doui.control.radiobutton with parameters of type IProcessActionHandler Modifier and Type Method Description void
RadioButtonControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
-
Uses of IProcessActionHandler in lumis.doui.processaction
Classes in lumis.doui.processaction that implement IProcessActionHandler Modifier and Type Class Description class
GenericProcessActionHandler
Generic process action handler that performs no operationclass
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 Modifier and Type Method Description static IProcessActionHandler
ProcessActionHandlerFactory. createProcessAction(Node processActionDefinitionNode, ProcessActionContainer processActionContainer)
-
Uses of IProcessActionHandler in lumis.doui.search
Classes in lumis.doui.search that implement IProcessActionHandler Modifier and Type Class Description class
SearchProcessActionHandler
Process action handler that simply redirects to the results interface. -
Uses of IProcessActionHandler in lumis.doui.source.processaction
Classes in lumis.doui.source.processaction that implement IProcessActionHandler Modifier and Type Class Description class
BaseSourceProcessActionHandler<S extends Source<?>>
Base implementation for source basic operation process action handlers.class
SourceAddDataProcessActionHandler<S extends Source<?>>
Process action handler that executesSource.addData(Object)
.class
SourceAddFileMultiRowDataProcessActionHandler<S extends Source<?>>
This class is responsible for the generic add of multiple files in contents.class
SourceAddMultiRowDataProcessActionHandler<S extends Source<?>>
Process Action Handler to add multiple rows.class
SourceDeleteDataProcessActionHandler<S extends Source<?>>
ExecutesSource#deleteDataByItemIds(Object)
for the items returned bySourceDeleteDataProcessActionHandler.getItemIdsToDelete()
.class
SourceUpdateDataProcessActionHandler<S extends Source<?>>
Process action handler that executesSource.updateData(Object)
.class
SourceUpdateMultiRowDataProcessActionHandler<S extends Source<?>>
Update process action handler for a multi row editor. -
Uses of IProcessActionHandler in lumis.doui.table
Classes in lumis.doui.table that implement IProcessActionHandler Modifier and Type Class Description class
BaseTableDataProcessActionHandler
Deprecated.Since 10.4.0, this class was replaced byBaseSourceProcessActionHandler
due to the encapsulation of add, update and delete operations onSource
.class
TableAddDataProcessActionHandler
Deprecated.Since 10.4.0, this class was replaced bySourceAddDataProcessActionHandler
due to the encapsulation of add operation onSource
.class
TableAddFileMultiRowDataProcessActionHandler
Deprecated.Since 10.4.0, this class was replaced bySourceAddFileMultiRowDataProcessActionHandler
due to the encapsulation of add operation onSource
.class
TableAddMultiRowDataProcessActionHandler
Deprecated.Since 10.4.0, this class was replaced bySourceAddMultiRowDataProcessActionHandler
due to the encapsulation of add operation onSource
.class
TableDeleteDataProcessActionHandler
Deprecated.Since 10.4.0, this class was replaced bySourceDeleteDataProcessActionHandler
due to the encapsulation of delete operation onSource
.class
TableUpdateDataProcessActionHandler
Deprecated.Since 10.4.0, this class was replaced bySourceUpdateDataProcessActionHandler
due to the encapsulation of update operation onSource
.class
TableUpdateMultiRowDataProcessActionHandler
Deprecated.Since 10.4.0, this class was replaced bySourceUpdateMultiRowDataProcessActionHandler
due to the encapsulation of update operation onSource
. -
Uses of IProcessActionHandler in lumis.service.activitystream
Classes in lumis.service.activitystream that implement IProcessActionHandler Modifier and Type Class Description class
ActivityStreamDeleteProcessActionHandler
ProcessActionHandler
responsible for deletion of message generated by the activity stream service.class
ActivityStreamObjectTypesCustomPropertyProcessActionHandler
Adds activity object types filter as a custom property to the interface instance repository.class
ActivityStreamScopesCustomPropertyProcessActionHandler
Adds activities scopes filter as a custom property to the interface instance repository. -
Uses of IProcessActionHandler in lumis.service.album
Classes in lumis.service.album that implement IProcessActionHandler Modifier and Type Class Description 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.analytics
Classes in lumis.service.analytics that implement IProcessActionHandler Modifier and Type Class Description class
CreateOrOverrideSegmentationProcessAction
The process action call the callback LumisUserSegmentationsRefresh_{uid} defined in parent iframe after to saved with success. -
Uses of IProcessActionHandler in lumis.service.analytics.abtest.doui.processaction
Classes in lumis.service.analytics.abtest.doui.processaction that implement IProcessActionHandler Modifier and Type Class Description class
AddVariantProcessActionHandler
Add variant process action handler.class
EditVariantProcessActionHandler
Edit variant process action handler.class
ValidateExperimentProcessActionHandler
Validate a experiment before persist it in the database. -
Uses of IProcessActionHandler in lumis.service.analytics.automationflow.processaction
Classes in lumis.service.analytics.automationflow.processaction that implement IProcessActionHandler Modifier and Type Class Description class
CreateOrOverrideAutomationFlowProcessAction
The process action call the callback LumisUserSegmentationsRefresh_{uid} defined in parent iframe after to saved with success. -
Uses of IProcessActionHandler in lumis.service.analytics.eventanalytics
Classes in lumis.service.analytics.eventanalytics that implement IProcessActionHandler Modifier and Type Class Description class
DeleteReportProcessActionHandler
Delete report process action handler.class
EditDashboardProcessActionHandler
Edit dashboard process action handler.class
EditReportProcessActionHandler
Edit report process action handler. -
Uses of IProcessActionHandler in lumis.service.analytics.journey.processaction
Classes in lumis.service.analytics.journey.processaction that implement IProcessActionHandler Modifier and Type Class Description class
DeleteUserJourneyInstanceProcessAction
Delete user journey instance. -
Uses of IProcessActionHandler in lumis.service.autoadministration
Classes in lumis.service.autoadministration that implement IProcessActionHandler Modifier and Type Class Description class
ContentLockProcessActionHandler
Class responsible for executing bulk lock/unlock.class
ExecuteWorkflowActionProcessActionHandler
Process Action Handler to execute workflow actions for auto admin dash board. -
Uses of IProcessActionHandler in lumis.service.autoadministration.control
Methods in lumis.service.autoadministration.control with parameters of type IProcessActionHandler Modifier and Type Method Description void
WorkflowActionControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
void
WorkflowSendToControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
-
Uses of IProcessActionHandler in lumis.service.autoadministration.processaction
Classes in lumis.service.autoadministration.processaction that implement IProcessActionHandler Modifier and Type Class Description class
AddTreeExclusionProcessActionHandler
Process action for Auto administration item exclusion add.class
AddTreeItemProcessActionHandler
Process action handler called in tree tree item add action.class
DeleteTreeExclusionProcessActionHandler
Process action for Auto administration item exclusion exclusion.class
DeleteTreeItemProcessActionHandler
Process action handler called in tree item delete action.class
DeleteTreeProcessActionHandler
Process action handler called in tree delete action.class
EditTreeExclusionProcessActionHandler
Process action for Auto administration item exclusion update.class
EditTreeItemProcessActionHandler
Process action handler called in tree item update action.class
EditTreeProcessActionHandler
Process action handler called in tree update action. -
Uses of IProcessActionHandler in lumis.service.banner
Classes in lumis.service.banner that implement IProcessActionHandler Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description 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.channelgenerator
Classes in lumis.service.channelgenerator that implement IProcessActionHandler Modifier and Type Class Description class
AddProcessActionHandler
Responsavel para adicionar um novo canal dado um template.class
DeleteProcessActionHandler
class
UpdateProcessActionHandler
-
Uses of IProcessActionHandler in lumis.service.chatroom
Classes in lumis.service.chatroom that implement IProcessActionHandler Modifier and Type Class Description class
AddChatRoomProcessActionHandler
Adds a chat conversation via chat manager.class
EditChatRoomProcessActionHandler
Updates a chat room requestclass
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 Modifier and Type Class Description class
DeleteRelationCommentProcessActionHandler
Custom delete process action handler for comment that also updates the total stored in thelum_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.commentit
Classes in lumis.service.commentit that implement IProcessActionHandler Modifier and Type Class Description class
DeleteCommentProcessActionHandler
ProcessAction to delete comments -
Uses of IProcessActionHandler in lumis.service.community
Classes in lumis.service.community that implement IProcessActionHandler Modifier and Type Class Description class
AddCommunityProcessActionHandler
Adds a community, also creating its related channel.class
AddMemberProcessActionHandler
Adds one or more members to a given community.class
CommunityMemberProcessActionHandler
Executes actions on community members.class
CommunityMembershipRequestProcessActionHandler
Executes actions on community membership requests.class
CommunityProcessActionHandler
Cancels a membership request done by the current user on the community specified in the request parameter.class
DeleteCommunityProcessActionHandler
Removes the community and its corresponding channel from the database.class
UpdateCommunityProcessActionHandler
Process action for updating a community. -
Uses of IProcessActionHandler in lumis.service.contactus
Classes in lumis.service.contactus that implement IProcessActionHandler Modifier and Type Class Description class
ContactUsMailProcessActionHandler
Sends the contact us email to the administrator email if specifiedclass
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 Modifier and Type Class Description class
LanguageProcessActionHandler
-
Uses of IProcessActionHandler in lumis.service.content.publishtoprincipals
Classes in lumis.service.content.publishtoprincipals that implement IProcessActionHandler Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description class
PublishToSocialNetworksProcessActionHandler
Process Action Handler to publish and unpublish messages on social networks. -
Uses of IProcessActionHandler in lumis.service.content.seo
Classes in lumis.service.content.seo that implement IProcessActionHandler Modifier and Type Class Description class
EditContentSeoProcessActionHandler
ProcessActionHandler that updates SEO metadata. -
Uses of IProcessActionHandler in lumis.service.content.version
Classes in lumis.service.content.version that implement IProcessActionHandler Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description 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
class
SelectRepositoryProcessActionHandler
The process action to perform the document repository selection. -
Uses of IProcessActionHandler in lumis.service.document.processaction
Classes in lumis.service.document.processaction that implement IProcessActionHandler Modifier and Type Class Description class
PublishHeritageProcessActionHandler
Process publish to principals for the documents being created or edited. -
Uses of IProcessActionHandler in lumis.service.doui.customproperties
Classes in lumis.service.doui.customproperties that implement IProcessActionHandler Modifier and Type Class Description class
AbstractServiceInstanceCustomPropertiesProcessActionHandler
Abstract Process Action Handler for service instance properties.class
InterfaceInstanceCustomPropertiesProcessActionHandler
Generic process action handler for interface instance custom propertiesclass
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 Modifier and Type Class Description class
AddItemActionHandler
Methods in lumis.service.doui.dynamiclist with parameters of type IProcessActionHandler Modifier and Type Method Description void
AddDynamicListSourceControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
-
Uses of IProcessActionHandler in lumis.service.doui.fields
Classes in lumis.service.doui.fields that implement IProcessActionHandler Modifier and Type Class Description class
FieldsProcessActionHandler
Fields Process Action handlerMethods in lumis.service.doui.fields with parameters of type IProcessActionHandler Modifier and Type Method Description void
FieldsControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
-
Uses of IProcessActionHandler in lumis.service.doui.fileupload.editimage
Classes in lumis.service.doui.fileupload.editimage that implement IProcessActionHandler Modifier and Type Class Description class
EditImageProcessActionHandler
Process action handler for Image Edition functionality. -
Uses of IProcessActionHandler in lumis.service.doui.filters
Classes in lumis.service.doui.filters that implement IProcessActionHandler Modifier and Type Class Description 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 Modifier and Type Class Description class
HtmlEditProcessActionHandler
-
Uses of IProcessActionHandler in lumis.service.doui.htmlsnippet
Classes in lumis.service.doui.htmlsnippet that implement IProcessActionHandler Modifier and Type Class Description class
HtmlTemplateProcessActionHandler
Html template process action handler -
Uses of IProcessActionHandler in lumis.service.doui.maxrows
Classes in lumis.service.doui.maxrows that implement IProcessActionHandler Modifier and Type Class Description class
MaxRowsProcessActionHandler
-
Uses of IProcessActionHandler in lumis.service.doui.orderby
Classes in lumis.service.doui.orderby that implement IProcessActionHandler Modifier and Type Class Description class
OrderByActionHandler
-
Uses of IProcessActionHandler in lumis.service.doui.positionfield
Classes in lumis.service.doui.positionfield that implement IProcessActionHandler Modifier and Type Class Description class
PositionFieldUpdateProcessActionHandler
Process Action that sets the position value of items in given list. -
Uses of IProcessActionHandler in lumis.service.doui.preferences
Classes in lumis.service.doui.preferences that implement IProcessActionHandler Modifier and Type Class Description class
CallerInterfaceInstancePreferencesProcessActionHandler
Generic process action handler for interface instance preferences. -
Uses of IProcessActionHandler in lumis.service.doui.propertybag
Classes in lumis.service.doui.propertybag that implement IProcessActionHandler Modifier and Type Class Description class
PropertyBagProcessActionHandler
Update process action handler for property bag. -
Uses of IProcessActionHandler in lumis.service.doui.publisherfilters
Classes in lumis.service.doui.publisherfilters that implement IProcessActionHandler Modifier and Type Class Description class
PublisherFiltersProcessActionHandler
ProcessActionHandler for publisher filters interface. -
Uses of IProcessActionHandler in lumis.service.emailtemplaterepository
Classes in lumis.service.emailtemplaterepository that implement IProcessActionHandler Modifier and Type Class Description class
SelectRepositoryProcessActionHandler
Associates a specified email template repository service instance as the template repository of another service instance.class
SendTestEmailProcessActionHandler
Test a e-mail template by sending it to the given list of receiver e-mails. -
Uses of IProcessActionHandler in lumis.service.formbuilder
Classes in lumis.service.formbuilder that implement IProcessActionHandler Modifier and Type Class Description class
AddFormAnswerProcessActionHandler
Process Action that adds Answer to formclass
AddFormFieldProcessActionHandler
Process Action to verify if the fieldId specified for theFormField
is not being usedclass
AddFormProcessActionHandler
Process Action that adds Answer to formclass
FormBuilderAddContentProcessActionHandler
Form Builder Process Action Handler to Add contents based on a given json with form fields.class
FormBuilderValidateContentProcessActionHandler
Form builder Process Action Handler that validates a given html fragment and extractFormElement form elements
from it.class
ProcessAnswerProcessActionHandler
Process Action that changes theAnswer
AnswerStatus
class
UpdateFormFieldProcessActionHandler
Process Action to verify if the fieldId specified for theFormField
is not being usedclass
UpdateFormProcessActionHandler
Process Action that adds Answer to form -
Uses of IProcessActionHandler in lumis.service.forum
Classes in lumis.service.forum that implement IProcessActionHandler Modifier and Type Class Description 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 Modifier and Type Class Description class
GroupProcessActionHandler
Persists the group information using the custom property domain value. -
Uses of IProcessActionHandler in lumis.service.hierarchicalcontent
Classes in lumis.service.hierarchicalcontent that implement IProcessActionHandler Modifier and Type Class Description class
HierarchicalAddContentProcessActionHandler
Hierarchical content service Process action handler to add contents based on a given JSON.class
HierarchicalContentClearServiceCacheProcessActionHandler
Clears the service instance cacheclass
HierarchicalContentDeleteDataProcessActionHandler
Validates all selected contents for deletion.class
HierarchicalContentHierarchyValidationProcessActionHandler
Process Action to prevent adding a child content as a parent contentclass
HierarchicalValidateContentProcessActionHandler
Hierarchical content service Process action handler that validates a given HTML fragment and transforms it to a JSON Structure. -
Uses of IProcessActionHandler in lumis.service.html
Classes in lumis.service.html that implement IProcessActionHandler Modifier and Type Class Description 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 Modifier and Type Class Description class
URLAccessibilityEvaluationProcessActionHandler
Process Action used on the Accessibility Evaluation URL Interface. -
Uses of IProcessActionHandler in lumis.service.link
Classes in lumis.service.link that implement IProcessActionHandler Modifier and Type Class Description class
CheckCategoryDeleteProcessActionHandler
-
Uses of IProcessActionHandler in lumis.service.locale
Classes in lumis.service.locale that implement IProcessActionHandler Modifier and Type Class Description class
LocaleConfigProcessActionHandler
Locale add process action handler.class
LocaleProcessActionHandler
Sets the current user's locale to the locale specified in thelocale
request parameter. -
Uses of IProcessActionHandler in lumis.service.login
Classes in lumis.service.login that implement IProcessActionHandler Modifier and Type Class Description class
LoginProcessActionHandler
Process action handler for the login service.Methods in lumis.service.login with parameters of type IProcessActionHandler Modifier and Type Method Description void
LogoutOriginalWebResourcePathInputHiddenControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
-
Uses of IProcessActionHandler in lumis.service.mailmarketing
Classes in lumis.service.mailmarketing that implement IProcessActionHandler Modifier and Type Class Description class
MailMarketingBulletinAddDataProcessActionHandler
Adds the selected categories to the bulletinclass
MailMarketingBulletinUpdateDataProcessActionHandler
Updates the selected categories of the bulletinclass
MailMarketingSendTestEmailProcessActionHandler
Sends a test email to the given userclass
UserCancelSubscriptionProcessActionHandler
Deletes the user subscription and subscription categoriesclass
UserSubscriptionProcessActionHandler
Handles user subscription -
Uses of IProcessActionHandler in lumis.service.media
Classes in lumis.service.media that implement IProcessActionHandler Modifier and Type Class Description class
CheckDuplicateFolderProcessActionHandler
Checks whether another folder with the same name and parent already exist.class
LoadMediasProcessActionHandler
This class can be use to read a zip file and save the content of this zip like a content Lumis.class
MediaAddMultipleProcessActionHandler
Deprecated.class
MediaDeleteProcessActionHandler
Process action handler for media delete operation.class
MediaMoveProcessActionHandler
Moves aMedia
from one folder to another.class
MediaSelectProcessActionHandler
Executes the user operation of selecting a media.class
ReprocessFileTransformation
This class receives a process id and asks toIProcessQueueManager
to reprocess the process.class
SelectImagesProcessActionHandler
Updates from form the HTML with newer images paths.class
SelectRepositoryProcessActionHandler
Associates a specified media service instance as the media repository of another service instance.class
TransformFilesProcessActionHandler
This class receives a media file id and reprocess all transformation files. -
Uses of IProcessActionHandler in lumis.service.media.processaction
Classes in lumis.service.media.processaction that implement IProcessActionHandler Modifier and Type Class Description class
PublishHeritageProcessActionHandler
Process publish to principals for the medias being created or edited. -
Uses of IProcessActionHandler in lumis.service.mediaalbum
Classes in lumis.service.mediaalbum that implement IProcessActionHandler Modifier and Type Class Description class
MediaAddMultipleProcessActionHandler
ProcessActionHandler to get the default title from media file name uploaded.class
MediaAddProcessActionHandler
Media add process action handler.class
MediaAddPublicProcessActionHandler
Public add media process action handler.class
MediaApproveProcessActionHandler
Media approval process action handler.class
MediaDeleteProcessActionHandler
Delete media process action, process theTableDeleteDataProcessActionHandler.processAction()
and schedules a process to normalize the media order of the album.class
MediaReorderProcessActionHandler
Media reorder process action handler.class
MediaUpdateProcessActionHandler
Media update process action handler. -
Uses of IProcessActionHandler in lumis.service.navigation
Classes in lumis.service.navigation that implement IProcessActionHandler Modifier and Type Class Description class
BreadCrumbPropertiesProcessActionHandler
Saves bread crumb properties for a bread crumb interface instanceclass
NavigationAddContentProcessActionHandler
Navigation service Process action handler to add channel structure based on a given JSON.class
NavigationProcessActionHandler
Process Action handler for navigation.class
NavigationValidateContentProcessActionHandler
Navigation service Process action handler that validates a given HTML fragment. -
Uses of IProcessActionHandler in lumis.service.newsletter
Classes in lumis.service.newsletter that implement IProcessActionHandler Modifier and Type Class Description class
CancelPublicSubscriptionProcessActionHandler
Cancels a public subscription.class
NewsletterModelAdminProcessActionHandler
class
UserCancelSubscriptionProcessActionHandler
class
UserSubscriptionProcessActionHandler
-
Uses of IProcessActionHandler in lumis.service.pageblockviewer
Classes in lumis.service.pageblockviewer that implement IProcessActionHandler Modifier and Type Class Description class
CheckUpdatePageSSIPropertyProcessActionHandler
Process Action updates the SSI property of page if required. -
Uses of IProcessActionHandler in lumis.service.pagepersonalization
Classes in lumis.service.pagepersonalization that implement IProcessActionHandler Modifier and Type Class Description class
SelectRepositoryProcessActionHandler
The process action to perform the widget repository selection.class
WidgetSelectProcessActionHandler
Executes the user operation of selecting a widget -
Uses of IProcessActionHandler in lumis.service.pagepersonalization.doui.processactionhandler
Classes in lumis.service.pagepersonalization.doui.processactionhandler that implement IProcessActionHandler Modifier and Type Class Description 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.activitystream
Classes in lumis.service.portalmanagement.activitystream that implement IProcessActionHandler Modifier and Type Class Description class
AddActivityProcessorProcessActionHandler
ProcessActionHandler
responsible for adding requestedprocessor
.class
DeleteActivityProcessActionHandler
ProcessActionHandler
responsible for deleting requestedactivities
from the global activities administration.class
DeleteActivityProcessorProcessActionHandler
ProcessActionHandler
responsible for deleting requestedprocessors
.class
SetActivitiesAgeLimitProcessActionHandler
ProcessActionHandler
responsible for deleting requestedactivities
from the global activities administration.class
UpdateActivityProcessorProcessActionHandler
ProcessActionHandler
responsible for deleting requestedactivities
from the global activities administration. -
Uses of IProcessActionHandler in lumis.service.portalmanagement.audit
Classes in lumis.service.portalmanagement.audit that implement IProcessActionHandler Modifier and Type Class Description 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.bigdata
Classes in lumis.service.portalmanagement.bigdata that implement IProcessActionHandler Modifier and Type Class Description class
RecalculatePopularitiesProcessActionHandler
This Process Action will callPopularityClock.updateContentPopularities()
.class
UpdatePopularitiesConfigProcessActionHandler
This Process Action will edit the configurations for big data popularity. -
Uses of IProcessActionHandler in lumis.service.portalmanagement.businesscontext
Classes in lumis.service.portalmanagement.businesscontext that implement IProcessActionHandler Modifier and Type Class Description class
BusinessContextProcessActionHandler
This class will use in business context admin. -
Uses of IProcessActionHandler in lumis.service.portalmanagement.cache
Classes in lumis.service.portalmanagement.cache that implement IProcessActionHandler Modifier and Type Class Description 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 Modifier and Type Class Description class
BusinessContexPropertyBagProcessAction
This class will add or update the property bag to the channel.class
ChannelProcessActionHandler
Process action handler for the portalmanagement channel serviceclass
ConfigureURLShortenerProcessActionHandler
IURLShortener
configuration process action handler.Methods in lumis.service.portalmanagement.channel with parameters of type IProcessActionHandler Modifier and Type Method Description void
ChannelInheritedPageTemplateControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
-
Uses of IProcessActionHandler in lumis.service.portalmanagement.channelacl
Classes in lumis.service.portalmanagement.channelacl that implement IProcessActionHandler Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description class
RegisterControlProcessActionHandler
Handles Register Controls Process Actions -
Uses of IProcessActionHandler in lumis.service.portalmanagement.css
Classes in lumis.service.portalmanagement.css that implement IProcessActionHandler Modifier and Type Class Description class
CssProcessActionHandler
ProcessActionHandler for Css Administration. -
Uses of IProcessActionHandler in lumis.service.portalmanagement.deployment
Classes in lumis.service.portalmanagement.deployment that implement IProcessActionHandler Modifier and Type Class Description 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 Modifier and Type Class Description class
PortletDeploymentProcessActionHandler
Process action handler for performing a deployment of a portlet. -
Uses of IProcessActionHandler in lumis.service.portalmanagement.documentation
Classes in lumis.service.portalmanagement.documentation that implement IProcessActionHandler Modifier and Type Class Description class
GenerateDocumentationProcessActionHandler
-
Uses of IProcessActionHandler in lumis.service.portalmanagement.encryption
Classes in lumis.service.portalmanagement.encryption that implement IProcessActionHandler Modifier and Type Class Description class
EncryptTextProcessActionHandler
-
Uses of IProcessActionHandler in lumis.service.portalmanagement.file
Classes in lumis.service.portalmanagement.file that implement IProcessActionHandler Modifier and Type Class Description class
UpdateMetadataProcessActionHandler
Class responsible for update metadata of files in lum_File. -
Uses of IProcessActionHandler in lumis.service.portalmanagement.filemacrotypemapping
Classes in lumis.service.portalmanagement.filemacrotypemapping that implement IProcessActionHandler Modifier and Type Class Description class
FileMacrotypeMappingProcessActionHandler
FileMacrotypeMapping process action handler. -
Uses of IProcessActionHandler in lumis.service.portalmanagement.filemimetype
Classes in lumis.service.portalmanagement.filemimetype that implement IProcessActionHandler Modifier and Type Class Description class
UniqueMimeTypeValidatorProcessActionHandler
-
Uses of IProcessActionHandler in lumis.service.portalmanagement.filesystem
Classes in lumis.service.portalmanagement.filesystem that implement IProcessActionHandler Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description class
DatabaseViewGroupProcessActionHandler
Process action used in the database view membership group configuration.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 Modifier and Type Class Description class
GroupAclProcessActionHandler
-
Uses of IProcessActionHandler in lumis.service.portalmanagement.grouptype
Classes in lumis.service.portalmanagement.grouptype that implement IProcessActionHandler Modifier and Type Class Description class
DatabaseViewGroupTypeProcessActionHandler
Process action used for configuring group types that useDatabaseViewGroupMembershipProvider
.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 Modifier and Type Class Description class
ExportProcessActionHandler
Handles all export actionsclass
ExportStructureProcessActionHandler
class
ImportProcessActionHandler
Handles all import actions. -
Uses of IProcessActionHandler in lumis.service.portalmanagement.importprincipal
Classes in lumis.service.portalmanagement.importprincipal that implement IProcessActionHandler Modifier and Type Class Description class
ImportPrincipalsProcessActionHandler
imports process action handler.class
ReadPrincipalsProcessActionHandler
Reader process action handler. -
Uses of IProcessActionHandler in lumis.service.portalmanagement.interactiveprocess
Classes in lumis.service.portalmanagement.interactiveprocess that implement IProcessActionHandler Modifier and Type Class Description class
DetailsProcessActionHandler
Process action of recover process.class
RecoverProcessActionHandler
Process action of recover process. -
Uses of IProcessActionHandler in lumis.service.portalmanagement.lock
Classes in lumis.service.portalmanagement.lock that implement IProcessActionHandler Modifier and Type Class Description class
LockProcessActionHandler
ProcessActionHandler
responsible for force unlockment of portal locks. -
Uses of IProcessActionHandler in lumis.service.portalmanagement.mobileapp.doui.processaction
Classes in lumis.service.portalmanagement.mobileapp.doui.processaction that implement IProcessActionHandler Modifier and Type Class Description class
AddMobileAppProcessActionHandler
Add app process action handler.class
DeleteMobileAppProcessActionHandler
Delete app process action handler.class
EditMobileAppProcessActionHandler
Edit app process action handler. -
Uses of IProcessActionHandler in lumis.service.portalmanagement.monitor
Classes in lumis.service.portalmanagement.monitor that implement IProcessActionHandler Modifier and Type Class Description class
AnonymizeAllUsersWithoutConsentProcessActionHandler
Process action handler for the user anonymization operation.class
APMMetricProcessActionHandler
Enables or disables the monitoring of an APM Metric.class
MonitorConfigurationProcessActionHandler
Process Action handler to set friendly identifier of all monitor users.class
MonitorEventProcessActionHandler
Enables or disables the monitoring of an event.class
ReindexProcessActionHandler
Process Action Handler to reindex all monitor users. -
Uses of IProcessActionHandler in lumis.service.portalmanagement.monitoring
Classes in lumis.service.portalmanagement.monitoring that implement IProcessActionHandler Modifier and Type Class Description class
DisableMonitoringProcessActionHandler
Enables or disables the javamelody monitoring. -
Uses of IProcessActionHandler in lumis.service.portalmanagement.observer
Classes in lumis.service.portalmanagement.observer that implement IProcessActionHandler Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description class
PageAclProcessActionHandler
-
Uses of IProcessActionHandler in lumis.service.portalmanagement.pagecache
Classes in lumis.service.portalmanagement.pagecache that implement IProcessActionHandler Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description class
PageTemplateAclProcessActionHandler
-
Uses of IProcessActionHandler in lumis.service.portalmanagement.portalacl
Classes in lumis.service.portalmanagement.portalacl that implement IProcessActionHandler Modifier and Type Class Description class
PortalAclProcessActionHandler
-
Uses of IProcessActionHandler in lumis.service.portalmanagement.processqueue
Classes in lumis.service.portalmanagement.processqueue that implement IProcessActionHandler Modifier and Type Class Description 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.repository
Classes in lumis.service.portalmanagement.repository that implement IProcessActionHandler Modifier and Type Class Description class
SelectRepositoryProcessActionHandler
The process action to perform the document repository selection. -
Uses of IProcessActionHandler in lumis.service.portalmanagement.security.csr
Classes in lumis.service.portalmanagement.security.csr that implement IProcessActionHandler Modifier and Type Class Description class
ScheduleClearCacheProcessActionHandler
Process action handler that schedules a clear cache in after commit of current transaction. -
Uses of IProcessActionHandler in lumis.service.portalmanagement.sendmail
Classes in lumis.service.portalmanagement.sendmail that implement IProcessActionHandler Modifier and Type Class Description 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 Modifier and Type Class Description class
BaseImportLecProcessActionHandler
Class for helper the importation of a lec file.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.server
Classes in lumis.service.portalmanagement.server that implement IProcessActionHandler Modifier and Type Class Description class
ConfigurationProcessActionHandler
Process action handler for the environment configuration actions.class
ServerConfigurationProcessActionHandler
Process action handler for the server configuration actions. -
Uses of IProcessActionHandler in lumis.service.portalmanagement.service
Classes in lumis.service.portalmanagement.service that implement IProcessActionHandler Modifier and Type Class Description 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 Modifier and Type Class Description class
ServiceAclProcessActionHandler
-
Uses of IProcessActionHandler in lumis.service.portalmanagement.serviceinstance
Classes in lumis.service.portalmanagement.serviceinstance that implement IProcessActionHandler Modifier and Type Class Description class
AddTransformationParametersProcessActionHandler
ProcessActionHandler
responsible to read the transformation informations and call a javascript function passing these informations as a xml format.class
DouiRestInterfaceCachePropertiesProcessActionHandler
Process action handler for saving cache properties from REST interfaces.class
EditTransformationParametersProcessActionHandler
ProcessActionHandler
responsible to read the transformation informations and call a javascript function passing these informations as a xml format.class
ImportContentServiceInstanceProcessActionHandler
ProcessActionHandler
responsible to import content from file '.lec' to service instance.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 Modifier and Type Class Description class
ServiceInstanceAclProcessActionHandler
-
Uses of IProcessActionHandler in lumis.service.portalmanagement.serviceinstanceacl.workflow
Classes in lumis.service.portalmanagement.serviceinstanceacl.workflow that implement IProcessActionHandler Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description class
RegisterMenuTypesProcessActionHandler
Responsible for registering and unregistering menu item types and menu group types -
Uses of IProcessActionHandler in lumis.service.portalmanagement.servicesearchindex
Classes in lumis.service.portalmanagement.servicesearchindex that implement IProcessActionHandler Modifier and Type Class Description class
ForceToPublishSynonymsProcessActionHandler
This Process Action will callIBigDataManagerSPI.publishSynonyms(boolean)
with true parameter. -
Uses of IProcessActionHandler in lumis.service.portalmanagement.servicetype
Classes in lumis.service.portalmanagement.servicetype that implement IProcessActionHandler Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description class
DeleteApplicationProcessActionHandler
Process Action Handler to delete or disable application. -
Uses of IProcessActionHandler in lumis.service.portalmanagement.structureeditor
Classes in lumis.service.portalmanagement.structureeditor that implement IProcessActionHandler Modifier and Type Class Description class
StructureEditorProcessActionHandler
This is a process action handler of the Structure Editor that is responsible to perform all actions to persist the changes received from front end. -
Uses of IProcessActionHandler in lumis.service.portalmanagement.testautomation
Classes in lumis.service.portalmanagement.testautomation that implement IProcessActionHandler Modifier and Type Class Description class
TestAutomationProcessActionHandler
Process action handler for test automation service. -
Uses of IProcessActionHandler in lumis.service.portalmanagement.theme
Classes in lumis.service.portalmanagement.theme that implement IProcessActionHandler Modifier and Type Class Description class
ThemeProcessActionHandler
Theme relatedProcessActionHandler
.ç -
Uses of IProcessActionHandler in lumis.service.portalmanagement.upgrade
Classes in lumis.service.portalmanagement.upgrade that implement IProcessActionHandler Modifier and Type Class Description class
UpgradePortalProcessActionHandler
Upgrade LumisXP process action handler. -
Uses of IProcessActionHandler in lumis.service.portalmanagement.user
Classes in lumis.service.portalmanagement.user that implement IProcessActionHandler Modifier and Type Class Description class
UserProcessActionHandler
Calls the UserManager to add, update and delete LumisPortal users. -
Uses of IProcessActionHandler in lumis.service.portalmanagement.user.configuration
Classes in lumis.service.portalmanagement.user.configuration that implement IProcessActionHandler Modifier and Type Class Description class
UpdateConfigurationProcessActionHandler
Process action to update user configuration. -
Uses of IProcessActionHandler in lumis.service.portalmanagement.webfilereplication
Classes in lumis.service.portalmanagement.webfilereplication that implement IProcessActionHandler Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description class
XslEditorProcessActionHandler
Process action handler responsible for handling operations on XSL files.Methods in lumis.service.portalmanagement.xsleditor with parameters of type IProcessActionHandler Modifier and Type Method Description void
XslEditorControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
-
Uses of IProcessActionHandler in lumis.service.print
Classes in lumis.service.print that implement IProcessActionHandler Modifier and Type Class Description class
PrintProcessActionHandler
Responsible for processing printing actions -
Uses of IProcessActionHandler in lumis.service.privacyterm.doui
Classes in lumis.service.privacyterm.doui that implement IProcessActionHandler Modifier and Type Class Description class
ChangeProcessPurposeProcessActionHandler
Process action for the change process purpose operation.class
UpdatePrivacyTermRepositoryProcessActionHandler
Updates the privacy term repositories for a service instance. -
Uses of IProcessActionHandler in lumis.service.questionnaire
Classes in lumis.service.questionnaire that implement IProcessActionHandler Modifier and Type Class Description class
AddQuestionaireAnswerProcessActionHandler
Process Action that adds Answer to questionnaireclass
AddQuestionaireProcessActionHandler
Process Action that adds Answer to questionnaireclass
DeleteQuestionnaireProcessActionHandler
Process action that deletes questionnaire children.class
UpdateQuestionaireProcessActionHandler
Process Action that adds Answer to questionnaire -
Uses of IProcessActionHandler in lumis.service.resourcescheduler
Classes in lumis.service.resourcescheduler that implement IProcessActionHandler Modifier and Type Class Description 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 Modifier and Type Class Description class
RssProcessActionHandler
Process action handler for the rss service. -
Uses of IProcessActionHandler in lumis.service.search
Classes in lumis.service.search that implement IProcessActionHandler Modifier and Type Class Description class
BoostSearchProcessActionHandler
Saves the the custom boost fieldsclass
SearchFacetPropertiesProcessActionHandler
Saves search facet properties as custom propertiesclass
SearchPropertiesProcessActionHandler
Saves search properties for a DOUI service instance -
Uses of IProcessActionHandler in lumis.service.sendtofriend
Classes in lumis.service.sendtofriend that implement IProcessActionHandler Modifier and Type Class Description class
SendToFriendMailProcessActionHandler
Sends email to friend. -
Uses of IProcessActionHandler in lumis.service.seo.processaction
Classes in lumis.service.seo.processaction that implement IProcessActionHandler Modifier and Type Class Description class
AddSeoRuleProcessActionHandler
Process action to handle SEO Rules creationclass
SeoAfterCommitProcesActionHandler
Process action to handle SEO Rules creation, modification and deletion.
This process action will recalculate the friendly url and fire aPageRenderDataChangedEvent
class
SetValuesProcessActionHandler
Process action to handle SEO Rules update -
Uses of IProcessActionHandler in lumis.service.seo.robotstxt
Classes in lumis.service.seo.robotstxt that implement IProcessActionHandler Modifier and Type Class Description 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 Modifier and Type Class Description class
GenerateSitemapProcessActionHandler
Generates the sitemaps for a given sitemap service instance -
Uses of IProcessActionHandler in lumis.service.smartcontent.processactions
Classes in lumis.service.smartcontent.processactions that implement IProcessActionHandler Modifier and Type Class Description class
SearchScopeProcessActionHandler
Process action for search scope interface. -
Uses of IProcessActionHandler in lumis.service.socialnetworkintegration.action
Classes in lumis.service.socialnetworkintegration.action that implement IProcessActionHandler Modifier and Type Class Description 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.class
SocialNetworkFacebookPublicationTokenProcessActionHandler
Responsible for adding a facebook profile token to theSocialNetworkAccount
involved. -
Uses of IProcessActionHandler in lumis.service.socialnetworkservices.microblog.doui.processactionhandler
Classes in lumis.service.socialnetworkservices.microblog.doui.processactionhandler that implement IProcessActionHandler Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description class
SelectRepositoryProcessActionHandler
The process action to perform the tag repository selection. -
Uses of IProcessActionHandler in lumis.service.tagmanager.doui
Classes in lumis.service.tagmanager.doui that implement IProcessActionHandler Modifier and Type Class Description class
AddTagProcessActionHandler
Add tag process action handler.class
EditTagProcessActionHandler
Edit tag process action handler.class
PublishProcessActionHandler
Publish scripts process action handler.class
TogglePreviewModeProcessActionHandler
Toggle preview mode process action handler. -
Uses of IProcessActionHandler in lumis.service.user
Classes in lumis.service.user that implement IProcessActionHandler Modifier and Type Class Description class
UserProcessActionHandler
Persists the user information. -
Uses of IProcessActionHandler in lumis.service.userpost
Classes in lumis.service.userpost that implement IProcessActionHandler Modifier and Type Class Description class
PostAddProcessActionHandler
Adds the post data and generates a customized activity with all post information.class
PostEditProcessActionHandler
Updates an post highlight status and publication start date.class
UserPostDeleteProcessActionHandler
TODO Process action handler for deleting an user posts and all activities related to it. -
Uses of IProcessActionHandler in lumis.service.vote
Classes in lumis.service.vote that implement IProcessActionHandler Modifier and Type Class Description class
VoteProcessActionHandler
-
Uses of IProcessActionHandler in lumis.service.webpage
Classes in lumis.service.webpage that implement IProcessActionHandler Modifier and Type Class Description class
WebPageProcessActionHandler
-
Uses of IProcessActionHandler in lumis.service.webserviceviewer
Classes in lumis.service.webserviceviewer that implement IProcessActionHandler Modifier and Type Class Description class
WebServiceViewerConfigurationProcessActionHandler
class
WebServiceViewerParametersProcessActionHandler
-
Uses of IProcessActionHandler in lumis.service.wiki
Classes in lumis.service.wiki that implement IProcessActionHandler Modifier and Type Class Description 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 byeditArticle
interface to maintain the value ofmainArticle
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 Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description class
EditLifetimeProcessActionHandler
Process Action used to update date lifetime.class
OutbandRegistrationInterfaceProcessActionHandler
ProcessActionHandler
responsible for persisting a newRemoteConsumerRegistration
to be associated with the current service instance.class
ProducerAddInterfaceInstanceProcessActionHandler
Process Action Handler responsible for populating the items served by theProducer.getOfferedPortletNames()
with the values obtained from the interface.class
ProducerAdministrationListDeleteProcessActionHandler
ProcessActionHandler
responsible for deletion of offeredPortletNames of theProducerImpl
associated with current service instance.class
ProducerConfigurationInterfaceProcessActionHandler
ProcessActionHandler
responsible for persisting theProducerImpl
associated with the current service instance.class
RegistrationAdministrationListDeleteProcessActionHandler
ProcessActionHandler
responsible for deletion ofRemoteConsumerRegistration
from aProducerImpl
associated with current service instance.
-