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 SingleFileSingleFile.forAttachmentSearch(String searchName, EAttachmentSource... attachmentFilter) static SingleFileSingleFile.forAttachmentSearch(String searchName, Iterable<EAttachmentSource> attachmentFilter) static SingleFileSingleFile.forClientFile(MandantRessource clientFile) static SingleFileSingleFile.forClientFile(UuidEntityRef clientFileRef) static SingleFileSingleFile.forExternal(String url) static SingleFileSingleFile.forFormFile(ProjektRessource formFile) static SingleFileSingleFile.forFormFile(UuidEntityRef formFileRef) static SingleFileSingleFile.forUploadElement(String identifier) static SingleFileSingleFile.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 TypeMethodDescriptionvoidFcEncodeBase64Props.setSingleFile(SingleFile singleFile) voidFcFillPdfProps.setSingleFile(SingleFile singleFile) voidFcFillWordProps.setSingleFile(SingleFile singleFile) voidFcProvideResourceProps.setSingleFile(SingleFile singleFile) voidFcHttpRequestProps.setSingleFileToTransmit(SingleFile singleFileToTransmit) voidFcImportFormValueFromXmlProps.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 WorkflowNodeWorkflowNodeFactory.encodeBase64(SingleFile file) Creates a new workflow node for aEWorkflowNodeType.FC_ENCODE_BASE64that converts a binary file to base64.static FcEncodeBase64PropsWorkflowNodePropsFactory.encodeBase64(SingleFile file) Creates a new workflow node model for aEWorkflowNodeType.FC_ENCODE_BASE64that converts a binary file to base64.static WorkflowNodeWorkflowNodeFactory.fillPdf(SingleFile pdfDocument) Creates a new workflow node for aEWorkflowNodeType.FC_FILL_PDFthat fills a PDF document with the submitted form data.static WorkflowNodeWorkflowNodeFactory.fillPdf(SingleFile pdfDocument, String exportName, boolean attachToFormRecord, String font) Creates a new workflow node for aEWorkflowNodeType.FC_FILL_PDFthat fills a PDF document with the submitted form data.static FcFillPdfPropsWorkflowNodePropsFactory.fillPdf(SingleFile pdfDocument) Creates a new workflow node model for aEWorkflowNodeType.FC_FILL_PDFthat fills a PDF document with the submitted form data.static FcFillPdfPropsWorkflowNodePropsFactory.fillPdf(SingleFile pdfDocument, String exportName, boolean attachToFormRecord, String font) Creates a new workflow node model for aEWorkflowNodeType.FC_FILL_PDFthat fills a PDF document with the submitted form data.static WorkflowNodeWorkflowNodeFactory.fillWord(SingleFile wordDocument) Creates a new workflow node for aEWorkflowNodeType.FC_FILL_WORDthat fills a Word document with the submitted form data.static WorkflowNodeWorkflowNodeFactory.fillWord(SingleFile wordDocument, String exportName, boolean attachToFormRecord) Creates a new workflow node for aEWorkflowNodeType.FC_FILL_WORDthat fills a Word document with the submitted form data.static FcFillWordPropsWorkflowNodePropsFactory.fillWord(SingleFile wordDocument) Creates a new workflow node model for aEWorkflowNodeType.FC_FILL_WORDthat fills a Word document with the submitted form data.static FcFillWordPropsWorkflowNodePropsFactory.fillWord(SingleFile wordDocument, String exportName, boolean attachToFormRecord) Creates a new workflow node model for aEWorkflowNodeType.FC_FILL_WORDthat fills a Word document with the submitted form data.static WorkflowNodeWorkflowNodeFactory.importFormValueFromXml(SingleFile xmlDocument, Map<String, String> xPathMapping) Creates a new workflow node for aEWorkflowNodeType.FC_IMPORT_FORM_VALUE_FROM_XMLthat changes the value of form elements based on the data of an XML document.static WorkflowNodeWorkflowNodeFactory.importFormValueFromXml(SingleFile xmlDocument, Map<String, String> xPathMapping, Textbaustein xslTemplate) Creates a new workflow node for aEWorkflowNodeType.FC_IMPORT_FORM_VALUE_FROM_XMLthat 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_XMLthat 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_XMLthat changes the value of form elements based on the data of an XML document.IFillPdfNodeBuilder.pdfFile(SingleFile pdfFile) static WorkflowNodeWorkflowNodeFactory.provideResource(SingleFile singleFile, String exportName) Creates a new workflow node for aEWorkflowNodeType.FC_PROVIDE_RESOURCEthat provides the given resource.static WorkflowNodeWorkflowNodeFactory.provideResource(SingleFile singleFile, String exportName, boolean attachToFormRecord) Creates a new workflow node for aEWorkflowNodeType.FC_PROVIDE_RESOURCEthat provides the given resource.static FcProvideResourcePropsWorkflowNodePropsFactory.provideResource(SingleFile singleFile, String exportName) Creates a new workflow node model for aEWorkflowNodeType.FC_PROVIDE_RESOURCEthat provides the given resource.static FcProvideResourcePropsWorkflowNodePropsFactory.provideResource(SingleFile singleFile, String exportName, boolean attachToFormRecord) Creates a new workflow node model for aEWorkflowNodeType.FC_PROVIDE_RESOURCEthat 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 givenSingleFileinstance.static List<ISummaryKeyValuePair>WorkflowSummaryHelper.getSingleFileSummaryKeyValuePairs(IEntityContext ec, IWorkflowProvider provider, SingleFile singleFile, String i18nSingleFileResourceKey) Creates summary entries for a specifiedSingleFileinstance. -
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 TypeMethodDescriptionbooleanNonEmptySingleFileValidator.isValid(SingleFile singleFile, javax.validation.ConstraintValidatorContext context) protected booleanNonEmptySingleFileGroupValidator.validate(SingleFile value, javax.validation.ConstraintValidatorContext context) protected booleanNonEmptySingleFileIfValidator.validate(SingleFile value, javax.validation.ConstraintValidatorContext context)