Package de.xima.fc.workflow
Class WorkflowFileValue
- java.lang.Object
 - 
- de.xima.fc.workflow.WorkflowFileValue
 
 
- 
- All Implemented Interfaces:
 IWorkflowFileValue
public class WorkflowFileValue extends Object implements IWorkflowFileValue
POJO implementation ofIWorkflowFileValue.- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Constructor Summary
Constructors Constructor Description WorkflowFileValue(List<File> files) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IWorkflowFileValueempty()List<File>getFiles() 
 - 
 
- 
- 
Method Detail
- 
getFiles
public List<File> getFiles()
- Specified by:
 getFilesin interfaceIWorkflowFileValue- Returns:
 - A list of files created by the node that should be made available to the workflow context. Must point to existing files.
 
 
- 
empty
public static IWorkflowFileValue empty()
 
 - 
 
 -