Uses of Interface
de.aristaflow.adept2.model.common.i18n.LocalisationFactory
-
-
Uses of LocalisationFactory in de.aristaflow.adept2.core.client
Methods in de.aristaflow.adept2.core.client that return LocalisationFactory Modifier and Type Method Description LocalisationFactoryClientService. getLocalisationFactory()Gets the localisation factory.LocalisationFactoryMultiplexingClientService. getLocalisationFactory() -
Uses of LocalisationFactory in de.aristaflow.adept2.model
Methods in de.aristaflow.adept2.model that return LocalisationFactory Modifier and Type Method Description LocalisationFactoryModelFactoryRegistry. getLocalisationFactory(String usingInstance)Gets the instance of the localisation factory configured for the designated component instance. -
Uses of LocalisationFactory in de.aristaflow.adept2.model.common
Fields in de.aristaflow.adept2.model.common declared as LocalisationFactory Modifier and Type Field Description protected LocalisationFactoryLocalisedCheckReport. locFacThe localisation factory which to use for localising attributes from model elements.Methods in de.aristaflow.adept2.model.common that return LocalisationFactory Modifier and Type Method Description LocalisationFactoryLocalisedCheckReport. getLocalisationFactory()Gets the localisation factory which to use for localising attributes from model elements ornullif model elements should not be localised.Methods in de.aristaflow.adept2.model.common with parameters of type LocalisationFactory Modifier and Type Method Description static CheckReportLocalisedCheckReport. createLocalisedCheckReport(URI base, LocalisationFactory locFac, Locale... locales)Convenience method for creating a check report respecting localisation.voidLocalisedCheckReport. setLocalisationFactory(LocalisationFactory locFac)Sets the localisation factory if it is not set yet.Constructors in de.aristaflow.adept2.model.common with parameters of type LocalisationFactory Constructor Description LocalisedCheckReport(URI base, LocalisationFactory locFac, Locale... locales)Creates a localised check report for the designated base URI providing the designated locales (and their fallbacks) using the designated localisation factory. -
Uses of LocalisationFactory in de.aristaflow.adept2.model.common.i18n
Methods in de.aristaflow.adept2.model.common.i18n with parameters of type LocalisationFactory Modifier and Type Method Description static Map<Locale,String>LocalisationTools. fillLocalisedMessage(Map<Locale,String> localisedMessage, String msgKey, List<Locale> locales, Function<Locale,Messages> provider, LocalisationFactory locFac, LocalisedString... args)Loads the designated message key from the corresonding messages for the designated locales and stores them in the designated map.static StringLocalisationTools. getLocalisedMessage(String msgKey, Locale locale, Function<Locale,Messages> provider, LocalisationFactory locFac, LocalisedString... args)Gets the localised message for the designated message key for the messages from the designated provider.ObjectLocalisedString. toLocalisedString(LocalisationFactory locFac, Locale loc)Gets the localised representation of the implementing object.StringLocalisedStringCollection. toLocalisedString(LocalisationFactory locFac, Locale loc)ObjectNonLocalisedString. toLocalisedString(LocalisationFactory locFac, Locale loc) -
Uses of LocalisationFactory in de.aristaflow.adept2.model.common.paramref
Methods in de.aristaflow.adept2.model.common.paramref with parameters of type LocalisationFactory Modifier and Type Method Description StringParameterRef. toLocalisedString(LocalisationFactory locFac, Locale loc) -
Uses of LocalisationFactory in de.aristaflow.adept2.model.processmodel
Methods in de.aristaflow.adept2.model.processmodel that return LocalisationFactory Modifier and Type Method Description LocalisationFactoryLocalisedChangeReport. getLocalisationFactory()Gets the localisation factory which to use for localising attributes from model elements ornullif model elements should not be localised.Methods in de.aristaflow.adept2.model.processmodel with parameters of type LocalisationFactory Modifier and Type Method Description ObjectAbstractWrappingTemplate. toLocalisedString(LocalisationFactory locFac, Locale loc)Constructors in de.aristaflow.adept2.model.processmodel with parameters of type LocalisationFactory Constructor Description LocalisedChangeReport(URI baseURI, UUID oldInstanceID, LocalisationFactory locFac, Locale... locales)Sets up a change report which is a check report providing the old and the new ID of the changed instance. -
Uses of LocalisationFactory in de.aristaflow.adept2.model.processmodel.systemdata
Methods in de.aristaflow.adept2.model.processmodel.systemdata with parameters of type LocalisationFactory Modifier and Type Method Description ObjectSystemDataProducer. toLocalisedString(LocalisationFactory locFac, Locale loc)
-