Uses of Interface
de.xima.fc.prompt.mgmt.service.IPromptQueryImportSpec
Packages that use IPromptQueryImportSpec
-
Uses of IPromptQueryImportSpec in de.xima.fc.prompt.mgmt.defaults
Methods in de.xima.fc.prompt.mgmt.defaults that return IPromptQueryImportSpecModifier and TypeMethodDescriptionDefaultPromptQueryImportSpec.Builder.build()Builds the prompt query import specification with the provided data. -
Uses of IPromptQueryImportSpec in de.xima.fc.prompt.mgmt.service
Methods in de.xima.fc.prompt.mgmt.service with parameters of type IPromptQueryImportSpecModifier and TypeMethodDescriptionIPromptManagementService.importPromptQuery(IPromptQueryImportSpec spec, InputStream inputStream, IUser user) Imports prompt query data from the given input stream according to the given import specification.