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.InputStream
DataService. download(FileListField field, FileFieldValue fieldValue)
FileFieldInputStream
DataService. getFileByName(Case useCase, FileListField field, java.lang.String name)
FileFieldInputStream
DataService. 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.InputStream
IDataService. download(FileListField field, FileFieldValue name)
FileFieldInputStream
IDataService. getFileByName(Case useCase, FileListField field, java.lang.String name)
FileFieldInputStream
IDataService. 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 LocalisedField
LocalisedFieldFactory. 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)
-