Uses of Interface
de.xima.fc.interfaces.workflow.execution.IFileValueCreator
-
Packages that use IFileValueCreator Package Description de.xima.fc.interfaces.workflow.execution de.xima.fc.interfaces.workflow.params -
-
Uses of IFileValueCreator in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type IFileValueCreator Modifier and Type Method Description IOnTaskBeginRetValBuilder
IOnTaskBeginRetValBuilder. triggerFiles(IFileValueCreator triggerFilesCreator)
Sets (replaces) the file made available while the task belonging to the trigger is being executed. -
Uses of IFileValueCreator in de.xima.fc.interfaces.workflow.params
Methods in de.xima.fc.interfaces.workflow.params with parameters of type IFileValueCreator Modifier and Type Method Description Builder
ICompletionResultBuilder. file(IFileValueCreator creator)
Sets (replaces) the files made available by the node when it was executed.ICurrentValueBuilder
ICurrentValueBuilder. withFilesBuilder(IFileValueCreator files)
Adds the files from the given value to the list of files made available by the node while it is being executed.
-