Uses of Class
de.xima.fc.workflow.model.nodes.SingleFile
Packages that use SingleFile
Package
Description
-
Uses of SingleFile in de.xima.fc.workflow.model.nodes
Methods in de.xima.fc.workflow.model.nodes that return SingleFileModifier and TypeMethodDescriptionstatic SingleFile
SingleFile.forAttachmentSearch
(String searchName, EAttachmentSource... attachmentFilter) static SingleFile
SingleFile.forAttachmentSearch
(String searchName, Iterable<EAttachmentSource> attachmentFilter) static SingleFile
SingleFile.forClientFile
(MandantRessource clientFile) static SingleFile
SingleFile.forClientFile
(UuidEntityRef clientFileRef) static SingleFile
SingleFile.forExternal
(String url) static SingleFile
SingleFile.forFormFile
(ProjektRessource formFile) static SingleFile
SingleFile.forFormFile
(UuidEntityRef formFileRef) static SingleFile
SingleFile.forUploadElement
(String identifier) static SingleFile
SingleFile.forWorkflowNode
(NodeKey nodeKey) FcEncodeBase64Props.getSingleFile()
FcFillPdfProps.getSingleFile()
FcFillWordProps.getSingleFile()
FcProvideResourceProps.getSingleFile()
FcHttpRequestProps.getSingleFileToTransmit()
FcImportFormValueFromXmlProps.getXmlSource()
Methods in de.xima.fc.workflow.model.nodes with parameters of type SingleFileModifier and TypeMethodDescriptionvoid
FcEncodeBase64Props.setSingleFile
(SingleFile singleFile) void
FcFillPdfProps.setSingleFile
(SingleFile singleFile) void
FcFillWordProps.setSingleFile
(SingleFile singleFile) void
FcProvideResourceProps.setSingleFile
(SingleFile singleFile) void
FcHttpRequestProps.setSingleFileToTransmit
(SingleFile singleFileToTransmit) void
FcImportFormValueFromXmlProps.setXmlSource
(SingleFile xmlSource) -
Uses of SingleFile in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory with parameters of type SingleFileModifier and TypeMethodDescriptionstatic WorkflowNode
WorkflowNodeFactory.encodeBase64
(SingleFile file) Creates a new workflow node for aEWorkflowNodeType.FC_ENCODE_BASE64
that converts a binary file to base64.static FcEncodeBase64Props
WorkflowNodePropsFactory.encodeBase64
(SingleFile file) Creates a new workflow node model for aEWorkflowNodeType.FC_ENCODE_BASE64
that converts a binary file to base64.static WorkflowNode
WorkflowNodeFactory.fillPdf
(SingleFile pdfDocument) Creates a new workflow node for aEWorkflowNodeType.FC_FILL_PDF
that fills a PDF document with the submitted form data.static WorkflowNode
WorkflowNodeFactory.fillPdf
(SingleFile pdfDocument, String exportName, boolean attachToFormRecord, String font) Creates a new workflow node for aEWorkflowNodeType.FC_FILL_PDF
that fills a PDF document with the submitted form data.static FcFillPdfProps
WorkflowNodePropsFactory.fillPdf
(SingleFile pdfDocument) Creates a new workflow node model for aEWorkflowNodeType.FC_FILL_PDF
that fills a PDF document with the submitted form data.static FcFillPdfProps
WorkflowNodePropsFactory.fillPdf
(SingleFile pdfDocument, String exportName, boolean attachToFormRecord, String font) Creates a new workflow node model for aEWorkflowNodeType.FC_FILL_PDF
that fills a PDF document with the submitted form data.static WorkflowNode
WorkflowNodeFactory.fillWord
(SingleFile wordDocument) Creates a new workflow node for aEWorkflowNodeType.FC_FILL_WORD
that fills a Word document with the submitted form data.static WorkflowNode
WorkflowNodeFactory.fillWord
(SingleFile wordDocument, String exportName, boolean attachToFormRecord) Creates a new workflow node for aEWorkflowNodeType.FC_FILL_WORD
that fills a Word document with the submitted form data.static FcFillWordProps
WorkflowNodePropsFactory.fillWord
(SingleFile wordDocument) Creates a new workflow node model for aEWorkflowNodeType.FC_FILL_WORD
that fills a Word document with the submitted form data.static FcFillWordProps
WorkflowNodePropsFactory.fillWord
(SingleFile wordDocument, String exportName, boolean attachToFormRecord) Creates a new workflow node model for aEWorkflowNodeType.FC_FILL_WORD
that fills a Word document with the submitted form data.static WorkflowNode
WorkflowNodeFactory.importFormValueFromXml
(SingleFile xmlDocument, Map<String, String> xPathMapping) Creates a new workflow node for aEWorkflowNodeType.FC_IMPORT_FORM_VALUE_FROM_XML
that changes the value of form elements based on the data of an XML document.static WorkflowNode
WorkflowNodeFactory.importFormValueFromXml
(SingleFile xmlDocument, Map<String, String> xPathMapping, Textbaustein xslTemplate) Creates a new workflow node for aEWorkflowNodeType.FC_IMPORT_FORM_VALUE_FROM_XML
that changes the value of form elements based on the data of an XML document.WorkflowNodePropsFactory.importFormValueFromXml
(SingleFile xmlDocument, Map<String, String> xPathMapping) Creates a new workflow node model for aEWorkflowNodeType.FC_IMPORT_FORM_VALUE_FROM_XML
that changes the value of form elements based on the data of an XML document.WorkflowNodePropsFactory.importFormValueFromXml
(SingleFile xmlDocument, Map<String, String> xPathMapping, Textbaustein xslTemplate) Creates a new workflow node model for aEWorkflowNodeType.FC_IMPORT_FORM_VALUE_FROM_XML
that changes the value of form elements based on the data of an XML document.IFillPdfNodeBuilder.pdfFile
(SingleFile pdfFile) static WorkflowNode
WorkflowNodeFactory.provideResource
(SingleFile singleFile, String exportName) Creates a new workflow node for aEWorkflowNodeType.FC_PROVIDE_RESOURCE
that provides the given resource.static WorkflowNode
WorkflowNodeFactory.provideResource
(SingleFile singleFile, String exportName, boolean attachToFormRecord) Creates a new workflow node for aEWorkflowNodeType.FC_PROVIDE_RESOURCE
that provides the given resource.static FcProvideResourceProps
WorkflowNodePropsFactory.provideResource
(SingleFile singleFile, String exportName) Creates a new workflow node model for aEWorkflowNodeType.FC_PROVIDE_RESOURCE
that provides the given resource.static FcProvideResourceProps
WorkflowNodePropsFactory.provideResource
(SingleFile singleFile, String exportName, boolean attachToFormRecord) Creates a new workflow node model for aEWorkflowNodeType.FC_PROVIDE_RESOURCE
that provides the given resource.IHttpRequestNodeBuilder.singleFileToTransmit
(SingleFile singleFileToTransmit) -
Uses of SingleFile in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic with parameters of type SingleFileModifier and TypeMethodDescriptionstatic List<ISummaryKeyValuePair>
WorkflowSummaryHelper.getSingleFileSummaryKeyValuePairs
(IEntityContext ec, IWorkflowProvider wfProvider, SingleFile singleFile) Creates a summary entries for a givenSingleFile
instance.static List<ISummaryKeyValuePair>
WorkflowSummaryHelper.getSingleFileSummaryKeyValuePairs
(IEntityContext ec, IWorkflowProvider provider, SingleFile singleFile, String i18nSingleFileResourceKey) Creates summary entries for a specifiedSingleFile
instance. -
Uses of SingleFile in de.xima.fc.workflow.validation.constraintvalidators
Methods in de.xima.fc.workflow.validation.constraintvalidators that return types with arguments of type SingleFileModifier and TypeMethodDescriptionClass<? extends SingleFile>
NonEmptySingleFileGroupValidator.getFieldClass()
Class<? extends SingleFile>
NonEmptySingleFileIfValidator.getFieldClass()
Methods in de.xima.fc.workflow.validation.constraintvalidators with parameters of type SingleFileModifier and TypeMethodDescriptionboolean
NonEmptySingleFileValidator.isValid
(SingleFile singleFile, javax.validation.ConstraintValidatorContext context) protected boolean
NonEmptySingleFileGroupValidator.validate
(SingleFile value, javax.validation.ConstraintValidatorContext context) protected boolean
NonEmptySingleFileIfValidator.validate
(SingleFile value, javax.validation.ConstraintValidatorContext context)