Interface IKeyValueSummarizableNode<TData>
-
- Type Parameters:
TData- The node's properties model.
- All Superinterfaces:
ICustomParametersUpdateable,IElementHandler<TData,WorkflowNode>,IKeyValueSummarizableElement<TData,WorkflowNode>,IResourceBundleLocator,IWorkflowElementTypeProviding
- All Known Implementing Classes:
FcBreakHandler,FcChangeFormAvailabilityHandler,FcChangeFormValueHandler,FcChangeStateHandler,FcCompressAsZipHandler,FcContinueHandler,FcCopyFormRecordHandler,FcCounterHandler,FcCreateTextFileHandler,FcDecodeBase64Handler,FcDeleteAttachmentHandler,FcDeleteFormRecordHandler,FcDoiInitHandler,FcEmailHandler,FcEncodeBase64Handler,FcExportToPersistenceHandler,FcExportToXmlHandler,FcFillPdfHandler,FcFillWordHandler,FcForEachLoopHandler,FcHttpRequestHandler,FcImportFormValueFromXmlHandler,FcLdapQueryHandler,FcLogEntryHandler,FcMoveFormRecordToInboxHandler,FcProcessHistoryPdfHandler,FcProcessLogPdfHandler,FcProvideResourceHandler,FcQueueTaskHandler,FcRedirectHandler,FcRenewProcessIdHandler,FcReturnFileHandler,FcReturnHandler,FcSaveToFileSystemHandler,FcSaveToWebDavHandler,FcSendFormRecordMessageHandler,FcSetSavedFlagHandler,FcShowTemplateHandler,FcSqlStatementHandler,FcThrowExceptionHandler,FcWriteFormRecordAttrHandler
public interface IKeyValueSummarizableNode<TData> extends IKeyValueSummarizableElement<TData,WorkflowNode>
AIKeyValueSummarizableElementfor workflow nodes.- 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
-
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, getFastJsonConverter, getFilterCriteriaForEntities, getHelpPageLocation, getJavaScript, getJavaScript, getLocalizedTypeName, getPropertiesBeanClass, getPropertiesViewXhtml, getResourceBundle, getVersion, isAvailable, isHasUserVisibleName, readEntityReferences, readPlaceholders, validateGlobal, validateLocal, writeEntityReferences, writePlaceholders
-
Methods inherited from interface de.xima.fc.interfaces.workflow.mixin.IKeyValueSummarizableElement
getElementSummaryKeyValueModel, getElementSummaryModel, getElementSummaryXhtml
-
Methods inherited from interface de.xima.fc.interfaces.workflow.IWorkflowElementTypeProviding
getType
-
-