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 java.io.InputStreamDataService. download(FileListField field, FileFieldValue fieldValue)FileFieldInputStreamDataService. getFileByName(Case useCase, FileListField field, java.lang.String name)FileFieldInputStreamDataService. getFileByName(Case useCase, FileListField field, java.lang.String name, java.util.Map<java.lang.String,java.lang.String> params) -
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 java.io.InputStreamIDataService. download(FileListField field, FileFieldValue name)FileFieldInputStreamIDataService. getFileByName(Case useCase, FileListField field, java.lang.String name)FileFieldInputStreamIDataService. getFileByName(Case useCase, FileListField field, java.lang.String name, java.util.Map<java.lang.String,java.lang.String> params) -
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)
-