Uses of Interface
de.aristaflow.adept2.model.common.i18n.LocalisationFactory
Packages that use LocalisationFactory
Package
Description
-
Uses of LocalisationFactory in de.aristaflow.adept2.core.client
Methods in de.aristaflow.adept2.core.client that return LocalisationFactoryModifier and TypeMethodDescriptionClientService.getLocalisationFactory()Gets the localisation factory.MultiplexingClientService.getLocalisationFactory() -
Uses of LocalisationFactory in de.aristaflow.adept2.model
Methods in de.aristaflow.adept2.model that return LocalisationFactoryModifier and TypeMethodDescriptionModelFactoryRegistry.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 LocalisationFactoryModifier and TypeFieldDescriptionprotected LocalisationFactoryLocalisedCheckReport.locFacThe localisation factory which to use for localising attributes from model elements.Methods in de.aristaflow.adept2.model.common that return LocalisationFactoryModifier and TypeMethodDescriptionLocalisedCheckReport.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 LocalisationFactoryModifier and TypeMethodDescriptionstatic 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 LocalisationFactoryModifierConstructorDescriptionLocalisedCheckReport(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 LocalisationFactoryModifier and TypeMethodDescriptionLocalisationTools.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.LocalisedString.toLocalisedString(LocalisationFactory locFac, Locale loc) Gets the localised representation of the implementing object.LocalisedStringCollection.toLocalisedString(LocalisationFactory locFac, Locale loc) 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 LocalisationFactoryModifier and TypeMethodDescriptionParameterRef.toLocalisedString(LocalisationFactory locFac, Locale loc) -
Uses of LocalisationFactory in de.aristaflow.adept2.model.processmodel
Methods in de.aristaflow.adept2.model.processmodel that return LocalisationFactoryModifier and TypeMethodDescriptionLocalisedChangeReport.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 LocalisationFactoryModifier and TypeMethodDescriptionAbstractWrappingTemplate.toLocalisedString(LocalisationFactory locFac, Locale loc) Constructors in de.aristaflow.adept2.model.processmodel with parameters of type LocalisationFactoryModifierConstructorDescriptionLocalisedChangeReport(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 LocalisationFactoryModifier and TypeMethodDescriptionSystemDataProducer.toLocalisedString(LocalisationFactory locFac, Locale loc)