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