Uses of Interface
de.xima.fc.interfaces.workflow.execution.IFileValueDescriptor
Packages that use IFileValueDescriptor
Package
Description
The workflow engine is generic in the sense that it never checks the type of a
trigger or
node for special types, all logic is implemented in terms
of the ITriggerHandler and
INodeHandler interfaces.Contains the API for a prompt service that abstract the details of a particular provider.
The prompt API is kept intentionally low-level to support a wide range of use cases.
-
Uses of IFileValueDescriptor in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return IFileValueDescriptorModifier and TypeMethodDescriptionIFileProvidingWorkflowElement.getFileValueDescriptor()The file value descriptor associated with the files provided by the workflow element. -
Uses of IFileValueDescriptor in de.xima.fc.interfaces.workflow.execution
Subinterfaces with type arguments of type IFileValueDescriptor in de.xima.fc.interfaces.workflow.executionModifier and TypeInterfaceDescriptioninterfaceDescriptor for the files provided by a workflow element, such as the files made available when a trigger fires or when a workflow node gets executed.Methods in de.xima.fc.interfaces.workflow.execution that return IFileValueDescriptorModifier and TypeMethodDescriptiondefault IFileValueDescriptorIExecutionResultDescriptor.getCurrentFileValueDescriptor()Creates the descriptor for the file or files that are created and made available to other actions while the node is being executed.default IFileValueDescriptorIRefinedExecutionResultDescriptor.getCurrentFileValueDescriptor(IRefinedExecutionResultDescriptorParams<Model> params) Same asgetCurrentFileValueDescriptorwithout data, but refined depending on the current node's configuration.default IFileValueDescriptorIRefinedExecutionResultDescriptor.getCurrentFileValueDescriptor(Model data) Deprecated.default IFileValueDescriptorIExecutionResultDescriptor.getFileValueDescriptor()Creates the descriptor for the file or files that are created and made available to other actions when the node is executed.default IFileValueDescriptorIRefinedExecutionResultDescriptor.getFileValueDescriptor(IRefinedExecutionResultDescriptorParams<Model> params) Same asgetFileValueDescriptorwithout data, but refined depending on the current node's configuration.default IFileValueDescriptorIRefinedExecutionResultDescriptor.getFileValueDescriptor(Model data) Deprecated.default IFileValueDescriptorIRefinedTriggerDataDescriptor.getTriggerFilesDescriptor(Model data) Same asgetTriggerFilesDescriptorwithout data, but refined depending on the current trigger's configuration.default IFileValueDescriptorITriggerDataDescriptor.getTriggerFilesDescriptor()Creates the files descriptor for the files that are made available to the workflow when a task with this trigger starts.IFileValueDescriptor.intersect(IFileValueDescriptor other) Intersects this file value descriptor with another file value descriptor.Methods in de.xima.fc.interfaces.workflow.execution with parameters of type IFileValueDescriptorModifier and TypeMethodDescriptionIFileValueDescriptor.intersect(IFileValueDescriptor other) Intersects this file value descriptor with another file value descriptor. -
Uses of IFileValueDescriptor in de.xima.fc.interfaces.workflow.mixin
Methods in de.xima.fc.interfaces.workflow.mixin that return IFileValueDescriptorModifier and TypeMethodDescriptiondefault IFileValueDescriptorIFileProviding.getFileValueDescriptor()Deprecated. -
Uses of IFileValueDescriptor in de.xima.fc.interfaces.workflow.nodes
Methods in de.xima.fc.interfaces.workflow.nodes that return IFileValueDescriptorModifier and TypeMethodDescriptionIFileProvidingNodeWithName.getFileValueDescriptor()The file value descriptor associated with the files provided by this node. -
Uses of IFileValueDescriptor in de.xima.fc.interfaces.workflow.triggers
Methods in de.xima.fc.interfaces.workflow.triggers that return IFileValueDescriptorModifier and TypeMethodDescriptionIFileProvidingTriggerWithName.getFileValueDescriptor()The file value descriptor associated with the files provided by the trigger. -
Uses of IFileValueDescriptor in de.xima.fc.prompt.service
Methods in de.xima.fc.prompt.service that return IFileValueDescriptorModifier and TypeMethodDescriptionIPromptQueryIoDescriptor.fileDescriptor()The descriptor that defines the structure of the files passed to or returned from the prompt query. -
Uses of IFileValueDescriptor in de.xima.fc.prompt.service.support
Methods in de.xima.fc.prompt.service.support that return IFileValueDescriptorModifier and TypeMethodDescriptionIPromptFileParametersDescriptorBuilder.build()Creates a new file value descriptor with the current settings. -
Uses of IFileValueDescriptor in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement IFileValueDescriptorMethods in de.xima.fc.workflow that return IFileValueDescriptorModifier and TypeMethodDescriptionstatic IFileValueDescriptorFileValueDescriptor.any()Gets a file value descriptor that allows any list of files at any key.static IFileValueDescriptorFileValueDescriptor.anyFileValueDescriptor()Gets a file value descriptor that allows any list of files at any key.FileValueDescriptor.Builder.build()Builds a new file value descriptor with the data that was added to this builder.static IFileValueDescriptorFileValueDescriptor.empty()Creates an empty file value descriptor for when no files are provided.static IFileValueDescriptorFileValueDescriptor.emptyFileValueDescriptorIfNull(IFileValueDescriptor fileValueDescriptor) Returns the given file value descriptor if it is not null, or an empty file value descriptor otherwise.FileValueDescriptor.intersect(IFileValueDescriptor other) static IFileValueDescriptorFileValueDescriptorIntersector.intersectFileValueDescriptors(IFileValueDescriptor lhs, IFileValueDescriptor rhs) Intersects two file value descriptors.FileValueDescriptor.withAddedAttribute(String key, Object value) FileValueDescriptor.withAddedAttributes(Map<String, Object> newAttributes) FileValueDescriptor.withAttributes(Map<String, Object> attributes) Methods in de.xima.fc.workflow with parameters of type IFileValueDescriptorModifier and TypeMethodDescriptionstatic IFileValueDescriptorFileValueDescriptor.emptyFileValueDescriptorIfNull(IFileValueDescriptor fileValueDescriptor) Returns the given file value descriptor if it is not null, or an empty file value descriptor otherwise.FileValueDescriptor.intersect(IFileValueDescriptor other) static IFileValueDescriptorFileValueDescriptorIntersector.intersectFileValueDescriptors(IFileValueDescriptor lhs, IFileValueDescriptor rhs) Intersects two file value descriptors. -
Uses of IFileValueDescriptor in de.xima.fc.workflow.model.list_item_source
Methods in de.xima.fc.workflow.model.list_item_source that return IFileValueDescriptorModifier and TypeMethodDescriptionabstract IFileValueDescriptorEForEachLoopItemListSource.getCurrentFileValueDescriptor() -
Uses of IFileValueDescriptor in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model that return IFileValueDescriptorModifier and TypeMethodDescriptionFileProvidingNodeWithName.getFileValueDescriptor()FileProvidingTriggerWithName.getFileValueDescriptor()Constructors in de.xima.fc.workflow.processor.model with parameters of type IFileValueDescriptorModifierConstructorDescriptionFileProvidingNodeWithName(NodeKey key, String name, String type, IFileValueDescriptor fileValueDescriptor) Creates a new POJO instance with the given values.FileProvidingTriggerWithName(TriggerKey key, String name, String type, IFileValueDescriptor fileValueDescriptor) Creates a new POJO instance with the given values. -
Uses of IFileValueDescriptor in de.xima.fc.workflow.retval.node
Methods in de.xima.fc.workflow.retval.node that return IFileValueDescriptorModifier and TypeMethodDescriptiondefault IFileValueDescriptorIFcForEachLoopDescriptors.getCurrentFileValueDescriptor()default IFileValueDescriptorIFcForEachLoopDescriptors.getCurrentFileValueDescriptor(IRefinedExecutionResultDescriptorParams<FcForEachLoopProps> params) default IFileValueDescriptorIFcPromptQueryDescriptors.getFileValueDescriptor()default IFileValueDescriptorIFcPromptQueryDescriptors.getFileValueDescriptor(IRefinedExecutionResultDescriptorParams<FcPromptQueryProps> params) default IFileValueDescriptorIFcReturnFileDescriptors.getFileValueDescriptor() -
Uses of IFileValueDescriptor in de.xima.fc.workflow.retval.trigger
Methods in de.xima.fc.workflow.retval.trigger that return IFileValueDescriptorModifier and TypeMethodDescriptiondefault IFileValueDescriptorIFcFormRecordMessageUploadRequestFulfilledDescriptors.getTriggerFilesDescriptor()
IRefinedExecutionResultDescriptor.getCurrentFileValueDescriptor(IRefinedExecutionResultDescriptorParams).