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 atriggerornodefor special types, all logic is implemented in terms of theITriggerHandlerandINodeHandlerinterfaces.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 IFileValueDescriptorIFileProvidingWorkflowElement. 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 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(Model data)Same asgetCurrentFileValueDescriptorwithout data, but refined depending on the current node's configuration.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(Model data)Same asgetFileValueDescriptorwithout data, but refined depending on the current node's configuration.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.IFileValueDescriptorIFileValueDescriptor. 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 IFileValueDescriptorIFileValueDescriptor. 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 IFileValueDescriptorIFileProviding. 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 IFileValueDescriptorIFileProvidingNodeWithName. 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 IFileValueDescriptorIFileProvidingTriggerWithName. 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 classFileValueDescriptorPOJO implementation ofIFileValueDescriptor.Methods in de.xima.fc.workflow that return IFileValueDescriptor Modifier and Type Method Description IFileValueDescriptorFileValueDescriptor.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.IFileValueDescriptorFileValueDescriptor. intersect(IFileValueDescriptor other)static IFileValueDescriptorFileValueDescriptorIntersector. 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 IFileValueDescriptorFileValueDescriptor. emptyFileValueDescriptorIfNull(IFileValueDescriptor fileValueDescriptor)Returns the given file value descriptor if it is not null, or an empty file value descriptor otherwise.IFileValueDescriptorFileValueDescriptor. 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 IFileValueDescriptor Modifier and Type Method Description abstract IFileValueDescriptorEForEachLoopItemListSource. 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 IFileValueDescriptorFileProvidingNodeWithName. getFileValueDescriptor()IFileValueDescriptorFileProvidingTriggerWithName. 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 IFileValueDescriptorIFcForEachLoopDescriptors. getCurrentFileValueDescriptor()default IFileValueDescriptorIFcForEachLoopDescriptors. getCurrentFileValueDescriptor(FcForEachLoopProps props)default IFileValueDescriptorIFcReturnFileDescriptors. 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 IFileValueDescriptorIFcFormRecordMessageUploadRequestFulfilledDescriptors. getTriggerFilesDescriptor()
-