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 LocalisationFactory
ClientService. getLocalisationFactory()
Gets the localisation factory.LocalisationFactory
MultiplexingClientService. getLocalisationFactory()
-
Uses of LocalisationFactory in de.aristaflow.adept2.model
Methods in de.aristaflow.adept2.model that return LocalisationFactory Modifier and Type Method Description LocalisationFactory
ModelFactoryRegistry. 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 LocalisationFactory
LocalisedCheckReport. locFac
The 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 LocalisationFactory
LocalisedCheckReport. getLocalisationFactory()
Gets the localisation factory which to use for localising attributes from model elements ornull
if model elements should not be localised.Methods in de.aristaflow.adept2.model.common with parameters of type LocalisationFactory Modifier and Type Method Description static CheckReport
LocalisedCheckReport. createLocalisedCheckReport(URI base, LocalisationFactory locFac, Locale... locales)
Convenience method for creating a check report respecting localisation.void
LocalisedCheckReport. 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 String
LocalisationTools. 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.Object
LocalisedString. toLocalisedString(LocalisationFactory locFac, Locale loc)
Gets the localised representation of the implementing object.String
LocalisedStringCollection. toLocalisedString(LocalisationFactory locFac, Locale loc)
Object
NonLocalisedString. 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 String
ParameterRef. 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 LocalisationFactory
LocalisedChangeReport. getLocalisationFactory()
Gets the localisation factory which to use for localising attributes from model elements ornull
if model elements should not be localised.Methods in de.aristaflow.adept2.model.processmodel with parameters of type LocalisationFactory Modifier and Type Method Description Object
AbstractWrappingTemplate. 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 Object
SystemDataProducer. toLocalisedString(LocalisationFactory locFac, Locale loc)
-