Interface IFileProvidingWorkflowElement<T>
- Type Parameters:
T- The type of the workflow element's key.
- All Superinterfaces:
INamedElement<T>, ITypedWorkflowElement<T>, IWorkflowElementTypeProviding, Serializable
- All Known Subinterfaces:
IFileProvidingNodeWithName, IFileProvidingTriggerWithName
- All Known Implementing Classes:
FileProvidingNodeWithName, FileProvidingTriggerWithName
Reference to a workflow node or trigger that provides files.
- Since:
- 8.2.0
-
Method Summary
Modifier and TypeMethodDescriptionThe file value descriptor associated with the files provided by the workflow element.Methods inherited from interface INamedElement
getElement, getNameMethods inherited from interface ITypedWorkflowElement
getElementKeyMethods inherited from interface IWorkflowElementTypeProviding
getType
-
Method Details
-
getFileValueDescriptor
IFileValueDescriptor getFileValueDescriptor()The file value descriptor associated with the files provided by the workflow element.- Returns:
- The file value descriptor.
-