Uses of Interface
de.xima.fc.prompt.mgmt.service.IPromptQueryExportSpec
Packages that use IPromptQueryExportSpec
-
Uses of IPromptQueryExportSpec in de.xima.fc.prompt.mgmt.defaults
Methods in de.xima.fc.prompt.mgmt.defaults that return IPromptQueryExportSpecModifier and TypeMethodDescriptionDefaultPromptQueryExportSpec.Builder.build()Builds the prompt query export specification with the provided data. -
Uses of IPromptQueryExportSpec in de.xima.fc.prompt.mgmt.service
Methods in de.xima.fc.prompt.mgmt.service with parameters of type IPromptQueryExportSpecModifier and TypeMethodDescriptionvoidIPromptManagementService.exportQueryData(IPromptQueryExportSpec exportSpec, OutputStream outputStream, IUser user) Exports prompt query data according to the given export specification and writes it to the given output stream.