Modifier and Type | Class and Description |
---|---|
class |
AssociationProcessActionHandler
Process action for persisting content association data.
|
Modifier and Type | Method and Description |
---|---|
void |
CommentsControl.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler) |
Modifier and Type | Method and Description |
---|---|
void |
PublishToPrincipalsControl.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler) |
void |
PublishToPrincipalsListControl.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler) |
Modifier and Type | Method and Description |
---|---|
void |
PublishToServiceInstancesControl.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler) |
void |
PublishToServiceInstancesListControl.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler) |
Modifier and Type | Method and Description |
---|---|
void |
PublishToSocialNetworkControl.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler) |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowActionControl.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler) |
void |
WorkflowSendToControl.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler) |
Constructor and Description |
---|
MetaDataController(IProcessActionHandler processActionHandler,
ContentTableSource source,
ITransaction transaction)
Deprecated.
|
Modifier and Type | Class and 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 by
ContentTableSourceAddDataProcessActionHandler due to the encapsulation of add operation on Source .
This class is kept only for backwards compatibility with custom classes extending it and may not be compatible with
new features. If you are extending this process action handler for customizing some of its behavior on basic add
operation, consider extending the Source and using the standard process action handlers. If you are extending
this process action only for parameter values adjustments, consider extending
ContentTableSourceAddDataProcessActionHandler instead. |
class |
ContentTableAddFileMultiRowDataProcessActionHandler
Deprecated.
Since 10.4.0, this class was replaced by
SourceAddFileMultiRowDataProcessActionHandler due to the encapsulation of add operation on
Source . This class is kept only for backwards compatibility with custom classes extending it and may not be
compatible with new features. |
class |
ContentTableDeleteDataProcessActionHandler
Deprecated.
Since 10.4.0, this class was replaced by
ContentTableSourceDeleteDataProcessActionHandler
due to the encapsulation of delete operation on Source . This class is kept only for backwards compatibility with
custom classes extending it and may not be compatible with new features. If you are extending this process action
handler for customizing some of its behavior on basic delete operation, consider extending the Source and
using the standard process action handlers. If you are extending this process action only for parameter values
adjustments, consider extending ContentTableSourceDeleteDataProcessActionHandler instead. |
class |
ContentTableSourceAddDataProcessActionHandler
Adds a single data in a
ContentTableSource . |
class |
ContentTableSourceDeleteDataProcessActionHandler
Executes
ContentTableSource.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 a
ContentTableSource . |
class |
ContentTableUpdateDataProcessActionHandler
Deprecated.
Since 10.4.0, this class was replaced by
ContentTableSourceUpdateDataProcessActionHandler
due to the encapsulation of update operation on Source . This class is kept only for backwards compatibility with
custom classes extending it and may not be compatible with new features. If you are extending this process action
handler for customizing some of its behavior on basic update operation, consider extending the Source and
using the standard process action handlers. If you are extending this process action only for parameter values
adjustments, consider extending ContentTableSourceUpdateDataProcessActionHandler instead. |
class |
ValidateContentReferencesProcessActionHandler
Validates that content references exist in a table.
|
Constructor and Description |
---|
LegacyContentMetaDataController(IProcessActionHandler processActionHandler,
ContentTableSource source,
ITransaction transaction)
Deprecated.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
DataGridControl.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler) |
Modifier and Type | Method and Description |
---|---|
void |
DynamicListControl.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler) |
Modifier and Type | Class and Description |
---|---|
class |
FileListAddProcessActionHandler
Handles adition of files
|
class |
FileListEditProcessActionHandler
Processes the update of a FilesList entry.
|
Modifier and Type | Method and Description |
---|---|
void |
HtmlEditorControl.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler) |
Modifier and Type | Method and Description |
---|---|
void |
MultiItemPickerControl.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler) |
void |
OrderedMultiItemPickerControl.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler) |
Modifier and Type | Method and Description |
---|---|
void |
MultiFileUploadControl.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler) |
Modifier and Type | Method and Description |
---|---|
void |
RadioButtonControl.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler) |
Modifier and Type | Class and Description |
---|---|
class |
GenericProcessActionHandler
Generic process action handler that performs no operation
|
class |
ProcessActionHandler<S extends Source>
Base class for all doui process action handlers.
|
Modifier and Type | Method and Description |
---|---|
static IProcessActionHandler |
ProcessActionHandlerFactory.createProcessAction(Node processActionDefinitionNode,
ProcessActionContainer processActionContainer) |
Modifier and Type | Class and Description |
---|---|
class |
SearchProcessActionHandler
Process action handler that simply redirects to the results interface.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseSourceProcessActionHandler<S extends Source<?>>
Base implementation for source basic operation process action handlers.
|
class |
SourceAddDataProcessActionHandler<S extends Source<?>>
Process action handler that executes
Source.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<?>>
Executes
Source#deleteDataByItemIds(Object) for the items returned by SourceDeleteDataProcessActionHandler.getItemIdsToDelete() . |
class |
SourceUpdateDataProcessActionHandler<S extends Source<?>>
Process action handler that executes
Source.updateData(Object) . |
class |
SourceUpdateMultiRowDataProcessActionHandler<S extends Source<?>>
Update process action handler for a multi row editor.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseTableDataProcessActionHandler
Deprecated.
Since 10.4.0, this class was replaced by
BaseSourceProcessActionHandler due to the
encapsulation of add, update and delete operations on Source . This class is kept only for backwards
compatibility with custom classes extending it and may not be compatible with new features. If you are extending this
process action handler for customizing some of its behavior on basic add/update/delete operations, consider extending
the Source and using the standard process action handlers. |
class |
TableAddDataProcessActionHandler
Deprecated.
Since 10.4.0, this class was replaced by
SourceAddDataProcessActionHandler due to the
encapsulation of add operation on Source . This class is kept only for backwards compatibility with custom
classes extending it and may not be compatible with new features. If you are extending this process action handler
for customizing some of its behavior on basic add operation, consider extending the Source and using the
standard process action handlers. If you are extending this process action only for parameter values adjustments,
consider extending SourceAddDataProcessActionHandler instead. |
class |
TableAddFileMultiRowDataProcessActionHandler
Deprecated.
Since 10.4.0, this class was replaced by
SourceAddFileMultiRowDataProcessActionHandler due to the encapsulation of add operation on
Source . This class is kept only for backwards compatibility with custom classes extending it and may not be
compatible with new features. |
class |
TableAddMultiRowDataProcessActionHandler
Deprecated.
Since 10.4.0, this class was replaced by
SourceAddMultiRowDataProcessActionHandler due to the encapsulation of add operation on
Source . This class is kept only for backwards compatibility with custom classes extending it and may not be
compatible with new features. |
class |
TableDeleteDataProcessActionHandler
Deprecated.
Since 10.4.0, this class was replaced by
SourceDeleteDataProcessActionHandler due to
the encapsulation of delete operation on Source . This class is kept only for backwards compatibility with
custom classes extending it and may not be compatible with new features. If you are extending this process action
handler for customizing some of its behavior on basic delete operation, consider extending the Source and
using the standard process action handlers. If you are extending this process action only for parameter values
adjustments, consider extending SourceDeleteDataProcessActionHandler instead. |
class |
TableUpdateDataProcessActionHandler
Deprecated.
Since 10.4.0, this class was replaced by
SourceUpdateDataProcessActionHandler due to
the encapsulation of update operation on Source . This class is kept only for backwards compatibility with
custom classes extending it and may not be compatible with new features. If you are extending this process action
handler for customizing some of its behavior on basic update operation, consider extending the Source and
using the standard process action handlers. If you are extending this process action only for parameter values
adjustments, consider extending SourceUpdateDataProcessActionHandler instead. |
class |
TableUpdateMultiRowDataProcessActionHandler
Deprecated.
Since 10.4.0, this class was replaced by
SourceUpdateMultiRowDataProcessActionHandler due to the encapsulation of update operation on
Source . This class is kept only for backwards compatibility with custom classes extending it and may not be
compatible with new features. |
Modifier and Type | Class and 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.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
CreateOrOverrideSegmentationProcessAction
The process action call the callback LumisUserSegmentationsRefresh_{uid} defined in parent iframe after to saved with success.
|
Modifier and Type | Class and Description |
---|---|
class |
CreateOrOverrideAutomationFlowProcessAction
The process action call the callback LumisUserSegmentationsRefresh_{uid} defined in parent iframe after to saved with success.
|
Modifier and Type | Class and Description |
---|---|
class |
DeleteReportProcessActionHandler
Delete report process action handler.
|
class |
EditDashboardProcessActionHandler
Edit dashboard process action handler.
|
class |
EditReportProcessActionHandler
Edit report process action handler.
|
Modifier and Type | Class and Description |
---|---|
class |
DeleteUserJourneyInstanceProcessAction
Delete user journey instance.
|
Modifier and Type | Class and Description |
---|---|
class |
ContentLockProcessActionHandler
Class responsible for executing bulk lock/unlock.
|
class |
ExecuteWorkflowActionProcessActionHandler
Process Action Handler to execute workflow actions for auto admin dash board.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkflowActionControl.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler) |
void |
WorkflowSendToControl.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler) |
Modifier and Type | Class and 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.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
ColProcessActionHandler
Process all actions for the call center online service.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
AddProcessActionHandler
Responsavel para adicionar um novo canal dado um template.
|
class |
DeleteProcessActionHandler |
class |
UpdateProcessActionHandler |
Modifier and Type | Class and Description |
---|---|
class |
AddChatRoomProcessActionHandler
Adds a chat conversation via chat manager.
|
class |
EditChatRoomProcessActionHandler
Updates a chat room request
|
class |
ParticipateProcessActionHandler
Processes a user request to participate in a chat conversation
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DeleteCommentProcessActionHandler
ProcessAction to delete comments
|
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
ContactUsMailProcessActionHandler
Sends the contact us email to the administrator email if specified
|
class |
SetContactRequestCategoryNullProcessActionHandler
Updates categoryContentId of contact requests to null.
|
Modifier and Type | Class and Description |
---|---|
class |
LanguageProcessActionHandler |
Modifier and Type | Class and Description |
---|---|
class |
PublishToPrincipalsProcessActionHandler
ProcessActionHandler that persists publish to principals information
|
Modifier and Type | Class and Description |
---|---|
class |
PublishToServiceInstancesProcessActionHandler
ProcessActionHandler that persists publish to service instances information
|
Modifier and Type | Class and Description |
---|---|
class |
PublishToSocialNetworksProcessActionHandler
Process Action Handler to publish and unpublish messages on social networks.
|
Modifier and Type | Class and Description |
---|---|
class |
EditContentSeoProcessActionHandler
ProcessActionHandler that updates SEO metadata.
|
Modifier and Type | Class and Description |
---|---|
class |
VersionProcessActionHandler
Process Action handler for selecting versions
|
Modifier and Type | Class and Description |
---|---|
class |
ContentWizardDeleteProcessActionHandler
Class responsible fore executing the necessary steps for removing a service created through the content wizard.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
PublishHeritageProcessActionHandler
Process publish to principals for the documents being created or edited.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractServiceInstanceCustomPropertiesProcessActionHandler
Abstract Process Action Handler for service instance properties.
|
class |
InterfaceInstanceCustomPropertiesProcessActionHandler
Generic process action handler for interface instance custom properties
|
class |
ServiceInstanceCustomPropertiesProcessActionHandler
Adds custom properties to the service instance repository
|
Modifier and Type | Class and Description |
---|---|
class |
AddItemActionHandler |
Modifier and Type | Method and Description |
---|---|
void |
AddDynamicListSourceControl.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler) |
Modifier and Type | Class and Description |
---|---|
class |
FieldsProcessActionHandler
Fields Process Action handler
|
Modifier and Type | Method and Description |
---|---|
void |
FieldsControl.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler) |
Modifier and Type | Class and Description |
---|---|
class |
EditImageProcessActionHandler
Process action handler for Image Edition functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
FiltersProcessActionHandler
Process action handler for the interface filters editor.
|
Modifier and Type | Class and Description |
---|---|
class |
HtmlEditProcessActionHandler |
Modifier and Type | Class and Description |
---|---|
class |
HtmlTemplateProcessActionHandler
Html template process action handler
|
Modifier and Type | Class and Description |
---|---|
class |
MaxRowsProcessActionHandler |
Modifier and Type | Class and Description |
---|---|
class |
OrderByActionHandler |
Modifier and Type | Class and Description |
---|---|
class |
PositionFieldUpdateProcessActionHandler
Process Action that sets the position value of items in given list.
|
Modifier and Type | Class and Description |
---|---|
class |
CallerInterfaceInstancePreferencesProcessActionHandler
Generic process action handler for interface instance preferences.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyBagProcessActionHandler
Update process action handler for property bag.
|
Modifier and Type | Class and Description |
---|---|
class |
PublisherFiltersProcessActionHandler
ProcessActionHandler for publisher filters interface.
|
Modifier and Type | Class and Description |
---|---|
class |
SendTestEmailProcessActionHandler
Test a e-mail template by sending it to the given list of receiver e-mails.
|
Modifier and Type | Class and Description |
---|---|
class |
AddFormAnswerProcessActionHandler
Process Action that adds Answer to form
|
class |
AddFormFieldProcessActionHandler
Process Action to verify if the fieldId specified for the
FormField is not being used |
class |
AddFormProcessActionHandler
Process Action that adds Answer to form
|
class |
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 extract
FormElement form elements from it. |
class |
ProcessAnswerProcessActionHandler
Process Action that changes the
Answer AnswerStatus |
class |
UpdateFormFieldProcessActionHandler
Process Action to verify if the fieldId specified for the
FormField is not being used |
class |
UpdateFormProcessActionHandler
Process Action that adds Answer to form
|
Modifier and Type | Class and Description |
---|---|
class |
ForumProcessActionHandler
Class responsible for executing maintence actions on forum entities.
|
Modifier and Type | Class and Description |
---|---|
class |
GroupProcessActionHandler
Persists the group information using the custom property domain value.
|
Modifier and Type | Class and Description |
---|---|
class |
HierarchicalAddContentProcessActionHandler
Hierarchical content service Process action handler to add contents based on a given JSON.
|
class |
HierarchicalContentClearServiceCacheProcessActionHandler
Clears the service instance cache
|
class |
HierarchicalContentDeleteDataProcessActionHandler
Validates all selected contents for deletion.
|
class |
HierarchicalContentHierarchyValidationProcessActionHandler
Process Action to prevent adding a child content as a parent content
|
class |
HierarchicalValidateContentProcessActionHandler
Hierarchical content service Process action handler that validates a given HTML fragment
and transforms it to a JSON Structure.
|
Modifier and Type | Class and Description |
---|---|
class |
HtmlProcessActionHandler
Process action handler for the html service edit interface.
|
Modifier and Type | Class and Description |
---|---|
class |
URLAccessibilityEvaluationProcessActionHandler
Process Action used on the Accessibility Evaluation URL Interface.
|
Modifier and Type | Class and Description |
---|---|
class |
LocaleConfigProcessActionHandler
Locale add process action handler.
|
class |
LocaleProcessActionHandler
Sets the current user's locale to the locale specified in the
locale request parameter. |
Modifier and Type | Class and Description |
---|---|
class |
LoginProcessActionHandler
Process action handler for the login service.
|
Modifier and Type | Method and Description |
---|---|
void |
LogoutOriginalWebResourcePathInputHiddenControl.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler) |
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
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 a
Media 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 to
IProcessQueueManager to
reprocess the process. |
class |
TransformFilesProcessActionHandler
This class receives a media file id and reprocess all transformation files.
|
Modifier and Type | Class and Description |
---|---|
class |
MediaAddProcessActionHandler
Media add process action handler.
|
class |
MediaAddPublicProcessActionHandler
Public add media process action handler.
|
class |
MediaApproveProcessActionHandler
Media approval process action handler.
|
class |
MediaReorderProcessActionHandler
Media reorder process action handler.
|
class |
MediaUpdateProcessActionHandler
Media update process action handler.
|
Modifier and Type | Class and Description |
---|---|
class |
BreadCrumbPropertiesProcessActionHandler
Saves bread crumb properties for a bread crumb interface instance
|
class |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
CancelPublicSubscriptionProcessActionHandler
Cancels a public subscription.
|
class |
NewsletterModelAdminProcessActionHandler |
Modifier and Type | Class and Description |
---|---|
class |
CheckUpdatePageSSIPropertyProcessActionHandler
Process Action updates the SSI property of page if required.
|
Modifier and Type | Class and Description |
---|---|
class |
WidgetSelectProcessActionHandler
Executes the user operation of selecting a widget
|
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
AddActivityProcessorProcessActionHandler
ProcessActionHandler responsible for adding requested processor . |
class |
DeleteActivityProcessActionHandler
ProcessActionHandler responsible for deleting requested activities from the global
activities administration. |
class |
DeleteActivityProcessorProcessActionHandler
ProcessActionHandler responsible for deleting requested processors . |
class |
SetActivitiesAgeLimitProcessActionHandler
ProcessActionHandler responsible for deleting requested activities from the global
activities administration. |
class |
UpdateActivityProcessorProcessActionHandler
ProcessActionHandler responsible for deleting requested activities from the global
activities administration. |
Modifier and Type | Class and Description |
---|---|
class |
AuditConfigProcessActionHandler
Process action handler to perform audit configuration operations.
|
class |
AuditProcessActionHandler
Perform actions over the Audit types like enable and disable them.
|
Modifier and Type | Class and Description |
---|---|
class |
RecalculatePopularitiesProcessActionHandler
This Process Action will call
PopularityClock.updateContentPopularities() . |
class |
UpdatePopularitiesConfigProcessActionHandler
This Process Action will edit the configurations for big data popularity.
|
Modifier and Type | Class and Description |
---|---|
class |
BusinessContextProcessActionHandler
This class will use in business context admin.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheProcessActionHandler
Process action handler for the portalmanagement cache service
|
Modifier and Type | Class and Description |
---|---|
class |
BusinessContexPropertyBagProcessAction
This class will add or update the property bag to the channel.
|
class |
ChannelProcessActionHandler
Process action handler for the portalmanagement channel service
|
class |
ConfigureURLShortenerProcessActionHandler
IURLShortener configuration process action handler. |
Modifier and Type | Method and Description |
---|---|
void |
ChannelInheritedPageTemplateControl.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler) |
Modifier and Type | Class and Description |
---|---|
class |
ChannelAclProcessActionHandler
Process action handler for Channel Access Control List manipulation.
|
Modifier and Type | Class and Description |
---|---|
class |
UpdateChannelsProcessActionHandler
Process Action Handler to update channels from template.
|
Modifier and Type | Class and Description |
---|---|
class |
ClockProcessActionHandler
Process Action handler to handle Portal Clock Actions.
|
Modifier and Type | Class and Description |
---|---|
class |
ClusterProcessActionHandler
Process action handler for the cluster administration actions.
|
Modifier and Type | Class and Description |
---|---|
class |
RegisterControlProcessActionHandler
Handles Register Controls Process Actions
|
Modifier and Type | Class and Description |
---|---|
class |
CssProcessActionHandler
ProcessActionHandler for Css Administration.
|
Modifier and Type | Class and Description |
---|---|
class |
DeploymentProcessActionHandler
Implements operations for the deployment service.
|
Modifier and Type | Class and Description |
---|---|
class |
PortletDeploymentProcessActionHandler
Process action handler for performing a deployment of a portlet.
|
Modifier and Type | Class and Description |
---|---|
class |
GenerateDocumentationProcessActionHandler |
Modifier and Type | Class and Description |
---|---|
class |
EncryptTextProcessActionHandler |
Modifier and Type | Class and Description |
---|---|
class |
UpdateMetadataProcessActionHandler
Class responsible for update metadata of files in lum_File.
|
Modifier and Type | Class and Description |
---|---|
class |
FileMacrotypeMappingProcessActionHandler
FileMacrotypeMapping process action handler.
|
Modifier and Type | Class and Description |
---|---|
class |
UniqueMimeTypeValidatorProcessActionHandler |
Modifier and Type | Class and Description |
---|---|
class |
FileSystemProcessActionHandler
Process action handler for the portalmanagement filesystem service.
|
Modifier and Type | Class and 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 |
Modifier and Type | Class and Description |
---|---|
class |
DatabaseViewGroupProcessActionHandler
Process action used in the database view membership group configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
GroupAclProcessActionHandler |
Modifier and Type | Class and Description |
---|---|
class |
DatabaseViewGroupTypeProcessActionHandler
Process action used for configuring group types that use
DatabaseViewGroupMembershipProvider . |
class |
GroupTypeProcessActionHandler
Process action handler for the portal administration group type service.
|
Modifier and Type | Class and Description |
---|---|
class |
ExportProcessActionHandler
Handles all export actions
|
class |
ExportStructureProcessActionHandler |
class |
ImportProcessActionHandler
Handles all import actions.
|
Modifier and Type | Class and Description |
---|---|
class |
ImportPrincipalsProcessActionHandler
imports process action handler.
|
class |
ReadPrincipalsProcessActionHandler
Reader process action handler.
|
Modifier and Type | Class and Description |
---|---|
class |
DetailsProcessActionHandler
Process action of recover process.
|
class |
RecoverProcessActionHandler
Process action of recover process.
|
Modifier and Type | Class and Description |
---|---|
class |
LockProcessActionHandler
ProcessActionHandler responsible for force unlockment of portal
locks. |
Modifier and Type | Class and Description |
---|---|
class |
AddMobileAppProcessActionHandler
Add app process action handler.
|
class |
DeleteMobileAppProcessActionHandler
Delete app process action handler.
|
class |
EditMobileAppProcessActionHandler
Edit app process action handler.
|
Modifier and Type | Class and Description |
---|---|
class |
AnonymizeAllUsersWithoutConsentProcessActionHandler
Process action handler for the user anonymization operation.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DisableMonitoringProcessActionHandler
Enables or disables the javamelody monitoring.
|
Modifier and Type | Class and Description |
---|---|
class |
ObserverProcessActionHandler
Process action handler for observer operations.
|
Modifier and Type | Class and Description |
---|---|
class |
PageProcessActionHandler
Responsible for handling requests for adding, updating and deleting pages.
|
Modifier and Type | Class and Description |
---|---|
class |
PageAclProcessActionHandler |
Modifier and Type | Class and Description |
---|---|
class |
PageCacheProcessActionHandler
ProcessActionHandler for generate page html cache
|
Modifier and Type | Class and Description |
---|---|
class |
PageLinkProcessActionHandler
Process action handler to handle page links.
|
Modifier and Type | Class and Description |
---|---|
class |
PageTemplateProcessActionHandler
Responsible for handling requests for applying page templates on pages.
|
Modifier and Type | Class and Description |
---|---|
class |
PageTemplateAclProcessActionHandler |
Modifier and Type | Class and Description |
---|---|
class |
PortalAclProcessActionHandler |
Modifier and Type | Class and Description |
---|---|
class |
DeleteQueueTaskProcessActionHandler
Process action to delete a queue task.
|
class |
ReprocessQueueTaskProcessActionHandler
Process Action to re-process a queue task in failed status.
|
Modifier and Type | Class and Description |
---|---|
class |
ScheduleClearCacheProcessActionHandler
Process action handler that schedules a clear cache in after commit of current transaction.
|
Modifier and Type | Class and Description |
---|---|
class |
SendMailProcessActionHandler
Process action handler for the sendmail service actions.
|
Modifier and Type | Class and 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
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationProcessActionHandler
Process action handler for the environment configuration actions.
|
class |
ServerConfigurationProcessActionHandler
Process action handler for the server configuration actions.
|
Modifier and Type | Class and Description |
---|---|
class |
RegisterServiceProcessActionHandler |
Modifier and Type | Class and Description |
---|---|
class |
ServiceAclProcessActionHandler |
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceInstanceAclProcessActionHandler |
Modifier and Type | Class and Description |
---|---|
class |
WorkflowServiceInstanceAclProcessActionHandler
Service instance acl process action handler with workflow support.
|
Modifier and Type | Class and Description |
---|---|
class |
InterfaceHolderPropertiesProcessActionHandler |
class |
ServiceInterfaceInstancePropertiesProcessActionHandler
Processes the changes of service interface instance properties.
|
Modifier and Type | Class and Description |
---|---|
class |
RegisterMenuTypesProcessActionHandler
Responsible for registering and unregistering menu item types and menu group types
|
Modifier and Type | Class and Description |
---|---|
class |
ForceToPublishSynonymsProcessActionHandler
This Process Action will call
IBigDataManagerSPI.publishSynonyms(boolean) with true parameter. |
Modifier and Type | Class and Description |
---|---|
class |
RegisterServiceTypesProcessActionHandler
Handles Register Service Type Process Actions
|
Modifier and Type | Class and Description |
---|---|
class |
AddSocialNetworkProcessActionHandler
Include the default social profile information if required before processing the add action.
|
class |
ValuesValidatorProcessAction
Values validator process action handler.
|
Modifier and Type | Class and Description |
---|---|
class |
DeleteApplicationProcessActionHandler
Process Action Handler to delete or disable application.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
TestAutomationProcessActionHandler
Process action handler for test automation service.
|
Modifier and Type | Class and Description |
---|---|
class |
ThemeProcessActionHandler
Theme related
ProcessActionHandler .ç |
Modifier and Type | Class and Description |
---|---|
class |
UpgradePortalProcessActionHandler
Upgrade LumisXP process action handler.
|
Modifier and Type | Class and Description |
---|---|
class |
UpdateConfigurationProcessActionHandler
Process action to update user configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
WebFileReplicationProcessActionHandler
Process Action Handler for all Web File Replication actions.
|
Modifier and Type | Class and Description |
---|---|
class |
WebResourceServiceProcessActionHandler
Process Action Handler to handle WebResources deletion.
|
Modifier and Type | Class and Description |
---|---|
class |
WebsiteProcessActionHandler
This class represents the custom process action handler of the website
administration.
|
Modifier and Type | Class and Description |
---|---|
class |
XslCacheProcessActionHandler
Responsible for handling requests for adding, updating, enabling, clearing and deleting caches.
|
Modifier and Type | Class and Description |
---|---|
class |
XslEditorProcessActionHandler
Process action handler responsible for handling operations on XSL files.
|
Modifier and Type | Method and Description |
---|---|
void |
XslEditorControl.setProcessActionHandlerParameters(IProcessActionHandler processActionHandler) |
Modifier and Type | Class and Description |
---|---|
class |
PrintProcessActionHandler
Responsible for processing printing actions
|
Modifier and Type | Class and Description |
---|---|
class |
ChangeProcessPurposeProcessActionHandler
Process action for the change process purpose operation.
|
class |
UpdatePrivacyTermRepositoryProcessActionHandler
Updates the privacy term repositories for a service instance.
|
Modifier and Type | Class and Description |
---|---|
class |
AddQuestionaireAnswerProcessActionHandler
Process Action that adds Answer to questionnaire
|
class |
AddQuestionaireProcessActionHandler
Process Action that adds Answer to questionnaire
|
class |
DeleteQuestionnaireProcessActionHandler
Process action that deletes questionnaire children.
|
class |
UpdateQuestionaireProcessActionHandler
Process Action that adds Answer to questionnaire
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceValidatorProcessActionHandler
Does not allow resources to have duplicated names.
|
class |
RoomDeleteValidatorProcessActionHandler
Validates the roomIds before delete then.
|
class |
ScheduleValidatorProcessActionHandler |
Modifier and Type | Class and Description |
---|---|
class |
RssProcessActionHandler
Process action handler for the rss service.
|
Modifier and Type | Class and Description |
---|---|
class |
BoostSearchProcessActionHandler
Saves the the custom boost fields
|
class |
SearchFacetPropertiesProcessActionHandler
Saves search facet properties as custom properties
|
class |
SearchPropertiesProcessActionHandler
Saves search properties for a DOUI service instance
|
Modifier and Type | Class and Description |
---|---|
class |
SendToFriendMailProcessActionHandler
Sends email to friend.
|
Modifier and Type | Class and Description |
---|---|
class |
AddSeoRuleProcessActionHandler
Process action to handle SEO Rules creation
|
class |
SeoAfterCommitProcesActionHandler
Process action to handle SEO Rules creation, modification and deletion.
This process action will recalculate the friendly url and fire a PageRenderDataChangedEvent |
class |
SetValuesProcessActionHandler
Process action to handle SEO Rules update
|
Modifier and Type | Class and Description |
---|---|
class |
RobotsTxtSitemapNameProcessActionHandler
Process Action Handler that validates duplicate sitemap url.
|
class |
RobotsTxtUserAgentNameProcessActionHandler
Process Action Handler that validates duplicate user agent names.
|
Modifier and Type | Class and Description |
---|---|
class |
GenerateSitemapProcessActionHandler
Generates the sitemaps for a given sitemap service instance
|
Modifier and Type | Class and Description |
---|---|
class |
SearchScopeProcessActionHandler
Process action for search scope interface.
|
Modifier and Type | Class and 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 the
SocialNetworkAccount involved. |
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
SocialProfileUpdateProcessActionHandler
Process action handler responsible for adding / updating the social profile.
|
Modifier and Type | Class and Description |
---|---|
class |
UserProcessActionHandler
Persists the user information.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
VoteProcessActionHandler |
Modifier and Type | Class and Description |
---|---|
class |
WebPageProcessActionHandler |
Modifier and Type | Class and Description |
---|---|
class |
WebServiceViewerConfigurationProcessActionHandler |
class |
WebServiceViewerParametersProcessActionHandler |
Modifier and Type | Class and 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 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.
|
Modifier and Type | Class and Description |
---|---|
class |
SelectPrincipalProcessActionHandler |
class |
SelectWorkflowServiceInstanceProcessActionHandler
Process the action for selection a workflow for a service instance.
|
class |
WorkflowProcessActionHandler |
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
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. |
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.