Class WorkflowFileValue

java.lang.Object
de.xima.fc.workflow.WorkflowFileValue
All Implemented Interfaces:
IWorkflowFileValue

public final class WorkflowFileValue extends Object implements IWorkflowFileValue
POJO implementation of IWorkflowFileValue.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
  • Constructor Details

    • WorkflowFileValue

      public WorkflowFileValue(List<File> files)
  • Method Details

    • getFiles

      public List<File> getFiles()
      Specified by:
      getFiles in interface IWorkflowFileValue
      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()