Uses of Class
com.netgrif.application.engine.petrinet.domain.dataset.EnumerationMapField
-
-
Uses of EnumerationMapField in com.netgrif.application.engine.elastic.service
Methods in com.netgrif.application.engine.elastic.service with parameters of type EnumerationMapField Modifier and Type Method Description protected java.util.Optional<DataField>ElasticCaseMappingService. transformEnumerationMapField(DataField enumMap, EnumerationMapField netField) -
Uses of EnumerationMapField in com.netgrif.application.engine.petrinet.domain.dataset
Constructor parameters in com.netgrif.application.engine.petrinet.domain.dataset with type arguments of type EnumerationMapField Constructor Description QEnumerationMapField(com.querydsl.core.types.Path<? extends EnumerationMapField> path)QEnumerationMapField(java.lang.Class<? extends EnumerationMapField> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of EnumerationMapField in com.netgrif.application.engine.workflow.service
Methods in com.netgrif.application.engine.workflow.service with parameters of type EnumerationMapField Modifier and Type Method Description java.util.Map<java.lang.String,I18nString>MenuImportExportService. addSelectedEntriesToExport(MultichoiceMapField availableEntries, EnumerationMapField menusForExport, java.lang.String menuIdentifier)java.util.Map<java.lang.String,I18nString>ConfigurableMenuService. addSelectedRoles(MultichoiceMapField addedRoles, EnumerationMapField processField, MultichoiceMapField rolesAvailable)Constructs a map that can be used as a value for anyMapOptionsField.FileFieldValueMenuImportExportService. exportMenu(EnumerationMapField menusForExport, java.lang.String groupId, FileField fileField)Method which performs export of selected menu entries with their filters into xml file.java.util.Map<java.lang.String,I18nString>ConfigurableMenuService. getAvailableRolesFromNet(EnumerationMapField processField, MultichoiceMapField permittedRoles, MultichoiceMapField bannedRoles)Constructs a map that can be used as a value for anyMapOptionsField. -
Uses of EnumerationMapField in com.netgrif.application.engine.workflow.service.interfaces
Methods in com.netgrif.application.engine.workflow.service.interfaces with parameters of type EnumerationMapField Modifier and Type Method Description java.util.Map<java.lang.String,I18nString>IMenuImportExportService. addSelectedEntriesToExport(MultichoiceMapField availableEntries, EnumerationMapField menusForExport, java.lang.String menuidentifier)java.util.Map<java.lang.String,I18nString>IConfigurableMenuService. addSelectedRoles(MultichoiceMapField selected, EnumerationMapField netField, MultichoiceMapField roles)FileFieldValueIMenuImportExportService. exportMenu(EnumerationMapField menusForExport, java.lang.String groupId, FileField fileField)java.util.Map<java.lang.String,I18nString>IConfigurableMenuService. getAvailableRolesFromNet(EnumerationMapField processField, MultichoiceMapField permittedRoles, MultichoiceMapField bannedRoles) -
Uses of EnumerationMapField in com.netgrif.application.engine.workflow.web.responsebodies
Methods in com.netgrif.application.engine.workflow.web.responsebodies with parameters of type EnumerationMapField Modifier and Type Method Description static LocalisedFieldLocalisedFieldFactory. fromEnumerationMap(EnumerationMapField field, java.util.Locale locale)Constructors in com.netgrif.application.engine.workflow.web.responsebodies with parameters of type EnumerationMapField Constructor Description LocalisedEnumerationMapField(EnumerationMapField field, java.util.Locale locale)
-