Uses of Interface
de.xima.fc.interfaces.workflow.execution.IFileValueCreator
Packages that use IFileValueCreator
-
Uses of IFileValueCreator in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type IFileValueCreatorModifier and TypeMethodDescriptionIOnTaskBeginRetValBuilder.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 IFileValueCreatorModifier and TypeMethodDescriptionICompletionResultBuilder.file(IFileValueCreator creator) Sets (replaces) the files made available by the node when it was executed.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.