Uses of Interface
de.xima.fc.interfaces.workflow.params.ICurrentValueBuilder
Packages that use ICurrentValueBuilder
-
Uses of ICurrentValueBuilder in de.xima.fc.interfaces.workflow.params
Methods in de.xima.fc.interfaces.workflow.params that return ICurrentValueBuilderModifier and TypeMethodDescriptionINodeExecutionParams.currentValue()When the node is being executed, use this method to create the current data for the node and provide it.ICurrentValueBuilder.withAttachments(IWorkflowAttachmentValue attachments) Adds the attachments from the given value to the list of attachments made available by the node while it is being executed.default ICurrentValueBuilderICurrentValueBuilder.withFiles(IWorkflowFileValue files) Adds the files from the given value to the list of files made available by the node while it is being 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.default ICurrentValueBuilderConfigures the value returned by the node while it is being executed.ICurrentValueBuilder.withValueBuilder(IValueCreator value) Configures the value returned by the node while it is being executed.