Uses of Class
de.xima.fc.workflow.model.nodes.SingleFile
Packages that use SingleFile
Package
Description
-
Uses of SingleFile in de.xima.fc.workflow.designer.model.prompt_query
Subclasses with type arguments of type SingleFile in de.xima.fc.workflow.designer.model.prompt_queryModifier and TypeClassDescriptionfinal classView model for a single file control in the prompt query action editor.Constructors in de.xima.fc.workflow.designer.model.prompt_query with parameters of type SingleFileModifierConstructorDescriptionSingleFileControl(SingleFile singleFile) Constructs a new single file control with the given value. -
Uses of SingleFile in de.xima.fc.workflow.model
Methods in de.xima.fc.workflow.model that return types with arguments of type SingleFileModifier and TypeMethodDescriptionIPromptQueryParametersProviding.getSingleFileParameters()Gets the configured single file parameters for the prompt query, indexed by their ID. -
Uses of SingleFile in de.xima.fc.workflow.model.list_item_source
Methods in de.xima.fc.workflow.model.list_item_source that return SingleFileModifier and TypeMethodDescriptionListItemSourcePropsRowsOfCharacterSeparatedValues.getCsvRowsFile()WhenListItemSourcePropsRowsOfCharacterSeparatedValues.getCsvRowsSource()isEWorkflowTextSource.FILE, the CSV file with rows of values to be parsed.Methods in de.xima.fc.workflow.model.list_item_source with parameters of type SingleFileModifier and TypeMethodDescriptionvoidListItemSourcePropsRowsOfCharacterSeparatedValues.setCsvRowsFile(SingleFile csvRowsFile) WhenListItemSourcePropsRowsOfCharacterSeparatedValues.getCsvRowsSource()isEWorkflowTextSource.FILE, the CSV file with rows of values to be parsed. -
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) Creates a new single file reference to the file produces by a workflow node with the default file type.static SingleFileSingleFile.forWorkflowNode(NodeKey nodeKey, String fileKey) Creates a new single file reference to the file produces by a workflow node with the given file type.static SingleFileSingleFile.forWorkflowTrigger(TriggerKey triggerKey) Creates a new single file reference to the file produces by a workflow trigger with the default file type.static SingleFileSingleFile.forWorkflowTrigger(TriggerKey triggerKey, String fileKey) Creates a new single file reference to the file produces by a workflow trigger with the given file type.FcEncodeBase64Props.getSingleFile()FcFillPdfProps.getSingleFile()FcFillWordProps.getSingleFile()FcProvideResourceProps.getSingleFile()FcHttpRequestProps.getSingleFileToTransmit()FcImportFormValueFromXmlProps.getXmlSource()Methods in de.xima.fc.workflow.model.nodes that return types with arguments of type SingleFileMethods 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) Method parameters in de.xima.fc.workflow.model.nodes with type arguments of type SingleFileModifier and TypeMethodDescriptionvoidFcPromptQueryProps.setSingleFileParameters(Map<String, SingleFile> singleFileParameters) Sets the configured single file parameters for the prompt query, indexed by their ID. -
Uses of SingleFile in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory with parameters of type SingleFileModifier and TypeMethodDescriptionIPromptQueryBuilder.addSingleFileParameter(String key, SingleFile value) Adds a single file parameter to be passed to the prompt query upon execution.static 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) Method parameters in de.xima.fc.workflow.processor.factory with type arguments of type SingleFileModifier and TypeMethodDescriptionIPromptQueryBuilder.singleFileParameters(Map<String, SingleFile> singleFileParameters) Sets the single file parameters to be passed to the prompt query upon execution. -
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
Subclasses with type arguments of type SingleFile in de.xima.fc.workflow.validation.constraintvalidatorsModifier and TypeClassDescriptionclassConstraint annotation validator forNonEmptySingleFileGroup.classDeprecated.Classes in de.xima.fc.workflow.validation.constraintvalidators that implement interfaces with type arguments of type SingleFileMethods 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()Deprecated.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) Deprecated.
GroupSequenceProviderinstead.