Interface IOfficialHelpPageElement<Model, Element extends IWorkflowElementEntity>
- Type Parameters:
Model- Type of the properties model of the node. It is an error to use this mixin with the type parameter set toJSONObject.Element- Type of the workflow element, i.e. a node or trigger.
- All Superinterfaces:
ICustomParametersUpdateable, IElementHandler<Model,Element>, IResourceBundleLocator, IWorkflowElementTypeProviding
- All Known Subinterfaces:
IBuiltinNodeType<TData>, IBuiltinTriggerType<TData>, IOfficialHelpPageNode<TData>, IOfficialHelpPageTrigger<TData>, ISingleBaseActionBuiltinNodePrototype<TData>, ISingleBaseBuiltinTriggerPrototype<TData>, ISingleBuiltinNodePrototype<TData>, ISingleBuiltinTriggerPrototype<TData>
- All Known Implementing Classes:
FcBreakHandler, FcCatchErrorHandler, FcChangeFormAvailabilityHandler, FcChangeFormRecordChatActivenessHandler, FcChangeFormValueHandler, FcChangeStateHandler, FcCompressAsZipHandler, FcContinueHandler, FcCopyFormRecordHandler, FcCounterHandler, FcCreateTextFileHandler, FcDecodeBase64Handler, FcDeleteAttachmentHandler, FcDeleteFormRecordHandler, FcDoiInitHandler, FcDoiVerifiedHandler, FcDoUntilLoopHandler, FcEmailHandler, FcEmptyHandler, FcEncodeBase64Handler, FcExperimentHandler, FcExportFormRecordChatsHandler, FcExportToPersistenceHandler, FcExportToXmlHandler, FcFillPdfHandler, FcFillWordHandler, FcForEachLoopHandler, FcFormRecordMessagePostedHandler, FcFormRecordMessageUploadRequestFulfilledHandler, FcFormSubmitButtonHandler, FcHttpRequestHandler, FcImportFormValueFromXmlHandler, FcInvitationErrorHandler, FcInvitationSentHandler, FcLdapQueryHandler, FcLogEntryHandler, FcManualHandler, FcMoveFormRecordToInboxHandler, FcMultipleConditionHandler, FcProcessHistoryPdfHandler, FcProcessLogPdfHandler, FcPromptQueryHandler, FcProvideResourceHandler, FcQualifiedFormSubmitButtonHandler, FcQueueTaskHandler, FcRedirectHandler, FcRenewProcessIdHandler, FcReturnFileHandler, FcReturnHandler, FcSaveToFileSystemHandler, FcSaveToWebDavHandler, FcSendFormRecordMessageHandler, FcSequenceHandler, FcSetFormRecordPasswordHandler, FcSetSavedFlagHandler, FcShowTemplateHandler, FcSqlStatementHandler, FcStateTimerHandler, FcSwitchCaseHandler, FcSwitchDefaultHandler, FcSwitchHandler, FcThrowExceptionHandler, FcTimePointHandler, FcUserInvocationHandler, FcVoidHandler, FcWhileLoopHandler, FcWithFormElementContextHandler, FcWriteFormRecordAttrHandler
public interface IOfficialHelpPageElement<Model, Element extends IWorkflowElementEntity>
extends IElementHandler<Model,Element>
Mixin that implements
IElementHandler.getHelpPageLocation(Locale) by returning a link to the official help
pages.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Field Summary
Fields inherited from interface IElementHandler
CURRENT_HANDLER_VERSION -
Method Summary
Modifier and TypeMethodDescriptiondefault IElementHelpLocationgetHelpPageLocation(Locale locale) Methods inherited from interface ICustomParametersUpdateable
updateCustomParamsMethods inherited from interface IElementHandler
extractDescription, extractName, extractSearchTerms, getCascadingStyleSheet, getCascadingStyleSheet, getDataModelClass, getDisplayLabel, getElementSummaryModel, getElementSummaryXhtml, getFastJsonConverter, getFilterCriteriaForEntities, getFilterCriteriaForObjects, getJavaScript, getJavaScript, getLocalizedTypeName, getPropertiesBeanClass, getPropertiesViewXhtml, getResourceBundle, getVersion, isAvailable, isHasUserVisibleName, readEntityReferences, readObjectReferences, readPlaceholders, validateGlobal, validateLocal, writeEntityReferences, writeObjectReferences, writePlaceholdersMethods inherited from interface IWorkflowElementTypeProviding
getType
-
Method Details
-
getHelpPageLocation
- Specified by:
getHelpPageLocationin interfaceIElementHandler<Model, Element extends IWorkflowElementEntity>- Parameters:
locale- Locale for which the help page was requested.- Returns:
- The location of the help page for this element. This is used to show a help link to the user with more details on how they can use the workflow element.
-
getOfficialHelpPagePath
String getOfficialHelpPagePath()- Returns:
- The relative path to the help page, e.g.
/xwiki/bin/view/Formcycle/Designer/Workflow/Actions/CreateTextFile
-