Uses of Class
com.netgrif.application.engine.petrinet.domain.dataset.I18nField
-
-
Uses of I18nField in com.netgrif.application.engine.elastic.service
Methods in com.netgrif.application.engine.elastic.service with parameters of type I18nField Modifier and Type Method Description protected java.util.Optional<DataField>ElasticCaseMappingService. transformI18nField(DataField dataField, I18nField netField) -
Uses of I18nField in com.netgrif.application.engine.petrinet.domain.dataset
Constructor parameters in com.netgrif.application.engine.petrinet.domain.dataset with type arguments of type I18nField Constructor Description QI18nField(com.querydsl.core.types.Path<? extends I18nField> path)QI18nField(java.lang.Class<? extends I18nField> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of I18nField in com.netgrif.application.engine.workflow.web.responsebodies
Methods in com.netgrif.application.engine.workflow.web.responsebodies with parameters of type I18nField Modifier and Type Method Description static LocalisedFieldLocalisedFieldFactory. fromI18n(I18nField field, java.util.Locale locale)Constructors in com.netgrif.application.engine.workflow.web.responsebodies with parameters of type I18nField Constructor Description LocalisedI18nField(I18nField field, java.util.Locale locale)LocalisedI18nStringField(I18nField field, java.util.Locale locale)
-