Uses of Class
de.xima.fc.workflow.model.nodes.SingleFile
-
Packages that use SingleFile Package Description de.xima.fc.workflow.model.nodes de.xima.fc.workflow.processor.factory de.xima.fc.workflow.processor.logic de.xima.fc.workflow.validation.constraintvalidators -
-
Uses of SingleFile in de.xima.fc.workflow.model.nodes
Methods in de.xima.fc.workflow.model.nodes that return SingleFile Modifier and Type Method Description static 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)
SingleFile
FcFillPdfProps. getSingleFile()
SingleFile
FcFillWordProps. getSingleFile()
SingleFile
FcProvideResourceProps. getSingleFile()
SingleFile
FcImportFormValueFromXmlProps. getXmlSource()
Methods in de.xima.fc.workflow.model.nodes with parameters of type SingleFile Modifier and Type Method Description void
FcFillPdfProps. setSingleFile(SingleFile singleFile)
void
FcFillWordProps. setSingleFile(SingleFile singleFile)
void
FcProvideResourceProps. setSingleFile(SingleFile singleFile)
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 SingleFile Modifier and Type Method Description 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 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 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.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. -
Uses of SingleFile in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic with parameters of type SingleFile Modifier and Type Method Description static 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 wfProvider, 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 SingleFile Modifier and Type Method Description Class<? extends SingleFile>
NonEmptySingleFileGroupValidator. getFieldClass()
Class<? extends SingleFile>
NonEmptySingleFileIfValidator. getFieldClass()
Methods in de.xima.fc.workflow.validation.constraintvalidators with parameters of type SingleFile Modifier and Type Method Description boolean
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)
-