Interface IOfficialHelpPageNode<TData>

Type Parameters:
TData - Type of the properties model of the node. It is an error to use this mixin with the type parameter set to JSONObject.
All Superinterfaces:
ICustomParametersUpdateable, IElementHandler<TData,WorkflowNode>, IExecutionResultDescriptor, INodeHandler<TData>, IOfficialHelpPageElement<TData,WorkflowNode>, IResourceBundleLocator, IWorkflowElementTypeProviding, IWorkflowNodeFlowAnalyzer<TData>, IWorkflowNodeTypeProviding
All Known Subinterfaces:
IBuiltinNodeType<TData>, ISingleBaseActionBuiltinNodePrototype<TData>, ISingleBuiltinNodePrototype<TData>
All Known Implementing Classes:
FcChangeFormAvailabilityHandler, FcChangeFormValueHandler, FcChangeStateHandler, FcCompressAsZipHandler, FcCopyFormRecordHandler, FcCounterHandler, FcCreateTextFileHandler, FcDecodeBase64Handler, FcDeleteAttachmentHandler, FcDeleteFormRecordHandler, FcDoiInitHandler, FcEmailHandler, FcEmptyHandler, FcEncodeBase64Handler, FcExperimentHandler, FcExportToPersistenceHandler, FcExportToXmlHandler, FcFillPdfHandler, FcFillWordHandler, FcHttpRequestHandler, FcImportFormValueFromXmlHandler, FcLdapQueryHandler, FcLogEntryHandler, FcMoveFormRecordToInboxHandler, FcMultipleConditionHandler, FcProcessHistoryPdfHandler, FcProcessLogPdfHandler, FcProvideResourceHandler, FcQueueTaskHandler, FcRedirectHandler, FcRenewProcessIdHandler, FcReturnFileHandler, FcReturnHandler, FcSaveToFileSystemHandler, FcSaveToWebDavHandler, FcSequenceHandler, FcSetSavedFlagHandler, FcShowTemplateHandler, FcSqlStatementHandler, FcSwitchCaseHandler, FcSwitchDefaultHandler, FcSwitchHandler, FcThrowExceptionHandler, FcWriteFormRecordAttrHandler

public interface IOfficialHelpPageNode<TData> extends INodeHandler<TData>, IOfficialHelpPageElement<TData,WorkflowNode>
Mixin for nodes that implements IElementHandler.getHelpPageLocation(Locale) by returning a link to the official help pages.
Since:
7.0.0
Author:
XIMA MEDIA GmbH