Uses of Class
com.netgrif.application.engine.petrinet.domain.dataset.FileListField
-
-
Uses of FileListField in com.netgrif.application.engine.petrinet.domain.dataset
Constructor parameters in com.netgrif.application.engine.petrinet.domain.dataset with type arguments of type FileListField Constructor Description QFileListField(com.querydsl.core.types.Path<? extends FileListField> path)QFileListField(java.lang.Class<? extends FileListField> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of FileListField in com.netgrif.application.engine.workflow.service
Methods in com.netgrif.application.engine.workflow.service with parameters of type FileListField Modifier and Type Method Description protected booleanDataService. deleteRemote(Case useCase, FileListField field, java.lang.String name)FileFieldInputStreamDataService. getFileByName(Case useCase, FileListField field, java.lang.String name)protected booleanDataService. upload(Case useCase, FileListField field, org.springframework.web.multipart.MultipartFile[] multipartFiles) -
Uses of FileListField in com.netgrif.application.engine.workflow.service.interfaces
Methods in com.netgrif.application.engine.workflow.service.interfaces with parameters of type FileListField Modifier and Type Method Description FileFieldInputStreamIDataService. getFileByName(Case useCase, FileListField field, java.lang.String name) -
Uses of FileListField in com.netgrif.application.engine.workflow.web.responsebodies
Methods in com.netgrif.application.engine.workflow.web.responsebodies with parameters of type FileListField Modifier and Type Method Description static LocalisedFieldLocalisedFieldFactory. fromFileList(FileListField field, java.util.Locale locale)Constructors in com.netgrif.application.engine.workflow.web.responsebodies with parameters of type FileListField Constructor Description LocalisedFileListField(FileListField field, java.util.Locale locale)
-