Package de.xima.fc.interfaces.workflow
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
public interface IFileProvidingWorkflowElement<T> extends ITypedWorkflowElement<T>, Serializable
Reference to a workflow node or trigger that provides files.- Since:
 - 8.2.0
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFileValueDescriptorgetFileValueDescriptor()The file value descriptor associated with the files provided by the workflow element.- 
Methods inherited from interface de.xima.fc.interfaces.INamedElement
getElement, getName 
- 
Methods inherited from interface de.xima.fc.interfaces.workflow.ITypedWorkflowElement
getElementKey 
- 
Methods inherited from interface de.xima.fc.interfaces.workflow.IWorkflowElementTypeProviding
getType 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getFileValueDescriptor
IFileValueDescriptor getFileValueDescriptor()
The file value descriptor associated with the files provided by the workflow element.- Returns:
 - The file value descriptor.
 
 
 - 
 
 -