Uses of Class
com.netgrif.application.engine.petrinet.domain.dataset.FileFieldValue
-
-
Uses of FileFieldValue in com.netgrif.application.engine.elastic.domain
Constructors in com.netgrif.application.engine.elastic.domain with parameters of type FileFieldValue Constructor Description FileField(FileFieldValue value)
FileField(FileFieldValue[] values)
-
Uses of FileFieldValue in com.netgrif.application.engine.petrinet.domain.dataset
Fields in com.netgrif.application.engine.petrinet.domain.dataset with type parameters of type FileFieldValue Modifier and Type Field Description com.querydsl.core.types.dsl.SimplePath<FileFieldValue>
QFileField. defaultValue
com.querydsl.core.types.dsl.SimplePath<FileFieldValue>
QFileField. value
Methods in com.netgrif.application.engine.petrinet.domain.dataset that return FileFieldValue Modifier and Type Method Description static FileFieldValue
FileFieldValue. fromString(java.lang.String value)
Methods in com.netgrif.application.engine.petrinet.domain.dataset that return types with arguments of type FileFieldValue Modifier and Type Method Description java.util.HashSet<FileFieldValue>
FileListFieldValue. getNamesPaths()
Methods in com.netgrif.application.engine.petrinet.domain.dataset with parameters of type FileFieldValue Modifier and Type Method Description void
FileField. setDefaultValue(FileFieldValue defaultValue)
void
FileField. setValue(FileFieldValue value)
-
Uses of FileFieldValue in com.netgrif.application.engine.petrinet.domain.dataset.logic.action
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action that return FileFieldValue Modifier and Type Method Description FileFieldValue
ActionDelegate. exportFilters(java.util.Collection<java.lang.String> filtersToExport)
-
Uses of FileFieldValue in com.netgrif.application.engine.workflow.service
Methods in com.netgrif.application.engine.workflow.service that return FileFieldValue Modifier and Type Method Description protected FileFieldValue
FilterImportExportService. createXML(FilterImportExportList filters)
protected FileFieldValue
MenuImportExportService. createXML(MenuAndFilters menuAndFilters, java.lang.String parentId, FileField fileField)
FileFieldValue
FilterImportExportService. exportFiltersToFile(java.util.Collection<java.lang.String> filtersToExport)
Method which performs export of selected filters into xml file.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.Methods in com.netgrif.application.engine.workflow.service with parameters of type FileFieldValue Modifier and Type Method Description java.io.InputStream
DataService. download(FileListField field, FileFieldValue fieldValue)
java.util.List<java.lang.String>
MenuImportExportService. importMenu(java.util.List<Case> menuItemCases, FileFieldValue ffv, java.lang.String parentId)
Method which performs import of menus from uploaded xml file.protected MenuAndFilters
MenuImportExportService. loadFromXML(FileFieldValue ffv)
-
Uses of FileFieldValue in com.netgrif.application.engine.workflow.service.interfaces
Methods in com.netgrif.application.engine.workflow.service.interfaces that return FileFieldValue Modifier and Type Method Description FileFieldValue
IFilterImportExportService. exportFiltersToFile(java.util.Collection<java.lang.String> filtersToExport)
FileFieldValue
IMenuImportExportService. exportMenu(EnumerationMapField menusForExport, java.lang.String groupId, FileField fileField)
Methods in com.netgrif.application.engine.workflow.service.interfaces with parameters of type FileFieldValue Modifier and Type Method Description java.io.InputStream
IDataService. download(FileListField field, FileFieldValue name)
java.util.List<java.lang.String>
IMenuImportExportService. importMenu(java.util.List<Case> menuItemCases, FileFieldValue ffv, java.lang.String groupCaseId)
-