Interface IFileProviding<TData>
- 
- Type Parameters:
 TData- Type of the node's properties model.
- All Superinterfaces:
 ICustomParametersUpdateable,IElementHandler<TData,WorkflowNode>,IExecutionResultDescriptor,INodeHandler<TData>,IResourceBundleLocator,IWorkflowElementTypeProviding,IWorkflowNodeFlowAnalyzer<TData>,IWorkflowNodeTypeProviding
- All Known Implementing Classes:
 FcCompressAsZipHandler,FcCreateTextFileHandler,FcDecodeBase64Handler,FcExportToPersistenceHandler,FcExportToXmlHandler,FcFillPdfHandler,FcFillWordHandler,FcHttpRequestHandler,FcProcessHistoryPdfHandler,FcProcessLogPdfHandler,FcProvideResourceHandler,FcReturnFileHandler,FcSaveToFileSystemHandler,FcSaveToWebDavHandler
public interface IFileProviding<TData> extends INodeHandler<TData>
Mixin interface for all node handlers that require files from previous actions or from upload elements.- 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 IFileValueDescriptorgetFileValueDescriptor()- 
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, getHelpPageLocation, getJavaScript, getJavaScript, getPropertiesViewXhtml, getResourceBundle, getVersion, isAvailable, readEntityReferences, readPlaceholders, validateGlobal, validateLocal, writeEntityReferences, writePlaceholders 
- 
Methods inherited from interface de.xima.fc.interfaces.workflow.execution.IExecutionResultDescriptor
getAlwaysValueDescriptor, getErrorValueDescriptor, getSoftErrorValueDescriptor, getSuccessValueDescriptor 
- 
Methods inherited from interface de.xima.fc.interfaces.workflow.nodes.INodeHandler
execute, getLocalizedTypeName, getNodePrototypes, getPropertiesBeanClass, getRelatedNodeTypes, isCreateProtocolEntryAfterExecution, isReplacePlaceholderBeforeExecution 
- 
Methods inherited from interface de.xima.fc.interfaces.workflow.IWorkflowElementTypeProviding
getType 
- 
Methods inherited from interface de.xima.fc.interfaces.workflow.analysis.IWorkflowNodeFlowAnalyzer
createFlowGraph 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getFileValueDescriptor
default IFileValueDescriptor getFileValueDescriptor()
- Specified by:
 getFileValueDescriptorin interfaceIExecutionResultDescriptor- Returns:
 - Descriptor for the file or files that are created and made available to other actions when the node is
 executed. Should return 
nullwhen the node provides node files. 
 
 - 
 
 -