Uses of Class
de.xima.fc.prompt.ms.impl.dao.entities.PromptQueryFileEntity
Packages that use PromptQueryFileEntity
-
Uses of PromptQueryFileEntity in de.xima.fc.prompt.ms.impl.dao.entities
Methods in de.xima.fc.prompt.ms.impl.dao.entities that return PromptQueryFileEntityModifier and TypeMethodDescriptionGets the file with the given key and index.PromptQueryFileDataEntity.getMetaEntity()Gets the file entity with the file's metadata (file name, mime type etc.) that contains this binary data.Methods in de.xima.fc.prompt.ms.impl.dao.entities that return types with arguments of type PromptQueryFileEntityModifier and TypeMethodDescriptionPromptQueryEntity.getFileMap()PromptQueryEntity.getFiles()Gets the list of files that are part of this prompt query's configuration, such as images or documents.Methods in de.xima.fc.prompt.ms.impl.dao.entities with parameters of type PromptQueryFileEntityModifier and TypeMethodDescriptionvoidPromptQueryEntity.addFile(PromptQueryFileEntity file) Adds the given file to this base entity.voidPromptQueryEntity.removeFile(PromptQueryFileEntity file) Removes the given file from this base entity.voidPromptQueryFileDataEntity.setMetaEntity(PromptQueryFileEntity metaEntity) Sets the file entity with the file's metadata (file name, mime type etc.) that contains this binary data.Method parameters in de.xima.fc.prompt.ms.impl.dao.entities with type arguments of type PromptQueryFileEntityModifier and TypeMethodDescriptionvoidPromptQueryEntity.setFiles(List<PromptQueryFileEntity> files) Sets the list of files that are part of this prompt query's configuration, such as images or documents.