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 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.activitymodel Modifier and Type Interface Description interfaceATParameterAnATParameterextends 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.common Modifier and Type Interface Description interfaceParameterThe 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 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 LocalisedString Modifier and Type Class Description classLocalisedStringCollectionImplementation to provide a collection ofLocalisedStrings.classNonLocalisedStringImplementation 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. lsThe strings needing localisation.Methods in de.aristaflow.adept2.model.common.i18n that return LocalisedString Modifier and Type Method Description static 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 LocalisedStringNonLocalisedString. nonLoc(Object o)Creates aLocalisedStringfor the designated object.static LocalisedStringNonLocalisedString. nonLoc(String s)Creates aLocalisedStringfor 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 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 LocalisedString Modifier and Type Method Description static LocalisedStringLocalisedStringCollection. 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 classIOParameterRefRepresents a reference to an input parameter and/or an output parameter.classParameterRefRepresents 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.execution Modifier and Type Interface Description interfaceExecutableInstanceThis 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 interfaceActivityThe activity is a pluggable component associated to a node.interfaceChangeableInstanceAn instance which provides all necessary change primitives for modifications on instance level.interfaceChangeableTemplateinterfaceDataElementThe DataElement interface offers access to the data elements of a process.interfaceDecisionActivityRepresents an activity which is used for decisions in the process model.interfaceEmbeddedProcessTheEmbeddedProcessis used to embed another process template.interfaceExecutableBusinessProcessTheExecutableBusinessProcess(EBP) defines a common interface for objects which can be plugged to nodes of a process.interfaceInstanceThe Instance interface is used to represent process instances.interfaceInstanceDeltaLayerinterfaceLightWeightProcessTheLightWeightProcess(LWP) is used as a stand-in for sub-processes.interfaceNodeThe Node interface is used to represent the nodes of the control flow.interfaceProcessModelParameterThe Parameter interface describes the connectors on the executable business process side (activity/sub-process).interfaceReferencedProcessTheReferencedProcessis used to reference another process template.interfaceTemplateThe Template interface represents process templates.
All string values returned by Template or one of the objects belonging to the template may returnnullinstead of ''.interfaceVariableParallelismEBPVariable 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 LocalisedString Modifier and Type Class Description classAbstractWrappingTemplateAbstract implementation for wrapping a template object.classIDWrappingTemplateThis 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 classSystemDataProducerThis 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.
-