Uses of Interface
com.aquima.interactions.foundation.text.ILanguage
Packages that use ILanguage
Package
Description
The text package provides a few utility classes and interfaces that simplify (multilingual) string handling.
The types package defines the various Value objects that represent primitive types.
-
Uses of ILanguage in com.aquima.interactions.caseengine.client
Methods in com.aquima.interactions.caseengine.client with parameters of type ILanguageModifier and TypeMethodDescriptionvoid
CaseEngineClient.createCaseAsync
(IUserData userData, ILanguage language, ApplicationID applicationId, ModuleID moduleId, String createMessageEventName, com.blueriq.customerdata.api.v1.model.AggregateModel dossierAggregateModel, com.blueriq.customerdata.api.v1.model.AggregateModel metadataAggregateModel, String processMapping, String reference) Creates a new case by firing the defined message event and creating case aggregates. -
Uses of ILanguage in com.aquima.interactions.composer
Methods in com.aquima.interactions.composer that return ILanguageModifier and TypeMethodDescriptionIComposerHandler.getCurrentLanguage()
Returns the language currently in use.IComposerHandler.getDefaultLanguage()
Returns the default language of the current application. -
Uses of ILanguage in com.aquima.interactions.composer.model.definition
Methods in com.aquima.interactions.composer.model.definition that return ILanguageMethods in com.aquima.interactions.composer.model.definition with parameters of type ILanguageModifier and TypeMethodDescriptionTextDefinition.getContent
(ILanguage language) This method returns the root text node for the specified language. -
Uses of ILanguage in com.aquima.interactions.dtree
Methods in com.aquima.interactions.dtree with parameters of type ILanguageModifier and TypeMethodDescriptionITreeEngine.searchDecisionTrees
(String symptomText, ILanguage language, int maximumResults, double threshold) This function will search all Decision Trees and try to find the best matching tree matching to the symptomText.ITreeEngine.searchDecisionTrees
(String symptomText, ILanguage language, int maximumResults, double threshold, boolean returnNonExposedTrees, IUserData userData) This function will search all Decision Trees and try to find the best matching tree matching to the symptomText. -
Uses of ILanguage in com.aquima.interactions.dtree.impl
Methods in com.aquima.interactions.dtree.impl with parameters of type ILanguageModifier and TypeMethodDescriptionTreeEngine.searchDecisionTrees
(String searchText, ILanguage language, int maximumResults, double threshold) TreeEngine.searchDecisionTrees
(String searchText, ILanguage language, int maximumResults, double threshold, boolean returnNonExposedTrees, IUserData userData) -
Uses of ILanguage in com.aquima.interactions.expressions
Methods in com.aquima.interactions.expressions with parameters of type ILanguageModifier and TypeMethodDescriptionvoid
ITslNode.expand
(IValueSource source, OutputBuffer output, ILanguage language) The expand method should evaluate the node for the given language, and append the result to the output buffer supplied.TslText.expand
(IValueSource source, ILanguage language) This method evaluates the TSL text with the provided parameters. -
Uses of ILanguage in com.aquima.interactions.expressions.tsl.evaluator.nodes
Methods in com.aquima.interactions.expressions.tsl.evaluator.nodes with parameters of type ILanguageModifier and TypeMethodDescriptionvoid
CommentNode.expand
(IValueSource source, OutputBuffer output, ILanguage language) void
ConditionNode.expand
(IValueSource source, OutputBuffer output, ILanguage language) void
FieldNode.expand
(IValueSource source, OutputBuffer output, ILanguage language) void
ForeachNode.expand
(IValueSource source, OutputBuffer output, ILanguage language) void
NodeList.expand
(IValueSource source, OutputBuffer output, ILanguage language) void
TextNode.expand
(IValueSource source, OutputBuffer output, ILanguage language) -
Uses of ILanguage in com.aquima.interactions.foundation.text
Methods in com.aquima.interactions.foundation.text with parameters of type ILanguageModifier and TypeMethodDescription -
Uses of ILanguage in com.aquima.interactions.foundation.types
Methods in com.aquima.interactions.foundation.types with parameters of type ILanguage -
Uses of ILanguage in com.aquima.interactions.framework.container.instance.linker
Fields in com.aquima.interactions.framework.container.instance.linker declared as ILanguageModifier and TypeFieldDescriptionprotected final ILanguage
DisplaySortInstanceLinkerEntry.currentLanguage
protected final ILanguage[]
DisplaySortInstanceLinkerEntry.languages
Constructors in com.aquima.interactions.framework.container.instance.linker with parameters of type ILanguageModifierConstructorDescriptionDisplaySortInstanceLinkerEntry
(IEntityInstance instance, ILanguage[] languages, ILanguage currentLanguage, IAttributeDefinition[] displayAttributeDefinitions) HiddenSortInstanceLinkerEntry
(IEntityInstance instance, ILanguage[] languages, ILanguage currentLanguage, IAttributeDefinition[] displayAttributeDefinitions, IAttributeDefinition sortAttributeDefinition) -
Uses of ILanguage in com.aquima.interactions.framework.mask.impl
Methods in com.aquima.interactions.framework.mask.impl with parameters of type ILanguageModifier and TypeMethodDescriptionprotected abstract String
AbstractMask.applySingleValue
(ISingleValue singleValue, IMaskContext context, ILanguage language) This method is called when this mask is applied.protected String
AbstractSubstringMask.applySingleValue
(ISingleValue singleValue, IMaskContext context, ILanguage language) protected String
DatePattern.applySingleValue
(ISingleValue singleValue, IMaskContext context, ILanguage language) protected String
HexadecimalInteger.applySingleValue
(ISingleValue singleValue, IMaskContext context, ILanguage language) protected String
NumberPattern.applySingleValue
(ISingleValue singleValue, IMaskContext context, ILanguage language) protected String
OctalInteger.applySingleValue
(ISingleValue singleValue, IMaskContext context, ILanguage language) protected String
OrdinalNumber.applySingleValue
(ISingleValue singleValue, IMaskContext context, ILanguage language) protected String
RegularExpression.applySingleValue
(ISingleValue singleValue, IMaskContext context, ILanguage language) protected String
RomanInteger.applySingleValue
(ISingleValue singleValue, IMaskContext context, ILanguage language) protected String
SpelledBoolean.applySingleValue
(ISingleValue singleValue, IMaskContext context, ILanguage language) protected String
SpelledCurrency.applySingleValue
(ISingleValue singleValue, IMaskContext context, ILanguage language) protected String
SpelledDayOfWeek.applySingleValue
(ISingleValue singleValue, IMaskContext context, ILanguage language) protected String
SpelledDeltaDate.applySingleValue
(ISingleValue singleValue, IMaskContext context, ILanguage language) protected String
SpelledInteger.applySingleValue
(ISingleValue singleValue, IMaskContext context, ILanguage language) protected String
SpelledMonth.applySingleValue
(ISingleValue singleValue, IMaskContext context, ILanguage language) protected String
SpelledNumber.applySingleValue
(ISingleValue singleValue, IMaskContext context, ILanguage language) protected LocalDateTimeFormatter
DatePattern.createMaskDateTimeFormatter
(String pattern, IMaskContext context, ILanguage language) -
Uses of ILanguage in com.aquima.interactions.framework.mask.impl.speller
Constructors in com.aquima.interactions.framework.mask.impl.speller with parameters of type ILanguageModifierConstructorDescriptionBooleanSpeller
(IMaskContext context, ILanguage language) Construct a speller.DayOfWeekSpeller
(IMaskContext context, ILanguage language, String firstDayOfTheWeek) Construct a speller.MonthSpeller
(IMaskContext context, ILanguage language) Construct a speller.ShortMonthSpeller
(IMaskContext context, ILanguage language) Construct a speller. -
Uses of ILanguage in com.aquima.interactions.framework.renderer
Methods in com.aquima.interactions.framework.renderer that return ILanguageModifier and TypeMethodDescriptionIRendererContext.getDefaultLanguage()
In some cases fallback behaviour of language text display is needed, so a 'default' fallback language is provided.RendererContextBase.getDefaultLanguage()
IRendererContext.getLanguage()
Rendering should be done for a specific language.RendererContextBase.getLanguage()
Methods in com.aquima.interactions.framework.renderer with parameters of type ILanguageModifier and TypeMethodDescriptionIXmlRenderer.generateXml
(IElement element, ApplicationID appId, ILanguage language, ILanguage defaultLanguage, IParameters parameters, IRuntimeKeyPrinter keyPrinter) This method creates an XML node for the specified element.XmlRendererBase.generateXml
(IElement compositeElement, ApplicationID applicationId, ILanguage language, ILanguage defaultLanguage, IParameters parameters) XmlRendererBase.generateXml
(IElement compositeElement, ApplicationID applicationId, ILanguage language, ILanguage defaultLanguage, IParameters parameters, IRuntimeKeyPrinter printer) This method converts the page element to an XML element.protected abstract IXmlRendererContext
XmlRendererBase.getRendererContext
(ApplicationID applicationId, ILanguage language, ILanguage defaultLanguage, IParameters parameters, IRuntimeKeyPrinter printer) Constructors in com.aquima.interactions.framework.renderer with parameters of type ILanguageModifierConstructorDescriptionRendererContextBase
(Map<String, IElementRenderer> renderers, ApplicationID applicationId, ILanguage language, ILanguage defaultLanguage, IParameters parameters, IElementRenderer defaultRenderer, IRuntimeKeyPrinter printer) Constructs the context with the required arguments.XmlRendererContext
(Map<String, IElementRenderer> converters, ApplicationID applicationId, ILanguage language, ILanguage defaultLanguage, IParameters parameters, IXmlElementRenderer defaultRenderer, IRuntimeKeyPrinter printer) Constructs the context with the required arguments. -
Uses of ILanguage in com.aquima.interactions.framework.renderer.document
Methods in com.aquima.interactions.framework.renderer.document with parameters of type ILanguageModifier and TypeMethodDescriptionprotected String
XmlTextItem.formatValue
(ISingleValue value, ILanguage language) protected IXmlRendererContext
DocumentXmlRenderer.getRendererContext
(ApplicationID applicationId, ILanguage language, ILanguage defaultLanguage, IParameters parameters, IRuntimeKeyPrinter printer) -
Uses of ILanguage in com.aquima.interactions.framework.renderer.page.r6
Methods in com.aquima.interactions.framework.renderer.page.r6 with parameters of type ILanguageModifier and TypeMethodDescriptionprotected IXmlRendererContext
PageR6XmlRenderer.getRendererContext
(ApplicationID applicationId, ILanguage language, ILanguage defaultLanguage, IParameters parameters, IRuntimeKeyPrinter printer) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ILanguage in com.aquima.interactions.metamodel.impl
Constructors in com.aquima.interactions.metamodel.impl with parameters of type ILanguageModifierConstructorDescriptionMetaModelView
(IMetaModel metamodel, ILanguage[] languages) Constructs a meta model view so xml's can be generated with this class. -
Uses of ILanguage in com.aquima.interactions.portal
Methods in com.aquima.interactions.portal that return ILanguageModifier and TypeMethodDescriptionIPortalContext.getCurrentLanguage()
Gets the current language for this context, which could be null depending on the implementation.IPortalSession.getCurrentLanguage()
Returns the current language active within the portal-engine.IPageSnapshot.getLanguage()
The language that was set when the page was being composed.IRequestScope.getLanguage()
Retrieves the language in which the last page was submitted.IMaskContext.getLanguages()
Returns the languages that should be used for the current mask.Methods in com.aquima.interactions.portal with parameters of type ILanguageModifier and TypeMethodDescriptionIDocumentEngine.renderDocument
(String documentName, OutputFormat format, ILanguage language) Compose and render a specific document to a binary document.IDocumentEngine.renderElement
(ICompositeElement element, OutputFormat[] format, ILanguage language) Render a composite element to a binary documents for one or more output formats. -
Uses of ILanguage in com.aquima.interactions.portal.documents
Methods in com.aquima.interactions.portal.documents with parameters of type ILanguageModifier and TypeMethodDescriptionvoid
IDocumentRenderer.renderDocument
(ICompositeElement document, ILanguage language, ApplicationID applicationId, IRenderTarget result, IPortalContext portalContext) This method should render the runtime document model to output streams for the specified output formats. -
Uses of ILanguage in com.aquima.interactions.portal.model
Methods in com.aquima.interactions.portal.model that return ILanguageModifier and TypeMethodDescriptionApplicationConfig.getDefaultLanguage()
ApplicationConfig.getLanguageByCode
(String code) ApplicationConfig.getLanguageByName
(String name) ApplicationConfig.getLanguages()
-
Uses of ILanguage in com.aquima.interactions.portal.model.def
Constructors in com.aquima.interactions.portal.model.def with parameters of type ILanguage -
Uses of ILanguage in com.aquima.interactions.portal.model.process
Methods in com.aquima.interactions.portal.model.process that return ILanguage -
Uses of ILanguage in com.aquima.interactions.portal.model.session
Methods in com.aquima.interactions.portal.model.session that return ILanguageModifier and TypeMethodDescriptionComposerHandler.getCurrentLanguage()
PortalContext.getCurrentLanguage()
This method returns the current language of the portal context (session).PortalContextDelegate.getCurrentLanguage()
PortalSession.getCurrentLanguage()
ServiceContextDelegate.getCurrentLanguage()
ComposerHandler.getDefaultLanguage()
PageSnapshot.getLanguage()
MaskContext.getLanguages()
Methods in com.aquima.interactions.portal.model.session with parameters of type ILanguageModifier and TypeMethodDescriptionDocumentEngine.renderDocument
(String documentName, OutputFormat format, ILanguage language) DocumentEngine.renderElement
(ICompositeElement element, OutputFormat[] formats, ILanguage language) Constructors in com.aquima.interactions.portal.model.session with parameters of type ILanguage -
Uses of ILanguage in com.aquima.interactions.portal.model.session.scope
Methods in com.aquima.interactions.portal.model.session.scope that return ILanguageConstructors in com.aquima.interactions.portal.model.session.scope with parameters of type ILanguageModifierConstructorDescriptionRequestScope
(ILanguage language, Map<String, ? extends Object> requestParameters) Constructs a new request scope. -
Uses of ILanguage in com.aquima.interactions.portal.portalmessage
Methods in com.aquima.interactions.portal.portalmessage that return ILanguage -
Uses of ILanguage in com.aquima.interactions.process.dao.dto
Methods in com.aquima.interactions.process.dao.dto that return ILanguageModifier and TypeMethodDescriptionCaseViewCriteria.getLanguage()
Returns the current language.TaskViewCriteria.getLanguage()
Returns the current language.Methods in com.aquima.interactions.process.dao.dto with parameters of type ILanguageModifier and TypeMethodDescriptionCaseViewCriteria.setLanguage
(ILanguage language) TaskViewCriteria.setLanguage
(ILanguage language) -
Uses of ILanguage in com.aquima.interactions.project
Methods in com.aquima.interactions.project that return ILanguageModifier and TypeMethodDescriptionIProject.getDefaultLanguage()
Returns the default language for an application.IProject.getLanguageByCode
(String code) This method returns the language specified for the given language code.IProject.getLanguageByName
(String name) This method returns the language specified for the given name.IProject.getLanguages()
This method returns an array of all the languages that are defined to the application. -
Uses of ILanguage in com.aquima.interactions.project.impl
Classes in com.aquima.interactions.project.impl that implement ILanguageModifier and TypeClassDescriptionclass
This class holds the static information of a language defined in the meta model.Methods in com.aquima.interactions.project.impl that return ILanguageModifier and TypeMethodDescriptionProject.getDefaultLanguage()
Project.getLanguageByCode
(String code) final ILanguage
Project.getLanguageByName
(String languageName) Project.getLanguages()
Constructors in com.aquima.interactions.project.impl with parameters of type ILanguageConstructor parameters in com.aquima.interactions.project.impl with type arguments of type ILanguageModifierConstructorDescriptionLanguageVisitor
(IReportingDS reporter, Map<String, ILanguage> languages, IProject project) Constructs a language visitor with the map where the languages should be added to. -
Uses of ILanguage in com.aquima.interactions.rule.exception
Methods in com.aquima.interactions.rule.exception that return ILanguageModifier and TypeMethodDescriptionTslExpandException.getLanguage()
This method returns the language for which the expand action failed.Constructors in com.aquima.interactions.rule.exception with parameters of type ILanguageModifierConstructorDescriptionTslExpandException
(ILanguage language, TslText text, Throwable cause) Constructs a TslExpandException object for a language and text with the cause of the failure. -
Uses of ILanguage in com.aquima.interactions.rule.parser
Constructors in com.aquima.interactions.rule.parser with parameters of type ILanguageModifierConstructorDescriptionDynamicText
(ILanguage[] languages, TslText[] nodes) Constructs the dynamic text object using the languages and text nodes.