Uses of Interface
de.xima.fc.interfaces.IAttachableFile
-
Packages that use IAttachableFile Package Description de.xima.fc.bl.fdv.processing de.xima.fc.workflow.model.nodes -
-
Uses of IAttachableFile in de.xima.fc.bl.fdv.processing
Classes in de.xima.fc.bl.fdv.processing that implement IAttachableFile Modifier and Type Class Description class
VerarbeitungCompressAsZip
class
VerarbeitungExport
Formulardatenverarbeitung - Export von eingegangenen Formulardaten als XML-Datei.class
VerarbeitungExportPersistence
Formulardatenverarbeitung - Export von eingegangenen Formulardaten als Persistence-Datei.class
VerarbeitungExterneRessource
class
VerarbeitungPdf
class
VerarbeitungPost
Deprecated.Use the new workflow engine (FcHttpRequestExecutor
).class
VerarbeitungUpload
Deprecated.This action is not necessary anymore.class
VerarbeitungWord
class
VerarbeitungWriteToFile
-
Uses of IAttachableFile in de.xima.fc.workflow.model.nodes
Classes in de.xima.fc.workflow.model.nodes that implement IAttachableFile Modifier and Type Class Description class
FcCompressAsZipProps
Model class for the compress as ZIP workflow action (EWorkflowNodeType.FC_COMPRESS_AS_ZIP
).class
FcCreateTextFileProps
The properties model for workflow nodes of typeEWorkflowNodeType.FC_CREATE_TEXT_FILE
.class
FcExportToPersistenceProps
class
FcExportToXmlProps
Model class for the change form value action (EWorkflowNodeType.FC_EXPORT_TO_XML
).class
FcFillPdfProps
Model class for the PDF fill workflow action (EWorkflowNodeType.FC_FILL_PDF
).class
FcFillWordProps
Model class for the Word fill workflow action (EWorkflowNodeType.FC_FILL_WORD
).class
FcHttpRequestProps
Model class for the HTTP request workflow action (EWorkflowNodeType.FC_POST_REQUEST
).class
FcProvideResourceProps
Model class for the provide resource workflow action (EWorkflowNodeType.FC_PROVIDE_RESOURCE
).
-