Interface IFileProvidingNodeWithName
- All Superinterfaces:
IFileProvidingWorkflowElement<NodeKey>, INamedElement<NodeKey>, INodeWithName, ITypedWorkflowElement<NodeKey>, IWorkflowElementTypeProviding, Serializable
- All Known Implementing Classes:
FileProvidingNodeWithName
public interface IFileProvidingNodeWithName
extends IFileProvidingWorkflowElement<NodeKey>, INodeWithName
A reference to a workflow node that provides files, such as those returned by
IWorkflowProvider.getNormalCompletionProvidingPredecessors().- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionThe file value descriptor associated with the files provided by this node.Methods inherited from interface INamedElement
getNameMethods inherited from interface INodeWithName
getElement, getElementKey, getType
-
Method Details
-
getFileValueDescriptor
IFileValueDescriptor getFileValueDescriptor()The file value descriptor associated with the files provided by this node.- Specified by:
getFileValueDescriptorin interfaceIFileProvidingWorkflowElement<NodeKey>- Returns:
- The file value descriptor.
-