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 byIWorkflowProvider.getNormalCompletionProvidingPredecessors()
.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFileValueDescriptor
getFileValueDescriptor()
The file value descriptor associated with the files provided by this node.-
Methods inherited from interface de.xima.fc.interfaces.INamedElement
getName
-
Methods inherited from interface de.xima.fc.interfaces.workflow.nodes.INodeWithName
getElement, getElementKey, getType
-
-
-
-
Method Detail
-
getFileValueDescriptor
IFileValueDescriptor getFileValueDescriptor()
The file value descriptor associated with the files provided by this node.- Specified by:
getFileValueDescriptor
in interfaceIFileProvidingWorkflowElement<NodeKey>
- Returns:
- The file value descriptor.
-
-