Modifier and Type | Class and Description |
---|---|
class |
AssociationProcessActionHandler
Process action for persisting content association data.
|
Modifier and Type | Method and Description |
---|---|
List<QueryAssignment> |
CategorizationSourceField.getQueryAssignments(QueryInsert queryInsert,
IParameters parameters) |
List<QueryAssignment> |
TagSourceField.getQueryAssignments(QueryInsert queryInsert,
IParameters parameters) |
List<QueryAssignment> |
CategorizationSourceField.getQueryAssignments(QueryUpdate queryUpdate,
IParameters parameters) |
List<QueryAssignment> |
TagSourceField.getQueryAssignments(QueryUpdate queryUpdate,
IParameters parameters) |
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
This class is responsible for the generic inserting process in the Content
context.
|
class |
ContentTableAddFileMultiRowDataProcessActionHandler
This class is responsible for the generic inserting process of multiple files
in the Content context.
|
class |
ContentTableDeleteDataProcessActionHandler
This class is responsible for the generic deleting process in the Content
context.
|
class |
ContentTableUpdateDataProcessActionHandler
This class is responsible for the generic updating process in the Content
context.
|
class |
ValidateContentReferencesProcessActionHandler
Validates that content references exist in a table.
|
Modifier and Type | Method and Description |
---|---|
QueryBuilder |
ContentTableDataProvider.createQueryBuilder(IParameters parameters,
TableSource source,
ITransaction transaction) |
Constructor and Description |
---|
ContentQueryBuilder(IParameters parameters,
TableSource source,
ITransaction transaction)
Creates the object.
|
Modifier and Type | Class and Description |
---|---|
class |
FileListAddProcessActionHandler
Handles adition of files
|
class |
FileListEditProcessActionHandler
Processes the update of a FilesList entry.
|
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 | Class and Description |
---|---|
class |
SearchProcessActionHandler
Process action handler that simply redirects to the results interface.
|
Constructor and Description |
---|
ParametersSourceDataWrapper(IParameters parameters)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
QueryBuilder |
ITableDataProvider.createQueryBuilder(IParameters parameters,
TableSource source,
ITransaction transaction) |
Modifier and Type | Class and Description |
---|---|
class |
BaseTableDataProcessActionHandler
Base class for table data process action handlers.
|
class |
TableAddDataProcessActionHandler
This class is responsible for the generic inserting process in the Content
context.
|
class |
TableAddFileMultiRowDataProcessActionHandler
This class is responsible for the generic inserting process of multiple files.
|
class |
TableAddMultiRowDataProcessActionHandler
Process Action Handler to add multiple rows.
|
class |
TableDeleteDataProcessActionHandler
Handles deletion of data
|
class |
TableDeleteMultiRowDataProcessActionHandler
Process Action handler used in forms with multi-row controls like the data-grid control
|
class |
TableUpdateDataProcessActionHandler
Process Action Handler to update table data
|
class |
TableUpdateMultiRowDataProcessActionHandler
Update process action handler for a multi row editor.
|
Modifier and Type | Field and Description |
---|---|
protected IParameters |
QueryBuilder.parameters |
Modifier and Type | Method and Description |
---|---|
QueryBuilder |
TableDataProvider.createQueryBuilder(IParameters parameters,
TableSource source,
ITransaction transaction) |
Constructor and Description |
---|
QueryBuilder(IParameters parameters,
TableSource source,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
abstract List<QueryAssignment> |
BaseTableSourceField.getQueryAssignments(QueryInsert queryInsert,
IParameters parameters) |
List<QueryAssignment> |
FileTableSourceField.getQueryAssignments(QueryInsert queryInsert,
IParameters parameters) |
List<QueryAssignment> |
GenericTableSourceField.getQueryAssignments(QueryInsert queryInsert,
IParameters parameters) |
List<QueryAssignment> |
ITableSourceField.getQueryAssignments(QueryInsert queryInsert,
IParameters parameters)
Returns a list of query assignments to be used in the given query insert.
|
abstract List<QueryAssignment> |
BaseTableSourceField.getQueryAssignments(QueryUpdate queryUpdate,
IParameters parameters) |
List<QueryAssignment> |
FileTableSourceField.getQueryAssignments(QueryUpdate queryUpdate,
IParameters parameters) |
List<QueryAssignment> |
GenericTableSourceField.getQueryAssignments(QueryUpdate queryUpdate,
IParameters parameters) |
List<QueryAssignment> |
ITableSourceField.getQueryAssignments(QueryUpdate queryUpdate,
IParameters parameters)
Returns a list of query assignments to be used in the given query update.
|
Modifier and Type | Method and Description |
---|---|
IParameters |
TableSourceFilter.getParameters() |
Modifier and Type | Method and Description |
---|---|
IQueryFilter |
CompositeTableSourceFilter.getQueryFilter(QueryBase queryBase,
IParameters parameters) |
IQueryFilter |
ITableSourceFilter.getQueryFilter(QueryBase queryBase,
IParameters parameters)
Returns the query filter to be used with the given query.
|
IQueryFilter |
TableSourceFilter.getQueryFilter(QueryBase queryBase,
IParameters params)
Returns a query filter corresponding to this source filter definition.
|
void |
TableSourceFilter.setParameters(IParameters parameters) |
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 |
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 |
---|---|
QueryBuilder |
LastContentsDataProvider.createQueryBuilder(IParameters parameters,
TableSource source,
ITransaction transaction) |
QueryBuilder |
WorkFlowStatusDataProvider.createQueryBuilder(IParameters parameters,
TableSource source,
ITransaction transaction) |
Constructor and Description |
---|
LastContentsQueryBuilder(IParameters parameters,
TableSource source,
ITransaction transaction)
Creates the object.
|
WorkflowStatusQueryBuilder(IParameters parameters,
TableSource source,
ITransaction transaction)
Creates the object.
|
Modifier and Type | Method and Description |
---|---|
IQueryFilter |
MyLastModifiedDateTimeTableSourceFilter.getQueryFilter(QueryBase queryBase,
IParameters params) |
IQueryFilter |
WorklowStateTableSourceFilter.getQueryFilter(QueryBase queryBase,
IParameters params) |
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 |
AddChatRoomProcessActionHandler
Adds a chat conversation via chat manager.
|
class |
DeleteChatRoomProcessActionHandler
Handles deletion of chat rooms
|
class |
EditChatRoomProcessActionHandler
Updates a chat room request
|
class |
ParticipateProcessActionHandler
Processes a user request to participate in a chat conversation
|
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 |
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 | Class and Description |
---|---|
class |
FieldsProcessActionHandler
Fields Process Action handler
|
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 |
PropertyBagProcessActionHandler
Update process action handler for property bag.
|
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 |
HtmlContentMenuAddContentProcessActionHandler
Process Action Handler for service HTML Content,
used for Add Content from context menu
|
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 | 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. |
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 |
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 |
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 | 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 | Method and Description |
---|---|
IQueryFilter |
StatusFilter.getQueryFilter(QueryBase queryBase,
IParameters params) |
IQueryFilter |
VersionFilter.getQueryFilter(QueryBase queryBase,
IParameters params) |
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 |
DeleteProcessActionHandler
Class responsible for executing the necessary steps for removing files.
|
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 | Method and Description |
---|---|
List<QueryAssignment> |
GroupConfigurationButtonField.getQueryAssignments(QueryInsert queryInsert,
IParameters parameters) |
List<QueryAssignment> |
GroupConfigurationButtonField.getQueryAssignments(QueryUpdate queryUpdate,
IParameters parameters) |
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 | Method and Description |
---|---|
List<QueryAssignment> |
GroupTypeConfigurationButtonField.getQueryAssignments(QueryInsert queryInsert,
IParameters parameters) |
List<QueryAssignment> |
GroupTypeConfigurationButtonField.getQueryAssignments(QueryUpdate queryUpdate,
IParameters parameters) |
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 |
MonitorEventProcessActionHandler
Enables or disables the monitoring of an event.
|
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 |
SendMailProcessActionHandler
Process action handler for the sendmail service actions.
|
Modifier and Type | Class and Description |
---|---|
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 |
EditTransformationParametersProcessActionHandler
ProcessActionHandler responsible to read the transformation informations and
call a javascript function passing these informations as a xml format. |
class |
ServiceInstanceProcessActionHandler
Class responsible for handling service instance administration operations.
|
class |
ServiceInstanceTransformationProcessActionHandler
Process Action for File Property Management information.
|
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 |
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 |
ThemeProcessActionHandler
Theme related
ProcessActionHandler .ç |
Modifier and Type | Class and Description |
---|---|
class |
UpgradePortalProcessActionHandler
Upgrade Lumis Portal process action handler.
|
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 | Class and Description |
---|---|
class |
PrintProcessActionHandler
Responsible for processing printing actions
|
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 | Method and Description |
---|---|
IQueryFilter |
QuestionnaireListFilter.getQueryFilter(QueryBase queryBase,
IParameters params) |
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 | Method and Description |
---|---|
IQueryFilter |
EndDateFilter.getQueryFilter(QueryBase queryBase,
IParameters params) |
Modifier and Type | Class and Description |
---|---|
class |
RssProcessActionHandler
Process action handler for the rss service.
|
Modifier and Type | Class and Description |
---|---|
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 |
ValidateSitemapChannelNameProcessAction
Checks if a channel has already been added in a sitemap service instance.
|
class |
ValidateSitemapNameProcessActionHandler
Checks if a sitemap filename is already in use.
|
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. |
Modifier and Type | Class and Description |
---|---|
class |
Parameters |
Lumisportal 10.1.2.170428 - Copyright © 2006–2017 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.