Uses of Interface
de.aristaflow.adept2.model.common.i18n.LocalisedString
Packages that use LocalisedString
Package
Description
TODO This is completely outdated.
-
Uses of LocalisedString in de.aristaflow.adept2.core.checks.processmodel
Methods in de.aristaflow.adept2.core.checks.processmodel with parameters of type LocalisedStringModifier and TypeMethodDescriptionprotected final voidAbstractProcessTemplateCheck.addReportEntry(CheckReport.ResultType resultType, Object[] affectedElements, String msgKey, LocalisedString... args) Adds a localised entry to our check report (if it isn't null) and updatesAbstractProcessTemplateCheck.result. -
Uses of LocalisedString in de.aristaflow.adept2.model.activitymodel
Subinterfaces of LocalisedString in de.aristaflow.adept2.model.activitymodelModifier and TypeInterfaceDescriptioninterfaceAnATParameterextends aParameterby additional information needed when assigning (dragging) an activity (template definition) to a process node. -
Uses of LocalisedString in de.aristaflow.adept2.model.common
Subinterfaces of LocalisedString in de.aristaflow.adept2.model.commonModifier and TypeInterfaceDescriptioninterfaceThe parameter interface describes the common parameter information of the various data models.Methods in de.aristaflow.adept2.model.common with parameters of type LocalisedStringModifier and TypeMethodDescriptionstatic voidLocalisedCheckReport.addLocalisedReportEntry(CheckReport report, String checkId, CheckReport.ResultType reportEntryType, URI[] affectedElements, String msgKey, Function<Locale, Messages> provider, LocalisedString... args) Adds a report entry with a localised message/with localised messages to the designated check report.static StringLocalisedCheckReport.getLocalisedMessage(String msgKey, Locale locale, Function<Locale, Messages> provider, CheckReport report, LocalisedString... args) Gets the localised message for the designated message key from the designated messages. -
Uses of LocalisedString in de.aristaflow.adept2.model.common.i18n
Classes in de.aristaflow.adept2.model.common.i18n that implement LocalisedStringModifier and TypeClassDescriptionclassImplementation to provide a collection ofLocalisedStrings.classImplementation to provide constant object (usually string)representations which do not need to be localised asLocalisedString.Fields in de.aristaflow.adept2.model.common.i18n declared as LocalisedStringModifier and TypeFieldDescriptionprotected final LocalisedString[]LocalisedStringCollection.lsThe strings needing localisation.Methods in de.aristaflow.adept2.model.common.i18n that return LocalisedStringModifier and TypeMethodDescriptionstatic LocalisedStringLocalisedStringCollection.loc(LocalisedString[] ls) Creates a new collection ofLocalisedString.static LocalisedStringLocalisedStringCollection.loc(Collection<? extends LocalisedString> ls) Creates a new collection ofLocalisedString.static LocalisedStringNonLocalisedString.nonLoc(boolean b) Creates aLocalisedStringfor the designatedboolean.static LocalisedStringNonLocalisedString.nonLoc(byte b) Creates aLocalisedStringfor the designatedbyte.static LocalisedStringNonLocalisedString.nonLoc(char c) Creates aLocalisedStringfor the designatedchar.static LocalisedStringNonLocalisedString.nonLoc(double d) Creates aLocalisedStringfor the designateddouble.static LocalisedStringNonLocalisedString.nonLoc(float f) Creates aLocalisedStringfor the designatedfloat.static LocalisedStringNonLocalisedString.nonLoc(int i) Creates aLocalisedStringfor the designatedint.static LocalisedStringNonLocalisedString.nonLoc(long l) Creates aLocalisedStringfor the designatedlong.static LocalisedStringNonLocalisedString.nonLoc(short s) Creates aLocalisedStringfor the designatedshort.static LocalisedStringCreates aLocalisedStringfor the designated object.static LocalisedStringCreates aLocalisedStringfor the designated simple string.Methods in de.aristaflow.adept2.model.common.i18n with parameters of type LocalisedStringModifier 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.static LocalisedStringLocalisedStringCollection.loc(LocalisedString[] ls) Creates a new collection ofLocalisedString.Method parameters in de.aristaflow.adept2.model.common.i18n with type arguments of type LocalisedStringModifier and TypeMethodDescriptionstatic LocalisedStringLocalisedStringCollection.loc(Collection<? extends LocalisedString> ls) Creates a new collection ofLocalisedString.Constructors in de.aristaflow.adept2.model.common.i18n with parameters of type LocalisedStringModifierConstructorDescriptionCreates a new collection ofLocalisedString. -
Uses of LocalisedString in de.aristaflow.adept2.model.common.paramref
Classes in de.aristaflow.adept2.model.common.paramref that implement LocalisedStringModifier and TypeClassDescriptionclassRepresents a reference to an input parameter and/or an output parameter.classRepresents a reference to a parameter in the strings returned bySystemDataConsumers. -
Uses of LocalisedString in de.aristaflow.adept2.model.execution
Subinterfaces of LocalisedString in de.aristaflow.adept2.model.executionModifier and TypeInterfaceDescriptioninterfaceThis interface provides additional methods necessary to execute a process instance, that is, setting the user who performs a node and manipulating node states and iteration counts. -
Uses of LocalisedString in de.aristaflow.adept2.model.processmodel
Subinterfaces of LocalisedString in de.aristaflow.adept2.model.processmodelModifier and TypeInterfaceDescriptioninterfaceThe activity is a pluggable component associated to a node.interfaceAn instance which provides all necessary change primitives for modifications on instance level.interfaceinterfaceThe DataElement interface offers access to the data elements of a process.interfaceRepresents an activity which is used for decisions in the process model.interfaceTheEmbeddedProcessis used to embed another process template.interfaceTheExecutableBusinessProcess(EBP) defines a common interface for objects which can be plugged to nodes of a process.interfaceThe Instance interface is used to represent process instances.interfaceinterfaceTheLightWeightProcess(LWP) is used as a stand-in for sub-processes.interfaceThe Node interface is used to represent the nodes of the control flow.interfaceThe Parameter interface describes the connectors on the executable business process side (activity/sub-process).interfaceTheReferencedProcessis used to reference another process template.interfaceThe Template interface represents process templates.
All string values returned by Template or one of the objects belonging to the template may returnnullinstead of ''.interfaceVariable parallelism resembles aforeachwhich iterates through all elements of a list but parallel instead of one after the other.Classes in de.aristaflow.adept2.model.processmodel that implement LocalisedStringModifier and TypeClassDescriptionclassAbstract implementation for wrapping a template object.classThis class wraps an embedded template, so thatTemplate.getID()returns the ID of the embedded process instead of the ID the original template had. -
Uses of LocalisedString in de.aristaflow.adept2.model.processmodel.systemdata
Classes in de.aristaflow.adept2.model.processmodel.systemdata that implement LocalisedStringModifier and TypeClassDescriptionenumThis enumeration represents all process model methods that can produce system data, that is data which can be used normally in the data flow of a process.