Uses of Interface
de.aristaflow.adept2.model.common.i18n.LocalisedString
-
-
Uses of LocalisedString in de.aristaflow.adept2.core.checks.processmodel
Methods in de.aristaflow.adept2.core.checks.processmodel with parameters of type LocalisedString Modifier and Type Method Description protected void
AbstractProcessTemplateCheck. 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.activitymodel Modifier and Type Interface Description interface
ATParameter
AnATParameter
extends aParameter
by 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.common Modifier and Type Interface Description interface
Parameter
The parameter interface describes the common parameter information of the various data models.Methods in de.aristaflow.adept2.model.common with parameters of type LocalisedString Modifier and Type Method Description static void
LocalisedCheckReport. 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 String
LocalisedCheckReport. 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 LocalisedString Modifier and Type Class Description class
LocalisedStringCollection
Implementation to provide a collection ofLocalisedString
s.class
NonLocalisedString
Implementation 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 LocalisedString Modifier and Type Field Description protected LocalisedString[]
LocalisedStringCollection. ls
The strings needing localisation.Methods in de.aristaflow.adept2.model.common.i18n that return LocalisedString Modifier and Type Method Description static LocalisedString
LocalisedStringCollection. loc(LocalisedString[] ls)
Creates a new collection ofLocalisedString
.static LocalisedString
LocalisedStringCollection. loc(Collection<? extends LocalisedString> ls)
Creates a new collection ofLocalisedString
.static LocalisedString
NonLocalisedString. nonLoc(boolean b)
Creates aLocalisedString
for the designatedboolean
.static LocalisedString
NonLocalisedString. nonLoc(byte b)
Creates aLocalisedString
for the designatedbyte
.static LocalisedString
NonLocalisedString. nonLoc(char c)
Creates aLocalisedString
for the designatedchar
.static LocalisedString
NonLocalisedString. nonLoc(double d)
Creates aLocalisedString
for the designateddouble
.static LocalisedString
NonLocalisedString. nonLoc(float f)
Creates aLocalisedString
for the designatedfloat
.static LocalisedString
NonLocalisedString. nonLoc(int i)
Creates aLocalisedString
for the designatedint
.static LocalisedString
NonLocalisedString. nonLoc(long l)
Creates aLocalisedString
for the designatedlong
.static LocalisedString
NonLocalisedString. nonLoc(short s)
Creates aLocalisedString
for the designatedshort
.static LocalisedString
NonLocalisedString. nonLoc(Object o)
Creates aLocalisedString
for the designated object.static LocalisedString
NonLocalisedString. nonLoc(String s)
Creates aLocalisedString
for the designated simple string.Methods in de.aristaflow.adept2.model.common.i18n with parameters of type LocalisedString 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.static LocalisedString
LocalisedStringCollection. loc(LocalisedString[] ls)
Creates a new collection ofLocalisedString
.Method parameters in de.aristaflow.adept2.model.common.i18n with type arguments of type LocalisedString Modifier and Type Method Description static LocalisedString
LocalisedStringCollection. loc(Collection<? extends LocalisedString> ls)
Creates a new collection ofLocalisedString
.Constructors in de.aristaflow.adept2.model.common.i18n with parameters of type LocalisedString Constructor Description LocalisedStringCollection(LocalisedString[] ls)
Creates a new collection ofLocalisedString
. -
Uses of LocalisedString in de.aristaflow.adept2.model.common.paramref
Classes in de.aristaflow.adept2.model.common.paramref that implement LocalisedString Modifier and Type Class Description class
IOParameterRef
Represents a reference to an input parameter and/or an output parameter.class
ParameterRef
Represents a reference to a parameter in the strings returned bySystemDataConsumer
s. -
Uses of LocalisedString in de.aristaflow.adept2.model.execution
Subinterfaces of LocalisedString in de.aristaflow.adept2.model.execution Modifier and Type Interface Description interface
ExecutableInstance
This 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.processmodel Modifier and Type Interface Description interface
Activity
The activity is a pluggable component associated to a node.interface
ChangeableInstance
An instance which provides all necessary change primitives for modifications on instance level.interface
ChangeableTemplate
interface
DataElement
The DataElement interface offers access to the data elements of a process.interface
DecisionActivity
Represents an activity which is used for decisions in the process model.interface
EmbeddedProcess
TheEmbeddedProcess
is used to embed another process template.interface
ExecutableBusinessProcess
TheExecutableBusinessProcess
(EBP) defines a common interface for objects which can be plugged to nodes of a process.interface
Instance
The Instance interface is used to represent process instances.interface
InstanceDeltaLayer
interface
LightWeightProcess
TheLightWeightProcess
(LWP) is used as a stand-in for sub-processes.interface
Node
The Node interface is used to represent the nodes of the control flow.interface
ProcessModelParameter
The Parameter interface describes the connectors on the executable business process side (activity/sub-process).interface
ReferencedProcess
TheReferencedProcess
is used to reference another process template.interface
Template
The Template interface represents process templates.
All string values returned by Template or one of the objects belonging to the template may returnnull
instead of ''.interface
VariableParallelismEBP
Variable parallelism resembles aforeach
which iterates through all elements of a list but parallel instead of one after the other.Classes in de.aristaflow.adept2.model.processmodel that implement LocalisedString Modifier and Type Class Description class
AbstractWrappingTemplate
Abstract implementation for wrapping a template object.class
IDWrappingTemplate
This 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 LocalisedString Modifier and Type Class Description class
SystemDataProducer
This 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.
-