Interface ISingleBuiltinNodePrototype<TData>
-
- Type Parameters:
TData- Type of the node's properties model.
- All Superinterfaces:
Comparable<IOrderable>,IBuiltinNodeType<TData>,ICustomParametersUpdateable,IElementHandler<TData,WorkflowNode>,IExecutionResultDescriptor,IListenerRegistrator,INodeHandler<TData>,IOfficialHelpPageElement<TData,WorkflowNode>,IOfficialHelpPageNode<TData>,IOrderable,IRefinedExecutionResultDescriptor<TData>,IResourceBundleLocator,ISingleElementPrototype<TData,WorkflowNode>,ISingleNodePrototype<TData>,IWorkflowElementTypeProviding,IWorkflowNodeFlowAnalyzer<TData>,IWorkflowNodeTypeProviding
- All Known Subinterfaces:
ISingleBaseActionBuiltinNodePrototype<TData>
- All Known Implementing Classes:
FcBreakHandler,FcChangeFormAvailabilityHandler,FcChangeFormValueHandler,FcCompressAsZipHandler,FcContinueHandler,FcCopyFormRecordHandler,FcCounterHandler,FcCreateTextFileHandler,FcDecodeBase64Handler,FcDeleteAttachmentHandler,FcDeleteFormRecordHandler,FcDoiInitHandler,FcDoUntilLoopHandler,FcEmailHandler,FcEncodeBase64Handler,FcExperimentHandler,FcExportToPersistenceHandler,FcExportToXmlHandler,FcFillPdfHandler,FcFillWordHandler,FcForEachLoopHandler,FcHttpRequestHandler,FcImportFormValueFromXmlHandler,FcLdapQueryHandler,FcLogEntryHandler,FcMoveFormRecordToInboxHandler,FcMultipleConditionHandler,FcProcessHistoryPdfHandler,FcProcessLogPdfHandler,FcProvideResourceHandler,FcQueueTaskHandler,FcRedirectHandler,FcRenewProcessIdHandler,FcReturnFileHandler,FcReturnHandler,FcSaveToFileSystemHandler,FcSaveToWebDavHandler,FcSendFormRecordMessageHandler,FcSetSavedFlagHandler,FcShowTemplateHandler,FcSqlStatementHandler,FcSwitchHandler,FcThrowExceptionHandler,FcWhileLoopHandler,FcWriteFormRecordAttrHandler
public interface ISingleBuiltinNodePrototype<TData> extends ISingleNodePrototype<TData>, IBuiltinNodeType<TData>
Mixin that extendsISingleNodePrototypefor builtin node types. For internal use only, should not be used by plugins.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Field Summary
-
Fields inherited from interface de.xima.fc.interfaces.workflow.elements.IElementHandler
CURRENT_HANDLER_VERSION
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default IGuiIcongetPrototypeIcon(IGetElementPrototypesParams params)default StringgetPrototypeLabel(IGetElementPrototypesParams params)default StringgetPrototypeSearchText(IGetElementPrototypesParams params)default StringgetPrototypeSortKey(String label, IGetElementPrototypesParams params)default StringgetPrototypeSubLabel(IGetElementPrototypesParams params)default StringgetPrototypeTitle(IGetElementPrototypesParams params)-
Methods inherited from interface de.xima.fc.workflow.mixin.IBuiltinNodeType
getBuiltinType, getOfficialHelpPagePath, getType, isAvailable, register
-
Methods inherited from interface de.xima.fc.interfaces.workflow.ICustomParametersUpdateable
updateCustomParams
-
Methods inherited from interface de.xima.fc.interfaces.workflow.elements.IElementHandler
extractDescription, extractName, extractSearchTerms, getCascadingStyleSheet, getCascadingStyleSheet, getDataModelClass, getDisplayLabel, getElementSummaryModel, getElementSummaryXhtml, getFastJsonConverter, getFilterCriteriaForEntities, getJavaScript, getJavaScript, getPropertiesViewXhtml, getResourceBundle, getVersion, isHasUserVisibleName, readEntityReferences, readPlaceholders, validateGlobal, validateLocal, writeEntityReferences, writePlaceholders
-
Methods inherited from interface de.xima.fc.interfaces.workflow.execution.IExecutionResultDescriptor
getAlwaysValueDescriptor, getAttachmentValueDescriptor, getCurrentAttachmentValueDescriptor, getCurrentFileValueDescriptor, getCurrentValueDescriptor, getErrorValueDescriptor, getFileValueDescriptor, getSoftErrorValueDescriptor, getSuccessValueDescriptor
-
Methods inherited from interface de.xima.fc.interfaces.workflow.nodes.INodeHandler
execute, getLocalizedTypeName, getPropertiesBeanClass, getRelatedNodeTypes, getSupportedControlTransferTypes, isCreateProtocolEntryAfterExecution, isCreateProtocolEntryAfterExecution, isReplacePlaceholderBeforeExecution
-
Methods inherited from interface de.xima.fc.interfaces.workflow.mixin.IOfficialHelpPageElement
getHelpPageLocation
-
Methods inherited from interface de.xima.fc.listener.IOrderable
compareTo, shouldBeAfter
-
Methods inherited from interface de.xima.fc.interfaces.workflow.execution.IRefinedExecutionResultDescriptor
getAlwaysValueDescriptor, getAttachmentValueDescriptor, getCurrentAttachmentValueDescriptor, getCurrentFileValueDescriptor, getCurrentValueDescriptor, getErrorValueDescriptor, getFileValueDescriptor, getSoftErrorValueDescriptor, getSuccessValueDescriptor
-
Methods inherited from interface de.xima.fc.interfaces.workflow.mixin.ISingleElementPrototype
getMainCategory, getPrototypeModelData, getPrototypeTags, getSubCategory
-
Methods inherited from interface de.xima.fc.interfaces.workflow.mixin.ISingleNodePrototype
getNodePrototypes, getPrototypeElement
-
Methods inherited from interface de.xima.fc.interfaces.workflow.analysis.IWorkflowNodeFlowAnalyzer
createFlowGraph
-
-
-
-
Method Detail
-
getPrototypeIcon
default IGuiIcon getPrototypeIcon(IGetElementPrototypesParams params)
- Specified by:
getPrototypeIconin interfaceISingleElementPrototype<TData,WorkflowNode>- Parameters:
params- Parameters with the current client, locale, entity context etc.- Returns:
- The icon for the element prototype, shown in the element drawer panel to the left of the workflow
designer. See
IElementPrototypeDescriptor.getIcon().
-
getPrototypeLabel
default String getPrototypeLabel(IGetElementPrototypesParams params)
- Specified by:
getPrototypeLabelin interfaceISingleElementPrototype<TData,WorkflowNode>- Parameters:
params- Parameters with the current client, locale, entity context etc.- Returns:
- The icon for the element prototype, shown in the element drawer panel to the left of the workflow
designer. See
IElementPrototypeDescriptor.getLabel().
-
getPrototypeSearchText
default String getPrototypeSearchText(IGetElementPrototypesParams params)
- Specified by:
getPrototypeSearchTextin interfaceISingleElementPrototype<TData,WorkflowNode>- Parameters:
params- Parameters with the current client, locale, entity context etc.- Returns:
- The search text for the element prototype, never shown to the user but used for filtering. See
IElementPrototypeDescriptor.getSearchText().
-
getPrototypeSortKey
default String getPrototypeSortKey(String label, IGetElementPrototypesParams params)
- Specified by:
getPrototypeSortKeyin interfaceISingleElementPrototype<TData,WorkflowNode>- Parameters:
label- The label, as returned byISingleElementPrototype.getPrototypeLabel(IGetElementPrototypesParams). Can be used to sort the prototype alphabetically by its name.params- Parameters with the current client, locale, entity context etc.- Returns:
- The sort key for the prototype, used when there are multiple prototypes within the same category. See
IElementPrototypeDescriptor.getSortKey().
-
getPrototypeSubLabel
default String getPrototypeSubLabel(IGetElementPrototypesParams params)
- Specified by:
getPrototypeSubLabelin interfaceISingleElementPrototype<TData,WorkflowNode>- Parameters:
params- Parameters with the current client, locale, entity context etc.- Returns:
- The sub label for the element prototype, shown in the element drawer panel to the left of the workflow
designer. See
IElementPrototypeDescriptor.getLabel().
-
getPrototypeTitle
default String getPrototypeTitle(IGetElementPrototypesParams params)
- Specified by:
getPrototypeTitlein interfaceISingleElementPrototype<TData,WorkflowNode>- Parameters:
params- Parameters with the current client, locale, entity context etc.- Returns:
- The title for the element prototype, shown in the element drawer panel to the left of the workflow
designer. See
IElementPrototypeDescriptor.getLabel().
-
-