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. defaultValuecom.querydsl.core.types.dsl.SimplePath<FileFieldValue>QFileField. valueMethods in com.netgrif.application.engine.petrinet.domain.dataset that return FileFieldValue Modifier and Type Method Description static FileFieldValueFileFieldValue. 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 voidFileField. setDefaultValue(FileFieldValue defaultValue)voidFileField. 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 FileFieldValueActionDelegate. 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 FileFieldValueFilterImportExportService. createXML(FilterImportExportList filters)protected FileFieldValueMenuImportExportService. createXML(MenuAndFilters menuAndFilters, java.lang.String parentId, FileField fileField)FileFieldValueFilterImportExportService. exportFiltersToFile(java.util.Collection<java.lang.String> filtersToExport)Method which performs export of selected filters into xml file.FileFieldValueMenuImportExportService. 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.InputStreamDataService. 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 MenuAndFiltersMenuImportExportService. 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 FileFieldValueIFilterImportExportService. exportFiltersToFile(java.util.Collection<java.lang.String> filtersToExport)FileFieldValueIMenuImportExportService. 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.InputStreamIDataService. download(FileListField field, FileFieldValue name)java.util.List<java.lang.String>IMenuImportExportService. importMenu(java.util.List<Case> menuItemCases, FileFieldValue ffv, java.lang.String groupCaseId)
-