Uses of Class
com.netgrif.application.engine.petrinet.domain.dataset.FileField
-
-
Uses of FileField in com.netgrif.application.engine.petrinet.domain.dataset
Constructor parameters in com.netgrif.application.engine.petrinet.domain.dataset with type arguments of type FileField Constructor Description QFileField(com.querydsl.core.types.Path<? extends FileField> path)
QFileField(java.lang.Class<? extends FileField> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
Uses of FileField in com.netgrif.application.engine.petrinet.domain.dataset.logic.action
Constructors in com.netgrif.application.engine.petrinet.domain.dataset.logic.action with parameters of type FileField Constructor Description FileGenerateReflection(Case useCase, FileField field, java.lang.Boolean always)
-
Uses of FileField in com.netgrif.application.engine.workflow.service
Methods in com.netgrif.application.engine.workflow.service with parameters of type FileField Modifier and Type Method Description protected FileFieldValue
MenuImportExportService. createXML(MenuAndFilters menuAndFilters, java.lang.String parentId, FileField fileField)
FileFieldValue
MenuImportExportService. exportMenu(EnumerationMapField menusForExport, java.lang.String groupId, FileField fileField)
Method which performs export of selected menu entries with their filters into xml file.FileFieldInputStream
DataService. getFile(Case useCase, Task task, FileField field, boolean forPreview)
Constructors in com.netgrif.application.engine.workflow.service with parameters of type FileField Constructor Description FileFieldInputStream(FileField field, java.io.InputStream inputStream)
-
Uses of FileField in com.netgrif.application.engine.workflow.service.interfaces
Methods in com.netgrif.application.engine.workflow.service.interfaces with parameters of type FileField Modifier and Type Method Description FileFieldValue
IMenuImportExportService. exportMenu(EnumerationMapField menusForExport, java.lang.String groupId, FileField fileField)
FileFieldInputStream
IDataService. getFile(Case useCase, Task task, FileField field, boolean forPreview)
-