Class WorkflowFileValue
java.lang.Object
de.xima.fc.workflow.WorkflowFileValue
- All Implemented Interfaces:
IWorkflowFileValue
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IWorkflowFileValueempty()Deprecated.getFiles()Deprecated.A list of files that should be made available to the workflow context.Deprecated.A list files that should be made available to the workflow context, grouped by the type of the files.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IWorkflowFileValue
hasAnyFiles
-
Constructor Details
-
WorkflowFileValue
-
-
Method Details
-
getFiles
Deprecated.Description copied from interface:IWorkflowFileValueA list of files that should be made available to the workflow context. Must point to existing files.- Specified by:
getFilesin interfaceIWorkflowFileValue- Returns:
- A list of files created or provided by the workflow element.
-
getGroupedFiles
Deprecated.Description copied from interface:IWorkflowFileValueA list files that should be made available to the workflow context, grouped by the type of the files. Must point to existing files. The map keys must agree with thefile value descriptorof the workflow element. UseDEFAULT_FILE_KEYas the key for the default list of files.- Specified by:
getGroupedFilesin interfaceIWorkflowFileValue- Returns:
- A map with the files for each file type.
-
empty
Deprecated.
-
workflow trigger methodorworkflow node method. If you do not have access to these, useFileValueDescriptor.builder()orWorkflowFileValueBuilder.