Uses of Class
de.xima.fc.workflow.WorkflowFileValueBuilder
Packages that use WorkflowFileValueBuilder
-
Uses of WorkflowFileValueBuilder in de.xima.fc.workflow
Methods in de.xima.fc.workflow that return WorkflowFileValueBuilderModifier and TypeMethodDescriptionAdds files to this builder, using the default file type.Adds files to this builder, using the default file type.Adds files to this builder.Adds files to this builder.WorkflowFileValueBuilder.files(IWorkflowFile... files) Adds files to this builder, using the default file type.WorkflowFileValueBuilder.files(Iterable<IWorkflowFile> files) Adds files to this builder, using the default file type.WorkflowFileValueBuilder.files(String key, IWorkflowFile... files) Adds files to this builder.WorkflowFileValueBuilder.files(String key, Iterable<IWorkflowFile> files) Adds files to this builder.static WorkflowFileValueBuilderWorkflowFileValueBuilder.workflowFileValueBuilder()Creates a new builder for configuring a file value.