Uses of Interface
de.xima.fc.interfaces.workflow.execution.IFileValueDescriptor
-
Packages that use IFileValueDescriptor Package Description de.xima.fc.interfaces.workflow de.xima.fc.interfaces.workflow.execution de.xima.fc.interfaces.workflow.mixin The workflow engine is generic in the sense that it never checks the type of atrigger
ornode
for special types, all logic is implemented in terms of theITriggerHandler
andINodeHandler
interfaces.de.xima.fc.interfaces.workflow.nodes de.xima.fc.interfaces.workflow.triggers de.xima.fc.workflow de.xima.fc.workflow.model.list_item_source de.xima.fc.workflow.processor.model de.xima.fc.workflow.retval.node de.xima.fc.workflow.retval.trigger -
-
Uses of IFileValueDescriptor in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return IFileValueDescriptor Modifier and Type Method Description IFileValueDescriptor
IFileProvidingWorkflowElement. getFileValueDescriptor()
The file value descriptor associated with the files provided by the workflow element. -
Uses of IFileValueDescriptor in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return IFileValueDescriptor Modifier and Type Method Description default IFileValueDescriptor
IExecutionResultDescriptor. 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 IFileValueDescriptor
IRefinedExecutionResultDescriptor. getCurrentFileValueDescriptor(Model data)
Same asgetCurrentFileValueDescriptor
without data, but refined depending on the current node's configuration.default IFileValueDescriptor
IExecutionResultDescriptor. getFileValueDescriptor()
Creates the descriptor for the file or files that are created and made available to other actions when the node is executed.default IFileValueDescriptor
IRefinedExecutionResultDescriptor. getFileValueDescriptor(Model data)
Same asgetFileValueDescriptor
without data, but refined depending on the current node's configuration.default IFileValueDescriptor
IRefinedTriggerDataDescriptor. getTriggerFilesDescriptor(Model data)
Same asgetTriggerFilesDescriptor
without data, but refined depending on the current trigger's configuration.default IFileValueDescriptor
ITriggerDataDescriptor. getTriggerFilesDescriptor()
Creates the files descriptor for the files that are made available to the workflow when a task with this trigger starts.IFileValueDescriptor
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 IFileValueDescriptor Modifier and Type Method Description IFileValueDescriptor
IFileValueDescriptor. 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 IFileValueDescriptor Modifier and Type Method Description default IFileValueDescriptor
IFileProviding. getFileValueDescriptor()
Deprecated. -
Uses of IFileValueDescriptor in de.xima.fc.interfaces.workflow.nodes
Methods in de.xima.fc.interfaces.workflow.nodes that return IFileValueDescriptor Modifier and Type Method Description IFileValueDescriptor
IFileProvidingNodeWithName. 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 IFileValueDescriptor Modifier and Type Method Description IFileValueDescriptor
IFileProvidingTriggerWithName. getFileValueDescriptor()
The file value descriptor associated with the files provided by the trigger. -
Uses of IFileValueDescriptor in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement IFileValueDescriptor Modifier and Type Class Description class
FileValueDescriptor
POJO implementation ofIFileValueDescriptor
.Methods in de.xima.fc.workflow that return IFileValueDescriptor Modifier and Type Method Description IFileValueDescriptor
FileValueDescriptor.Builder. build()
Builds a new file value descriptor with the data that was added to this builder.static IFileValueDescriptor
FileValueDescriptor. empty()
Creates an empty file value descriptor for when no files are provided.static IFileValueDescriptor
FileValueDescriptor. emptyFileValueDescriptorIfNull(IFileValueDescriptor fileValueDescriptor)
Returns the given file value descriptor if it is not null, or an empty file value descriptor otherwise.IFileValueDescriptor
FileValueDescriptor. intersect(IFileValueDescriptor other)
static IFileValueDescriptor
FileValueDescriptorIntersector. intersectFileValueDescriptors(IFileValueDescriptor lhs, IFileValueDescriptor rhs)
Intersects two file value descriptors.Methods in de.xima.fc.workflow with parameters of type IFileValueDescriptor Modifier and Type Method Description static IFileValueDescriptor
FileValueDescriptor. emptyFileValueDescriptorIfNull(IFileValueDescriptor fileValueDescriptor)
Returns the given file value descriptor if it is not null, or an empty file value descriptor otherwise.IFileValueDescriptor
FileValueDescriptor. intersect(IFileValueDescriptor other)
static IFileValueDescriptor
FileValueDescriptorIntersector. 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 IFileValueDescriptor Modifier and Type Method Description abstract IFileValueDescriptor
EForEachLoopItemListSource. getCurrentFileValueDescriptor()
-
Uses of IFileValueDescriptor in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model that return IFileValueDescriptor Modifier and Type Method Description IFileValueDescriptor
FileProvidingNodeWithName. getFileValueDescriptor()
IFileValueDescriptor
FileProvidingTriggerWithName. getFileValueDescriptor()
Constructors in de.xima.fc.workflow.processor.model with parameters of type IFileValueDescriptor Constructor Description FileProvidingNodeWithName(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 IFileValueDescriptor Modifier and Type Method Description default IFileValueDescriptor
IFcForEachLoopDescriptors. getCurrentFileValueDescriptor()
default IFileValueDescriptor
IFcForEachLoopDescriptors. getCurrentFileValueDescriptor(FcForEachLoopProps props)
default IFileValueDescriptor
IFcReturnFileDescriptors. getFileValueDescriptor()
-
Uses of IFileValueDescriptor in de.xima.fc.workflow.retval.trigger
Methods in de.xima.fc.workflow.retval.trigger that return IFileValueDescriptor Modifier and Type Method Description default IFileValueDescriptor
IFcFormRecordMessageUploadRequestFulfilledDescriptors. getTriggerFilesDescriptor()
-