Uses of Interface
com.aquima.interactions.foundation.IValue
Packages that use IValue
Package
Description
The foundation package contains several interface and classes that define the most common objects that
are for general use.
The convert package provides a few utility classes to convert Objects of an unknown type to a
Value object as defined in the foundation.
The functions package defines a number of classes that implement functions on Value objects.
The types package defines the various Value objects that represent primitive types.
This package contains the classes and interfaces that are used for event handling.
-
Uses of IValue in com.aquima.interactions.communication.impl.evaluator.parser
Methods in com.aquima.interactions.communication.impl.evaluator.parser that return IValueConstructors in com.aquima.interactions.communication.impl.evaluator.parser with parameters of type IValueModifierConstructorDescriptionprotected
SchemaAttribute
(SchemaEntity.SchemaEntityKey parentReference, IDomainPropertyDefinition propertyDefinition, IValue value, InstanceContext instanceContext) protected
SchemaAttribute
(SchemaEntity.SchemaEntityKey parentReference, String propertyName, String attributeName, IValue value, IFieldValidationDefinition[] validationList, InstanceContext instanceContext) protected
SchemaRelation
(SchemaEntity.SchemaEntityKey parentReference, IDomainPropertyDefinition propertyDefinition, IValue value, InstanceContext instanceContext) protected
SchemaRelation
(SchemaEntity.SchemaEntityKey parentReference, String propertyName, String relationName, IValue value, IFieldValidationDefinition[] validationList, InstanceContext instanceContext, boolean multiValued) -
Uses of IValue in com.aquima.interactions.composer
Methods in com.aquima.interactions.composer that return IValue -
Uses of IValue in com.aquima.interactions.composer.model
Methods in com.aquima.interactions.composer.model that return IValueModifier and TypeMethodDescriptionprotected IValue
ComposerContext.getFieldValue
(String fieldName, boolean createInstanceForEmptyRelation) Field.getValue()
GlobalParameterValue.getValue()
TextValueNode.getValue()
This method returns the value from the field node.Methods in com.aquima.interactions.composer.model with parameters of type IValueModifier and TypeMethodDescriptionThis method may be used to set the new value for the field.Constructors in com.aquima.interactions.composer.model with parameters of type IValueModifierConstructorDescriptionGlobalParameterValue
(String parameterName, IValue value) Creates a new instance.TextValueNode
(IValue fieldValue) this constructor is public to allow test case access. -
Uses of IValue in com.aquima.interactions.composer.model.list
Methods in com.aquima.interactions.composer.model.list that return IValueMethods in com.aquima.interactions.composer.model.list that return types with arguments of type IValueConstructors in com.aquima.interactions.composer.model.list with parameters of type IValueModifierConstructorDescriptionColumnDefinition
(IListColumn column, IValue filterValue, boolean isVisible, BooleanValue sortAscending) -
Uses of IValue in com.aquima.interactions.dtree
Methods in com.aquima.interactions.dtree that return IValueModifier and TypeMethodDescriptionValueSolution.getValue()
This method returns the value that provided by the decision tree as solution for the attribute.Constructors in com.aquima.interactions.dtree with parameters of type IValueModifierConstructorDescriptionValueSolution
(ValueReference reference, IValue attributeValue) Constructs the value solution with the required arguments. -
Uses of IValue in com.aquima.interactions.dtree.impl
Constructors in com.aquima.interactions.dtree.impl with parameters of type IValue -
Uses of IValue in com.aquima.interactions.expressions
Subinterfaces of IValue in com.aquima.interactions.expressionsModifier and TypeInterfaceDescriptioninterface
The compound value interface may be implemented by objects that are both a value, but also contain properties.Methods in com.aquima.interactions.expressions that return IValueModifier and TypeMethodDescriptionIExpr.evaluate
(IValueSource source) This method will evaluate the expression for the context (source) provided.This method will return the value of the specified property.This method will be used to request a single static value. -
Uses of IValue in com.aquima.interactions.expressions.definition
Methods in com.aquima.interactions.expressions.definition that return IValueModifier and TypeMethodDescriptionDomain.getValueAt
(int index) This method returns the value from the specified index.IValue[]
Domain.getValues()
This method returns an array with all the values from the domain.Methods in com.aquima.interactions.expressions.definition with parameters of type IValue -
Uses of IValue in com.aquima.interactions.expressions.environment
Methods in com.aquima.interactions.expressions.environment that return IValueModifier and TypeMethodDescriptionIValueEnvironment.getNamedObjectValue
(Identifier typeName, Identifier name) Locates a named object value from the system.ValueEnvironment.getNamedObjectValue
(Identifier objectName, Identifier name) IValueEnvironment.getValue
(Identifier name) Locates a value for the specified identifier.ValueEnvironment.getValue
(Identifier name) Methods in com.aquima.interactions.expressions.environment with parameters of type IValueModifier and TypeMethodDescriptionvoid
IValueEnvironment.declareVariable
(Identifier name, IValue localValue) Assigns an identifier to a value, this identifier is created within the current scope and can therefore hide another variable of the same name.void
ValueEnvironment.declareVariable
(Identifier name, IValue localValue) -
Uses of IValue in com.aquima.interactions.expressions.functions
Methods in com.aquima.interactions.expressions.functions that return IValueModifier and TypeMethodDescriptionIFunction.evaluate
(IArgumentList arguments) This method should execute the function using the supplied arguments.IArgumentList.getArgument
(int index) This method returns the value for the argument at the specified index. -
Uses of IValue in com.aquima.interactions.expressions.functions.convert
Methods in com.aquima.interactions.expressions.functions.convert that return IValueModifier and TypeMethodDescriptionConvertToBoolean.evaluate
(IArgumentList arguments) ConvertToDate.evaluate
(IArgumentList arguments) ConvertToDateTime.evaluate
(IArgumentList arguments) ConvertToList.evaluate
(IArgumentList arguments) ConvertToNumericBase.evaluate
(IArgumentList arguments) ConvertToText.evaluate
(IArgumentList arguments) Methods in com.aquima.interactions.expressions.functions.convert with parameters of type IValue -
Uses of IValue in com.aquima.interactions.expressions.functions.date
Methods in com.aquima.interactions.expressions.functions.date that return IValueModifier and TypeMethodDescriptionAbstractBetweenFunction.evaluate
(IArgumentList arguments) AbstractDatePartFunction.evaluate
(IArgumentList arguments) AbstractIncrementFunction.evaluate
(IArgumentList arguments) Date.evaluate
(IArgumentList arguments) DateString.evaluate
(IArgumentList arguments) DateTime.evaluate
(IArgumentList arguments) DayOfWeek.evaluate
(IArgumentList arguments) Today.evaluate
(IArgumentList arguments) WeekNumber.evaluate
(IArgumentList arguments) WorkingDaysBetween.evaluate
(IArgumentList arguments) -
Uses of IValue in com.aquima.interactions.expressions.functions.list
Methods in com.aquima.interactions.expressions.functions.list that return IValueModifier and TypeMethodDescriptionCount.evaluate
(IArgumentList arguments) Difference.evaluate
(IArgumentList arguments) Exists.evaluate
(IArgumentList arguments) Intersection.evaluate
(IArgumentList arguments) Max.evaluate
(IArgumentList arguments) Min.evaluate
(IArgumentList arguments) Size.evaluate
(IArgumentList arguments) SymmetricDifference.evaluate
(IArgumentList arguments) Union.evaluate
(IArgumentList arguments) Unique.evaluate
(IArgumentList arguments) -
Uses of IValue in com.aquima.interactions.expressions.functions.number
Methods in com.aquima.interactions.expressions.functions.number that return IValueModifier and TypeMethodDescriptionAnnuity.evaluate
(IArgumentList arguments) Avg.evaluate
(IArgumentList arguments) Logarithm.evaluate
(IArgumentList arguments) Product.evaluate
(IArgumentList arguments) RoundFunction.evaluate
(IArgumentList arguments) RoundSigFunction.evaluate
(IArgumentList arguments) Sum.evaluate
(IArgumentList arguments) protected IValue
protected IValue
RoundSigFunction.roundmultiple
(Boolean updown, double numberValue, double significance) -
Uses of IValue in com.aquima.interactions.expressions.functions.str
Methods in com.aquima.interactions.expressions.functions.str that return IValueModifier and TypeMethodDescriptionCapitalize.evaluate
(IArgumentList arguments) Concat.evaluate
(IArgumentList arguments) Equals.evaluate
(IArgumentList arguments) Find.evaluate
(IArgumentList arguments) Guid.evaluate
(IArgumentList arguments) IndexOf.evaluate
(IArgumentList arguments) LastIndexOf.evaluate
(IArgumentList arguments) LowerCase.evaluate
(IArgumentList arguments) Match.evaluate
(IArgumentList arguments) Replace.evaluate
(IArgumentList arguments) Split.evaluate
(IArgumentList arguments) StrBack.evaluate
(IArgumentList arguments) StrConcat.evaluate
(IArgumentList arguments) StrFront.evaluate
(IArgumentList arguments) StringLength.evaluate
(IArgumentList arguments) SubString.evaluate
(IArgumentList arguments) SubStringAfter.evaluate
(IArgumentList arguments) SubStringBefore.evaluate
(IArgumentList arguments) Trim.evaluate
(IArgumentList arguments) UpperCase.evaluate
(IArgumentList arguments) -
Uses of IValue in com.aquima.interactions.expressions.functions.unknown
Methods in com.aquima.interactions.expressions.functions.unknown that return IValueModifier and TypeMethodDescriptionIsNullFunction.evaluate
(IArgumentList arguments) IsUnknownFunction.evaluate
(IArgumentList arguments) -
Uses of IValue in com.aquima.interactions.expressions.optimizer
Methods in com.aquima.interactions.expressions.optimizer that return IValueModifier and TypeMethodDescriptionIExpressionNode.evaluate
(IValueEnvironment environment) This method evaluates the node using the environment passed as argument and returns the result as a value or null if the result is unknown. -
Uses of IValue in com.aquima.interactions.expressions.optimizer.nodes
Methods in com.aquima.interactions.expressions.optimizer.nodes that return IValueModifier and TypeMethodDescriptionAllExpression.evaluate
(IValueEnvironment environment) ArithmeticExpression.evaluate
(IValueEnvironment environment) ConditionExpression.evaluate
(IValueEnvironment environment) ConstExpression.evaluate
(IValueEnvironment environment) ConversionExpression.evaluate
(IValueEnvironment environment) DimensionExpression.evaluate
(IValueEnvironment environment) EachExpression.evaluate
(IValueEnvironment environment) ExistsExpression.evaluate
(IValueEnvironment environment) FieldVariableExpression.evaluate
(IValueEnvironment environment) FunctionExpression.evaluate
(IValueEnvironment environment) InstanceOfExpression.evaluate
(IValueEnvironment environment) InversionExpression.evaluate
(IValueEnvironment environment) IsActiveExpression.evaluate
(IValueEnvironment environment) ListArithmeticExpression.evaluate
(IValueEnvironment environment) ListConditionExpression.evaluate
(IValueEnvironment environment) ListExpression.evaluate
(IValueEnvironment environment) LogicalExpression.evaluate
(IValueEnvironment environment) NamedVariableExpression.evaluate
(IValueEnvironment environment) NotExpression.evaluate
(IValueEnvironment environment) RootExpression.evaluate
(IValueEnvironment environment) SelectExpression.evaluate
(IValueEnvironment environment) TemplateExpression.evaluate
(IValueEnvironment environment) TypeOfExpression.evaluate
(IValueEnvironment environment) UnknownExpression.evaluate
(IValueEnvironment environment) VariableExpression.evaluate
(IValueEnvironment environment) Constructors in com.aquima.interactions.expressions.optimizer.nodes with parameters of type IValueModifierConstructorDescriptionConstExpression
(IValue constValue) Constructs the const expression with the value. -
Uses of IValue in com.aquima.interactions.expressions.r7
Methods in com.aquima.interactions.expressions.r7 that return IValue -
Uses of IValue in com.aquima.interactions.expressions.r7.parser.nodes
Methods in com.aquima.interactions.expressions.r7.parser.nodes that return IValueModifier and TypeMethodDescriptionConstexprNode.getValue()
This method returns the constant value of the node.Constructors in com.aquima.interactions.expressions.r7.parser.nodes with parameters of type IValueModifierConstructorDescriptionConstexprNode
(IValue constValue) Constructs the node with the value the node represents. -
Uses of IValue in com.aquima.interactions.expressions.semantics
Methods in com.aquima.interactions.expressions.semantics that return IValueModifier and TypeMethodDescriptionstatic IValue
ValueWidening.getWidenedValue
(IValue value, DataType type) Derives a new value that has been widened to the requested data type, if the value can be widened to that type.Methods in com.aquima.interactions.expressions.semantics with parameters of type IValueModifier and TypeMethodDescriptionstatic boolean
DomainValidator.containsValue
(Domain specifiedDomain, IValue derivedValue) This method returns a boolean indicating if the value is present in the domain.static IValue
ValueWidening.getWidenedValue
(IValue value, DataType type) Derives a new value that has been widened to the requested data type, if the value can be widened to that type. -
Uses of IValue in com.aquima.interactions.expressions.semantics.nodes
Methods in com.aquima.interactions.expressions.semantics.nodes that return IValueModifier and TypeMethodDescriptionConstant.getValue()
This method returns the constant value of this node.Constructors in com.aquima.interactions.expressions.semantics.nodes with parameters of type IValue -
Uses of IValue in com.aquima.interactions.expressions.tsl.evaluator.nodes
Classes in com.aquima.interactions.expressions.tsl.evaluator.nodes that implement IValueModifier and TypeClassDescriptionclass
Wrapper for an instance of a TSL foreach loop.Methods in com.aquima.interactions.expressions.tsl.evaluator.nodes that return IValueModifier and TypeMethodDescriptionForeachObject.duplicate()
protected IValue[]
ForeachNode.sortValues
(IValue... values) Methods in com.aquima.interactions.expressions.tsl.evaluator.nodes with parameters of type IValue -
Uses of IValue in com.aquima.interactions.foundation
Subinterfaces of IValue in com.aquima.interactions.foundationModifier and TypeInterfaceDescriptioninterface
The list value interface defines the methods a value object should implement when it contains multiple values.interface
The primitive value interface may be implemented by objects that represent a single continuous range or value.interface
The range interface defines a continues range between two single value objects.interface
The single value interface may be implemented by objects that represent a single unique value.Methods in com.aquima.interactions.foundation that return IValueModifier and TypeMethodDescriptionIValue.duplicate()
This method returns a deep copy of the value.IPropertyContainer.getProperty
(String name) This method will return the value of the specified property.Methods in com.aquima.interactions.foundation with parameters of type IValueModifier and TypeMethodDescriptionvoid
IPropertyFilter.addCondition
(IValue value) This method adds an equals condition to the filter.boolean
IPropertyContainer.setProperty
(String name, IValue propertyValue) This method may be used to set the value of a property. -
Uses of IValue in com.aquima.interactions.foundation.convert
Methods in com.aquima.interactions.foundation.convert that return IValueModifier and TypeMethodDescriptionConverter.parseCollection
(Object objValue, DataType type, boolean alwaysReturnList) This method will convert the given object to a ListValue containing primitive values of the given type.Converter.parseCollection
(Object objValue, DataType type, boolean alwaysReturnList, boolean isUniqueSet) This method will convert the given object to a ListValue containing primitive values of the given type.Converter.parseObject
(Object objValue, DataType type) This method will parse a given object to an IValue instance. -
Uses of IValue in com.aquima.interactions.foundation.ds
Methods in com.aquima.interactions.foundation.ds that return IValueModifier and TypeMethodDescriptionstatic IValue
XmlParserUtil.parseValue
(IXmlNode rootNode, String nodeName) Parses the child nodeName of rootNode to an IValue.Methods in com.aquima.interactions.foundation.ds with parameters of type IValueModifier and TypeMethodDescriptionstatic void
XmlGenerationUtil.writeValueElement
(IXmlWriter writer, String nodeName, IValue value) Utility method to create an IValue xml fragment for a value. -
Uses of IValue in com.aquima.interactions.foundation.functions
Methods in com.aquima.interactions.foundation.functions with parameters of type IValueModifier and TypeMethodDescriptionstatic IListValue
ListFunctions.apply
(ListFunctionType functionType, IValue first, IValue second) -
Uses of IValue in com.aquima.interactions.foundation.types
Classes in com.aquima.interactions.foundation.types that implement IValueModifier and TypeClassDescriptionclass
Base class for primitive values.class
This class represents an unknown value of any type.class
Represents a binary data type.class
This class does not extend the AbstractValue class, as the auto-conversion methods to ranges and lists are useless (and even unwanted) for the boolean type.class
This class represents a single currency value.class
This primitive class holds the information about a single datetime value.class
This primitive class holds the information about a single date value.class
This class holds a reference to an entity instance.class
This class represents an infinite value, which is usually only used when working with ranges.class
This class contains a single integer value.class
This class provides an implementation of the IListValue interface.class
This class contains a single number value.class
This class holds a single percentage value.class
This class holds a range consisting of two values.class
This class contains a single string (text) value.Methods in com.aquima.interactions.foundation.types that return IValueModifier and TypeMethodDescriptionabstract IValue
AbstractValue.duplicate()
AnyValue.duplicate()
BinaryValue.duplicate()
BooleanValue.duplicate()
DateTimeValue.duplicate()
DateValue.duplicate()
EntityValue.duplicate()
InfiniteValue.duplicate()
IntegerValue.duplicate()
ListValue.duplicate()
NumberValue.duplicate()
RangeValue.duplicate()
StringValue.duplicate()
-
Uses of IValue in com.aquima.interactions.framework.container.caselist.search
Methods in com.aquima.interactions.framework.container.caselist.search with parameters of type IValueModifier and TypeMethodDescriptionprotected IViewFilter
CaseViewFilterBuilder.detectFilterType
(IListColumn column, ConditionOperator operator, IValue value) -
Uses of IValue in com.aquima.interactions.framework.container.caselist.state
Methods in com.aquima.interactions.framework.container.caselist.state that return IValueModifier and TypeMethodDescriptionCaseData.getAttributeValue
(String entityName, String attributeName) CaseData.getCreationDate()
-
Uses of IValue in com.aquima.interactions.framework.container.instance.list
Methods in com.aquima.interactions.framework.container.instance.list that return IValueModifier and TypeMethodDescriptionInstanceListRowData.getValue
(int index) protected IValue
InstanceListImpl.processColumnValue
(IListColumn listColumn, IListRowData listRow) Methods in com.aquima.interactions.framework.container.instance.list that return types with arguments of type IValue -
Uses of IValue in com.aquima.interactions.framework.container.list
Methods in com.aquima.interactions.framework.container.list that return IValueModifier and TypeMethodDescriptionprotected IValue
ListImpl.createValue
(String[] values) protected abstract IValue
ListImpl.processColumnValue
(IListColumn column, IListRowData row) Retrieves the value at the intersection of a column and a row, for data that is to be used in search functionality.Methods in com.aquima.interactions.framework.container.list with parameters of type IValueModifier and TypeMethodDescriptionprotected IMultilingualText
ListImpl.formatValue
(IListColumn column, IValue value) -
Uses of IValue in com.aquima.interactions.framework.container.listplus
Methods in com.aquima.interactions.framework.container.listplus with parameters of type IValueModifier and TypeMethodDescriptionprotected Element
AbstractListPlus.createContent
(IListColumn listColumn, IValue value) Create the content element.protected Element
AbstractListPlus.createContentWithDomain
(IListColumn listColumn, IValue value, IDomainDefinition domainDefinition) Create the content element that is part of a domain of values. -
Uses of IValue in com.aquima.interactions.framework.container.listplus.search
Methods in com.aquima.interactions.framework.container.listplus.search with parameters of type IValueModifier and TypeMethodDescriptionprotected abstract IViewFilter
BaseViewFilterBuilder.detectFilterType
(IListColumn config, ConditionOperator operator, IValue parsedValue) -
Uses of IValue in com.aquima.interactions.framework.container.listplus.search.filters
Methods in com.aquima.interactions.framework.container.listplus.search.filters that return IValue -
Uses of IValue in com.aquima.interactions.framework.container.worklist.search
Methods in com.aquima.interactions.framework.container.worklist.search with parameters of type IValueModifier and TypeMethodDescriptionprotected IViewFilter
TaskViewFilterBuilder.detectFilterType
(IListColumn column, ConditionOperator operator, IValue value) -
Uses of IValue in com.aquima.interactions.framework.container.worklist.state
Methods in com.aquima.interactions.framework.container.worklist.state that return IValueModifier and TypeMethodDescriptionTaskData.getAttributeValue
(String entityName, String attributeName) TaskData.getCustomFieldValue
(String customField) TaskData.getDueDate()
TaskData.getStartDate()
TaskData.getTimeoutDate()
-
Uses of IValue in com.aquima.interactions.framework.service.connectivity
Methods in com.aquima.interactions.framework.service.connectivity that return IValueModifier and TypeMethodDescriptionOutputValue.getValue()
This method returns the value that should be assigned to the attribute.Methods in com.aquima.interactions.framework.service.connectivity with parameters of type IValue -
Uses of IValue in com.aquima.interactions.framework.service.process
Methods in com.aquima.interactions.framework.service.process that return IValue -
Uses of IValue in com.aquima.interactions.framework.validator
Methods in com.aquima.interactions.framework.validator with parameters of type IValueModifier and TypeMethodDescriptionboolean
boolean
boolean
IbanValidator.validate
(IValue attrValue, IParameters parameters) boolean
boolean
boolean
RequiredValidator.validate
(IValue attrValue, IParameters parameters) boolean
boolean
-
Uses of IValue in com.aquima.interactions.mapping
Methods in com.aquima.interactions.mapping that return IValue -
Uses of IValue in com.aquima.interactions.mapping.impl
Methods in com.aquima.interactions.mapping.impl that return IValue -
Uses of IValue in com.aquima.interactions.mapping.trace
Methods in com.aquima.interactions.mapping.trace with parameters of type IValueModifier and TypeMethodDescriptionvoid
IMappingReport.addValue
(IEntityInstance targetInstance, String attributeName, IValue value) void
IMappingReport.clearedValue
(IEntityInstance targetInstance, String attributeName, IValue value) void
IMappingReport.mappedValue
(IEntityInstance targetInstance, String attributeName, IValue value) -
Uses of IValue in com.aquima.interactions.mapping.trace.impl
Methods in com.aquima.interactions.mapping.trace.impl with parameters of type IValueModifier and TypeMethodDescriptionvoid
NoOpMappingReport.addValue
(IEntityInstance targetInstance, String attributeName, IValue targetValue) void
NoOpMappingReport.clearedValue
(IEntityInstance targetInstance, String attributeName, IValue attributeValue) void
NoOpMappingReport.mappedValue
(IEntityInstance targetInstance, String attributeName, IValue targetValue) -
Uses of IValue in com.aquima.interactions.matching
Methods in com.aquima.interactions.matching that return IValueModifier and TypeMethodDescriptionIMatchableAttribute.getValue()
This method returns the value that should be matched.Methods in com.aquima.interactions.matching with parameters of type IValueModifier and TypeMethodDescriptionIMatchDefinition.demandValueFor
(IValue obj) This method is invoked to convert a value object to a matchable demand value.IMatchFunction.demandValueFor
(IValue obj) This method is invoked to convert a value object to a matchable demand value.IMatchDefinition.supplyValueFor
(IValue obj) This method is invoked to convert a value object to a matchable supply value.IMatchFunction.supplyValueFor
(IValue obj) This method is invoked to convert a value object to a matchable supply value. -
Uses of IValue in com.aquima.interactions.matching.impl.functions.crosstable
Methods in com.aquima.interactions.matching.impl.functions.crosstable with parameters of type IValueModifier and TypeMethodDescriptionCrossTableMatch.demandValueFor
(IValue obj) CrossTableMatch.supplyValueFor
(IValue obj) -
Uses of IValue in com.aquima.interactions.matching.impl.functions.exact
Methods in com.aquima.interactions.matching.impl.functions.exact with parameters of type IValueModifier and TypeMethodDescriptionExactNumberMatch.demandValueFor
(IValue obj) ExactStringMatch.demandValueFor
(IValue obj) ExactNumberMatch.supplyValueFor
(IValue obj) ExactStringMatch.supplyValueFor
(IValue obj) -
Uses of IValue in com.aquima.interactions.matching.impl.functions.fulltext
Methods in com.aquima.interactions.matching.impl.functions.fulltext with parameters of type IValueModifier and TypeMethodDescriptionFullTextMatch.demandValueFor
(IValue attrValue) FullTextMatch.supplyValueFor
(IValue attrValue) -
Uses of IValue in com.aquima.interactions.matching.impl.functions.levenshtein
Methods in com.aquima.interactions.matching.impl.functions.levenshtein with parameters of type IValueModifier and TypeMethodDescriptionLevenshteinMatch.demandValueFor
(IValue attrValue) LevenshteinMatch.supplyValueFor
(IValue attrValue) -
Uses of IValue in com.aquima.interactions.matching.impl.functions.normdist
Methods in com.aquima.interactions.matching.impl.functions.normdist with parameters of type IValueModifier and TypeMethodDescriptionNormDistMatch.demandValueFor
(IValue attrValue) NormDistMatch.supplyValueFor
(IValue attrValue) -
Uses of IValue in com.aquima.interactions.matching.impl.functions.ramp
Methods in com.aquima.interactions.matching.impl.functions.ramp with parameters of type IValueModifier and TypeMethodDescriptionDateRampMatch.demandValueFor
(IValue obj) NumberRampMatch.demandValueFor
(IValue obj) DateRampMatch.supplyValueFor
(IValue obj) NumberRampMatch.supplyValueFor
(IValue obj) -
Uses of IValue in com.aquima.interactions.matching.impl.functions.range
Methods in com.aquima.interactions.matching.impl.functions.range with parameters of type IValueModifier and TypeMethodDescriptionStringRangeMatch.demandValueFor
(IValue obj) StringRangeMatch.supplyValueFor
(IValue obj) -
Uses of IValue in com.aquima.interactions.matching.impl.functions.trigram
Methods in com.aquima.interactions.matching.impl.functions.trigram with parameters of type IValueModifier and TypeMethodDescriptionTrigramMatch.demandValueFor
(IValue demandValue) TrigramMatch.supplyValueFor
(IValue supplyValue) -
Uses of IValue in com.aquima.interactions.matching.impl.model
Methods in com.aquima.interactions.matching.impl.model with parameters of type IValueModifier and TypeMethodDescriptionEntityMatch.demandValueFor
(IValue obj) EntityMatchDef.demandValueFor
(IValue obj) MatchDefinition.demandValueFor
(IValue profileValue) final IMatchValue
MultiValueMatcher.demandValueFor
(IValue obj) void
EntityMatch.supplyValueFor
(IValue obj) EntityMatchDef.supplyValueFor
(IValue obj) MatchDefinition.supplyValueFor
(IValue caseValue) final IMatchValue
MultiValueMatcher.supplyValueFor
(IValue obj) -
Uses of IValue in com.aquima.interactions.matching.request
Methods in com.aquima.interactions.matching.request that return IValueMethods in com.aquima.interactions.matching.request with parameters of type IValueModifier and TypeMethodDescriptionThis method can be used to set a value in the matchable instance of the match request.Constructors in com.aquima.interactions.matching.request with parameters of type IValue -
Uses of IValue in com.aquima.interactions.metamodel
Subinterfaces of IValue in com.aquima.interactions.metamodelModifier and TypeInterfaceDescriptioninterface
This interface defines a domain.Classes in com.aquima.interactions.metamodel that implement IValueModifier and TypeClassDescriptionclass
This class represents the values of an external domain.Methods in com.aquima.interactions.metamodel that return IValue -
Uses of IValue in com.aquima.interactions.metamodel.ds
Methods in com.aquima.interactions.metamodel.ds with parameters of type IValue -
Uses of IValue in com.aquima.interactions.metamodel.ds.xml.r12.generation
Constructors in com.aquima.interactions.metamodel.ds.xml.r12.generation with parameters of type IValue -
Uses of IValue in com.aquima.interactions.metamodel.ds.xml.r17.generation
Constructors in com.aquima.interactions.metamodel.ds.xml.r17.generation with parameters of type IValue -
Uses of IValue in com.aquima.interactions.metamodel.impl
Classes in com.aquima.interactions.metamodel.impl that implement IValueModifier and TypeClassDescriptionclass
Implementation of the domain definition interface.Methods in com.aquima.interactions.metamodel.impl that return IValueMethods in com.aquima.interactions.metamodel.impl with parameters of type IValue -
Uses of IValue in com.aquima.interactions.metamodel.report
Methods in com.aquima.interactions.metamodel.report with parameters of type IValue -
Uses of IValue in com.aquima.interactions.portal
Methods in com.aquima.interactions.portal that return IValueModifier and TypeMethodDescriptionReturns the value of a field.IPageScope.getOriginalValue
(ValueReference reference) This method returns the value of the attribute as it was before the value got changed by the page event.IRequestScope.getOriginalValue
(ValueReference reference) This method returns the value of the attribute as it was before the value got changed by the request.ITypedParameter.getValue()
This method returns the value of this typed parameter when this is an value parameter For multivalued parameters this method wil return an IListValue.ITypedParameterValue.getValue()
This method returns the value of this typed parameter when this is an value parameter For multivalued parameters this method will return an IListValue.Methods in com.aquima.interactions.portal with parameters of type IValue -
Uses of IValue in com.aquima.interactions.portal.content
Methods in com.aquima.interactions.portal.content that return IValueModifier and TypeMethodDescriptionCustomContentProperties.getProperty
(String key) Retrieve a custom propertyMethods in com.aquima.interactions.portal.content with parameters of type IValueModifier and TypeMethodDescriptionvoid
CustomContentProperties.setProperty
(String key, IValue value) Set a property valueConstructor parameters in com.aquima.interactions.portal.content with type arguments of type IValue -
Uses of IValue in com.aquima.interactions.portal.ds
Methods in com.aquima.interactions.portal.ds with parameters of type IValue -
Uses of IValue in com.aquima.interactions.portal.ds.xml.r12.parsing
Constructors in com.aquima.interactions.portal.ds.xml.r12.parsing with parameters of type IValueModifierConstructorDescriptionXmlParameterDS
(String parameterName, ParameterType parameterType, Direction direction, IValue value) -
Uses of IValue in com.aquima.interactions.portal.ds.xml.r17.parsing
Constructors in com.aquima.interactions.portal.ds.xml.r17.parsing with parameters of type IValueModifierConstructorDescriptionXmlParameterDS
(String parameterName, ParameterType parameterType, Direction direction, IValue value) -
Uses of IValue in com.aquima.interactions.portal.function
Methods in com.aquima.interactions.portal.function that return IValueMethods in com.aquima.interactions.portal.function with parameters of type IValue -
Uses of IValue in com.aquima.interactions.portal.model.def
Methods in com.aquima.interactions.portal.model.def that return IValueModifier and TypeMethodDescriptionEmptyTypedParameter.getValue()
TypedParameter.getValue()
TypedParameterValue.getValue()
Methods in com.aquima.interactions.portal.model.def with parameters of type IValueConstructors in com.aquima.interactions.portal.model.def with parameters of type IValueModifierConstructorDescriptionTypedParameterValue
(IValue value) Initializes a newly created TypedParameterValue with an IValue type as its value.TypedParameterValue
(String key, IValue value) Initializes a newly created TypedParameterValue with an IValue type as its value.ValueParameter
(IValue paramValue) Constructs the parameter with the value. -
Uses of IValue in com.aquima.interactions.portal.model.session
Methods in com.aquima.interactions.portal.model.session that return IValueModifier and TypeMethodDescriptionSystemInstance.getCaseId()
SystemInstance.getEvent()
This method returns the current value for system.event.SystemInstance.getLanguageName()
This method returns the current value of system.languageSystemInstance.getTaskId()
SystemInstance.getTaskName()
SystemInstance.getToday()
This method returns the current value for system.today.Methods in com.aquima.interactions.portal.model.session with parameters of type IValue -
Uses of IValue in com.aquima.interactions.portal.model.session.concurrent
Methods in com.aquima.interactions.portal.model.session.concurrent that return IValueMethods in com.aquima.interactions.portal.model.session.concurrent with parameters of type IValueModifier and TypeMethodDescriptionboolean
ConcurrentEntityInstance.setProperty
(String name, IValue propertyValue) -
Uses of IValue in com.aquima.interactions.portal.model.session.page
Methods in com.aquima.interactions.portal.model.session.page that return IValueMethods in com.aquima.interactions.portal.model.session.page with parameters of type IValueModifier and TypeMethodDescriptionprotected boolean
protected boolean
protected boolean
EventValueValidator.validateValue
(IField field, IValue fieldValue, ValueReference valueReference, boolean isRequired, boolean isChanged) Constructors in com.aquima.interactions.portal.model.session.page with parameters of type IValueModifierConstructorDescriptionprotected
EventValue
(RuntimeKey fieldId, ValueReference reference, Serializable postedValue, IValue previousValue, IValue fieldValue, IMessage error, boolean changedValue) -
Uses of IValue in com.aquima.interactions.portal.model.session.scope
Methods in com.aquima.interactions.portal.model.session.scope that return IValueModifier and TypeMethodDescriptionPageScope.getOriginalValue
(ValueReference reference) PageScopeDelegate.getOriginalValue
(ValueReference reference) RequestScope.getOriginalValue
(ValueReference reference) RequestScopeDelegate.getOriginalValue
(ValueReference reference) Methods in com.aquima.interactions.portal.model.session.scope with parameters of type IValueModifier and TypeMethodDescriptionvoid
PageScope.addChangedField
(ValueReference reference, IValue previousValue) void
RequestScope.addChangedField
(ValueReference reference, IValue previousValue) -
Uses of IValue in com.aquima.interactions.portal.report
Methods in com.aquima.interactions.portal.report with parameters of type IValue -
Uses of IValue in com.aquima.interactions.process
Methods in com.aquima.interactions.process that return IValueModifier and TypeMethodDescriptionIProcessCaseView.getAttributeValue
(String entityName, String attributeName) this method returns the value of the attribute from the case the task is defined for.IProcessTaskView.getAttributeValue
(String entityName, String attributeName) this method returns the value of the attribute from the case the task is defined for.IProcessTaskView.getCustomFieldValue
(String customField) this method returns the value of a custom field for the task.This method returns the value of the datafield, or null if non existing.Methods in com.aquima.interactions.process that return types with arguments of type IValueModifier and TypeMethodDescriptionIMessageEvent.getFields()
This method returns an unmodifiable map of the message event fields.MessageEvent.getFields()
Normally this would be an unmodifiable map, but .NET does not support it.Methods in com.aquima.interactions.process with parameters of type IValueModifier and TypeMethodDescriptionSets a field to a value. -
Uses of IValue in com.aquima.interactions.process.dao
Methods in com.aquima.interactions.process.dao that return IValueModifier and TypeMethodDescriptionICaseDataValue.getAttributeValue()
This method returns the value for the attribute.ICaseQueryResult.getAttributeValue
(AttributeReference attribute) this method returns the value of the attribute from the case the task is defined for.ITaskQueryResult.getAttributeValue
(AttributeReference attribute) this method returns the value of the attribute from the case the task is defined for.Methods in com.aquima.interactions.process.dao that return types with arguments of type IValueMethods in com.aquima.interactions.process.dao with parameters of type IValueModifier and TypeMethodDescriptionIProcessCaseDao.createValue
(long instanceId, String attributeName, IValue attrValue) This method creates a value for an instance.IProcessCaseDao.updateValue
(long instanceId, String attributeName, IValue attrValue) This method updates a value of an instance.Method parameters in com.aquima.interactions.process.dao with type arguments of type IValueModifier and TypeMethodDescriptionIProcessCaseDao.createEvent
(ApplicationID appId, String name, Long caseId, Long taskId, CaseEventType type, CaseEventStatusType status, Date timestamp, String user, Map<String, IValue> content) This method creates a case event. -
Uses of IValue in com.aquima.interactions.process.dao.dto
Fields in com.aquima.interactions.process.dao.dto declared as IValueMethods in com.aquima.interactions.process.dao.dto that return IValueModifier and TypeMethodDescriptionCaseView.getAttribute
(AttributeReference attribute) TaskView.getAttribute
(AttributeReference attribute) CaseView.getCaseProperty
(CaseProperty caseProperty) TaskView.getCustomField
(String customField) CaseView.getMetadataValue
(String metadataKey) TaskView.getTaskProperty
(TaskProperty taskProperty) ProcessViewFilter.getValue()
Methods in com.aquima.interactions.process.dao.dto with parameters of type IValueModifier and TypeMethodDescriptionvoid
CaseView.setAttribute
(AttributeReference attribute, IValue value) void
TaskView.setAttribute
(AttributeReference attribute, IValue value) void
CaseView.setCaseProperty
(CaseProperty caseProperty, IValue value) void
TaskView.setCustomField
(String customField, IValue value) void
CaseView.setMetadataValue
(String metadataKey, IValue value) void
TaskView.setTaskProperty
(TaskProperty taskProperty, IValue value) Constructors in com.aquima.interactions.process.dao.dto with parameters of type IValueModifierConstructorDescriptionCaseDataFilter
(TypedAttributeReference attributeReference, ConditionOperator operator, IValue value, boolean userFilter) CaseDataFilter
(TypedAttributeReference attributeReference, ConditionOperator operator, IValue value, MatchMode matchMode, boolean userFilter) CaseMetadataFilter
(String metadataField, ConditionOperator operator, IValue value, boolean userFilter, DataType dataType) CasePropertyFilter
(CaseProperty caseProperty, ConditionOperator operator, IValue value, boolean userFilter) CasePropertyFilter
(CaseProperty caseProperty, ConditionOperator operator, IValue value, MatchMode matchMode, boolean userFilter) CustomFieldFilter
(String customField, ConditionOperator operator, IValue value, boolean userFilter) CustomFieldFilter
(String customField, ConditionOperator operator, IValue value, MatchMode matchMode, boolean userFilter) DossierMetadataFilter
(String dossierMetadataField, ConditionOperator operator, IValue value, boolean userFilter, DataType dataType) ProcessViewFilter
(ConditionOperator operator, IValue value, MatchMode matchMode, boolean userFilter) TaskPropertyFilter
(TaskProperty taskProperty, ConditionOperator operator, IValue value, boolean userFilter) TaskPropertyFilter
(TaskProperty taskProperty, ConditionOperator operator, IValue value, MatchMode matchMode, boolean userFilter) -
Uses of IValue in com.aquima.interactions.process.dao.impl
Methods in com.aquima.interactions.process.dao.impl that return IValueModifier and TypeMethodDescriptionCaseQueryResult.getAttributeValue
(AttributeReference attribute) TaskQueryResult.getAttributeValue
(AttributeReference attribute) Methods in com.aquima.interactions.process.dao.impl with parameters of type IValueModifier and TypeMethodDescriptionvoid
CaseQueryResult.addAttributeValue
(AttributeReference attribute, IValue value) void
TaskQueryResult.addAttributeValue
(AttributeReference attribute, IValue value) NullProcessCaseDao.createValue
(long instanceId, String attributeName, IValue attrValue) NullProcessCaseDao.updateValue
(long instanceId, String attributeName, IValue attrValue) Method parameters in com.aquima.interactions.process.dao.impl with type arguments of type IValueModifier and TypeMethodDescriptionNullProcessCaseDao.createEvent
(ApplicationID appId, String name, Long caseId, Long taskId, CaseEventType type, CaseEventStatusType status, Date timestamp, String user, Map<String, IValue> content) -
Uses of IValue in com.aquima.interactions.process.impl
Methods in com.aquima.interactions.process.impl that return IValueModifier and TypeMethodDescriptionIProcessEvaluator.evaluate
(AttributeReference attributeReference) This method will the evaluate the value of the given attribute reference.IProcessEvaluator.evaluate
(IExpression expression) This method will evaluate the expression and return its result.ProcessEvaluator.evaluate
(AttributeReference attributeReference) ProcessEvaluator.evaluate
(IExpression expression) ProcessCaseView.getAttributeValue
(String entityName, String attributeName) ProcessTaskView.getAttributeValue
(String entityName, String attributeName) ProcessTaskView.getCustomFieldValue
(String customField) TaskExpression.getValue()
Methods in com.aquima.interactions.process.impl that return types with arguments of type IValueMethods in com.aquima.interactions.process.impl with parameters of type IValueModifier and TypeMethodDescriptionprotected static TaskExpression
TaskExpression.create
(ConditionOperator operator, IValue value) ProcessCaseRepository.createValue
(long instanceId, String attributeName, IValue attrValue) protected void
CaseDataListener.onChangeValue
(IValueEvent valueEvent, IValue newValue) ProcessCaseRepository.updateValue
(long instanceId, String attributeName, IValue attrValue) Method parameters in com.aquima.interactions.process.impl with type arguments of type IValueModifier and TypeMethodDescriptionProcessCaseRepository.createEvent
(ApplicationID appId, String name, Long caseId, Long taskId, CaseEventType type, CaseEventStatusType status, Date timestamp, String user, Map<String, IValue> content) -
Uses of IValue in com.aquima.interactions.process.search
Methods in com.aquima.interactions.process.search that return IValueModifier and TypeMethodDescriptionstatic IValue
FilterConversionUtil.convert
(long value) static IValue
FilterConversionUtil.convert
(long[] values) static IValue
FilterConversionUtil.convert
(CaseStatusType type) static IValue
static IValue
FilterConversionUtil.convert
(TaskStatusType type) static IValue
static IValue
FilterCondition.getValue()
This method returns the value to check aqainst.Methods in com.aquima.interactions.process.search with parameters of type IValueModifier and TypeMethodDescriptionvoid
PropertyFilter.addCondition
(IValue value) This method adds a equals condition to the filter.void
PropertyFilter.addCondition
(IValue value, ConditionOperator operator) This method adds a condition to the filter.static boolean
ConditionEvaluator.evaluateFilter
(ConditionOperator filterOperator, IValue filterValue, IValue value) static boolean
ConditionEvaluator.evaluateFilter
(ConditionOperator filterOperator, IValue filterValue, IValue value, MatchMode matchMode) Constructors in com.aquima.interactions.process.search with parameters of type IValueModifierConstructorDescriptionFilterCondition
(IValue value, ConditionOperator operator) Constructs a new condition.FilterCondition
(IValue value, ConditionOperator operator, MatchMode matchMode) Constructs a new condition. -
Uses of IValue in com.aquima.interactions.profile
Subinterfaces of IValue in com.aquima.interactions.profileModifier and TypeInterfaceDescriptioninterface
This interface defines the set of values (domain) that are valid for an attribute.Classes in com.aquima.interactions.profile that implement IValueModifier and TypeClassDescriptionclass
This class is used to identify the relation between an attribute referring an instance.class
A value reference is a reference to an attribute of a specific instance.Methods in com.aquima.interactions.profile that return IValueModifier and TypeMethodDescriptionIAttributeValue.getValue()
This states value, as defined inIEntityInstance.getValue(String)
.This method can be used to retrieve a value for an attribute of this instance in a non-type safe manner.IValueEvent.getValue()
This method returns the value of the event. -
Uses of IValue in com.aquima.interactions.profile.events
Methods in com.aquima.interactions.profile.events that return IValueMethods in com.aquima.interactions.profile.events with parameters of type IValueModifier and TypeMethodDescriptionstatic IEvent
ValueEvent.setEvent
(IEntityInstance instance, IAttributeValue previousState, IValue attrValue) Constructs a set value event for the specified parameters. -
Uses of IValue in com.aquima.interactions.profile.model
Classes in com.aquima.interactions.profile.model that implement IValueModifier and TypeClassDescriptionclass
The domain class is used to hold all the values that are valid for an attribute.Methods in com.aquima.interactions.profile.model that return IValueModifier and TypeMethodDescriptionAttributeState.getProperty
(String name) EntityInstance.getProperty
(String name) TxAttributeValue.getProperty
(String name) TxEntityInstance.getProperty
(String name) protected IValue
Profile.getRelationsValue
(IInstanceReference[] references) AttributeState.getValue()
TxAttributeValue.getValue()
TxValueEvent.getValue()
static IValue
AttributeStateUtil.validateDomainValue
(IValue attributeValue, IDomain domain, IAttributeDefinition attributeDefinition) This method validates the value against the current domain, and if valid, returns the internal domain value.Methods in com.aquima.interactions.profile.model with parameters of type IValueModifier and TypeMethodDescriptionstatic boolean
AttributeStateUtil.hasMultipleValues
(IValue value) This method checks if a value contains multiple values.static boolean
AttributeStateUtil.hasSingleValue
(IValue value) This method checks if a value contains exactly a single value.static boolean
AttributeStateUtil.isUnknown
(IValue value, IAttributeDefinition attributeDefinition) This method checks if an IValue is unknown.boolean
AttributeState.setProperty
(String name, IValue propertyValue) boolean
EntityInstance.setProperty
(String name, IValue propertyValue) boolean
TxAttributeValue.setProperty
(String name, IValue propertyValue) boolean
TxEntityInstance.setProperty
(String name, IValue propertyValue) protected boolean
AttributeState.setValue
(IEntityInstance instance, IValue attributeValue) static IValue
AttributeStateUtil.validateDomainValue
(IValue attributeValue, IDomain domain, IAttributeDefinition attributeDefinition) This method validates the value against the current domain, and if valid, returns the internal domain value.Constructors in com.aquima.interactions.profile.model with parameters of type IValueModifierConstructorDescriptionprotected
TxValueEvent
(int type, TxEntityInstance instance, TxAttributeValue attrState, IValue attrValue) -
Uses of IValue in com.aquima.interactions.profile.model.command
Constructors in com.aquima.interactions.profile.model.command with parameters of type IValueModifierConstructorDescriptionChangeAttributeProperty
(ValueReference reference, String property, IValue previousValue) Constructs a change-property command.ChangeEntityProperty
(EntityValue reference, String property, IValue previousValue) Constructs a change property command for an entity.ClearValue
(ValueReference reference, IValue oldValue) Constructs a clear-value command.SetValue
(ValueReference valueReference, IValue oldValue, boolean wasUnknown) Constructs a set-value command. -
Uses of IValue in com.aquima.interactions.profile.model.state
Methods in com.aquima.interactions.profile.model.state that return IValueModifier and TypeMethodDescriptionAttributeDump.getProperty
(String name) InstanceDump.getProperty
(String name) AttributeDump.getValue()
Methods in com.aquima.interactions.profile.model.state with parameters of type IValueModifier and TypeMethodDescriptionInstanceDump.addAttribute
(String name, IValue value) Adds an attribute.void
AttributeDump.addProperty
(String name, IValue value) void
InstanceDump.addProperty
(String name, IValue value) Constructors in com.aquima.interactions.profile.model.state with parameters of type IValue -
Uses of IValue in com.aquima.interactions.profile.model.value
Classes in com.aquima.interactions.profile.model.value that implement IValueModifier and TypeClassDescriptionclass
Profile value object for the boolean type.class
Profile value object for the currency type.class
Profile value object for the datetime type.class
Profile value object for the date type.class
Profile value object for an entity instance.class
Profile value object for an infinite value.class
Profile value object for an integer value.class
Profile value object for a list value.class
Profile value object for a number value.class
Profile value object for a percentage value.class
Profile value object for a range value.class
Profile value object for a string value.Methods in com.aquima.interactions.profile.model.value that return IValueModifier and TypeMethodDescriptionstatic IValue
ValueFactory.forValue
(IValue attrValue, ValueReference id) This method wraps the supplied value an adds additional debug information to it.Methods in com.aquima.interactions.profile.model.value with parameters of type IValueModifier and TypeMethodDescriptionstatic IValue
ValueFactory.forValue
(IValue attrValue, ValueReference id) This method wraps the supplied value an adds additional debug information to it. -
Uses of IValue in com.aquima.interactions.profile.wrapper
Methods in com.aquima.interactions.profile.wrapper that return IValueModifier and TypeMethodDescriptionEntityInstanceDelegate.getProperty
(String name) InstanceDelegate.getProperty
(String name) ReadonlyInstance.getProperty
(String name) Methods in com.aquima.interactions.profile.wrapper with parameters of type IValueModifier and TypeMethodDescriptionboolean
EntityInstanceDelegate.setProperty
(String name, IValue propertyValue) boolean
InstanceDelegate.setProperty
(String name, IValue propertyValue) boolean
ReadonlyInstance.setProperty
(String name, IValue propertyValue) Always throws an InvalidStateException: No modifications allowed on a read only instance. -
Uses of IValue in com.aquima.interactions.profile.xml
Methods in com.aquima.interactions.profile.xml that return IValue -
Uses of IValue in com.aquima.interactions.rule
Methods in com.aquima.interactions.rule that return IValueModifier and TypeMethodDescriptionIExpression.evaluateWith
(InferenceContext context) This method will evaluate the expression and return the result as a value object.DMNDecisionTree.getValue()
This method returns the value for this decision treeSourcedValue.getValue()
This method returns the value that was inferenced for the attribute.Methods in com.aquima.interactions.rule with parameters of type IValueModifier and TypeMethodDescriptiondefault boolean
IValidator.Prepared.validate
(IValue attrValue, IParameters parameters) boolean
IValidator.validate
(IValue attrValue, IParameters parameters) This method will be invoked for each value that should be validated by this validator.boolean
This method will be invoked for each value that should be validated by this validator.Constructors in com.aquima.interactions.rule with parameters of type IValueModifierConstructorDescriptionDMNDecisionTree
(ValueReference reference, IValue value, SourceType sourceType, DefaultRuleType defaultRuleType, String ruleName, String justificationTextId) Constructs a DMN decision tree for the specified value.DMNDecisionTree
(IExpression expression, IValue value, String description) Constructs a DMN decision tree for the specified expressionSourcedValue
(String target, IValue attributeValue) Constructs an sourced value with the name of the attribute, and the value that was determined.SourcedValue
(String target, IValue attributeValue, String justificationId) Constructs a sourced value with the name of the attribute, the value, and a justification. -
Uses of IValue in com.aquima.interactions.rule.ds
Methods in com.aquima.interactions.rule.ds that return IValue -
Uses of IValue in com.aquima.interactions.rule.ds.xml.r12.parsing
Methods in com.aquima.interactions.rule.ds.xml.r12.parsing that return IValue -
Uses of IValue in com.aquima.interactions.rule.ds.xml.r17.parsing
Methods in com.aquima.interactions.rule.ds.xml.r17.parsing that return IValue -
Uses of IValue in com.aquima.interactions.rule.inference
Methods in com.aquima.interactions.rule.inference that return IValue -
Uses of IValue in com.aquima.interactions.rule.inference.defaults
Constructors in com.aquima.interactions.rule.inference.defaults with parameters of type IValueModifierConstructorDescriptionDefaultValue
(String attribute, IValue defaultValue, JustificationInfo justifications, IMetaModel metamodel) Constructs the inference rule for the specified attribute and value. -
Uses of IValue in com.aquima.interactions.rule.inference.table
Methods in com.aquima.interactions.rule.inference.table that return IValueModifier and TypeMethodDescriptionprotected IValue
AttributeActionRule.evaluateWith
(InferenceContext context) Methods in com.aquima.interactions.rule.inference.table with parameters of type IValueModifier and TypeMethodDescriptionprotected void
DependentValueContext.addActionResult
(String attribute, IValue inferenceResult) -
Uses of IValue in com.aquima.interactions.rule.parser
Classes in com.aquima.interactions.rule.parser that implement IValueModifier and TypeClassDescriptionclass
Entity context delegate which maps the methods of an entity instance to the ICompoundValue interface.Methods in com.aquima.interactions.rule.parser that return IValueModifier and TypeMethodDescriptionBooleanCondition.evaluateWith
(InferenceContext context) Expression.evaluateWith
(InferenceContext context) -
Uses of IValue in com.aquima.interactions.rule.report
Methods in com.aquima.interactions.rule.report that return IValue -
Uses of IValue in com.aquima.interactions.rule.tms
Methods in com.aquima.interactions.rule.tms that return IValueModifier and TypeMethodDescriptionTmsAttributeState.getProperty
(String name) TmsAttributeState.getValue()
protected IValue
TmsAttributeValue.getValue()
Methods in com.aquima.interactions.rule.tms with parameters of type IValueModifier and TypeMethodDescriptionboolean
TmsAttributeState.setProperty
(String name, IValue propertyValue) Constructors in com.aquima.interactions.rule.tms with parameters of type IValueModifierConstructorDescriptionprotected
TmsAttributeValue
(IValue attrValue, SourceType sourceType, String ruleName, String justificationId, String attributeName) -
Uses of IValue in com.aquima.interactions.rule.validation
Methods in com.aquima.interactions.rule.validation with parameters of type IValue -
Uses of IValue in com.aquima.interactions.trace
Methods in com.aquima.interactions.trace that return IValueModifier and TypeMethodDescriptionITraceEntry.getPropertyValue
(String name) Returns the value of a property, null if no value is presentITraceMessage.getPropertyValue
(String name) Returns the value of a property, not null.FilterCondition.getValue()
This method returns the value to check against.Methods in com.aquima.interactions.trace with parameters of type IValueModifier and TypeMethodDescriptionvoid
PropertyFilter.addCondition
(IValue value) This method adds an equals condition to the filter.void
PropertyFilter.addCondition
(IValue value, ConditionOperator operator) This method adds a condition to the filter.void
PropertyFilter.addCondition
(IValue value, ConditionOperator operator, boolean ignoreCase) This method adds a condition to the filter and specifies whether the condition is case-sensitiveConstructors in com.aquima.interactions.trace with parameters of type IValueModifierConstructorDescriptionFilterCondition
(IValue value, ConditionOperator operator) FilterCondition
(IValue value, ConditionOperator operator, boolean ignoreCase) FilterCondition
(IValue value, ConditionOperator operator, boolean ignoreCase, MatchMode matchMode) Constructs a new condition. -
Uses of IValue in com.aquima.interactions.trace.dao
Method parameters in com.aquima.interactions.trace.dao with type arguments of type IValueModifier and TypeMethodDescriptionvoid
Inserts a new trace entryvoid
Creates a new timeline entry that contains case data.void
Creates a new timeline entry that contains document data.void
Creates a new timeline entry that contains in/out message event data.void
Creates a new timeline entry that contains task data. -
Uses of IValue in com.aquima.interactions.trace.dao.impl
Methods in com.aquima.interactions.trace.dao.impl with parameters of type IValueModifier and TypeMethodDescriptionstatic boolean
ConditionEvaluator.evaluateFilter
(ConditionOperator filterOperator, IValue filterValue, IValue value) Method parameters in com.aquima.interactions.trace.dao.impl with type arguments of type IValueModifier and TypeMethodDescriptionvoid
void
void
void
void
-
Uses of IValue in com.aquima.interactions.trace.impl
Methods in com.aquima.interactions.trace.impl that return IValueMethods in com.aquima.interactions.trace.impl that return types with arguments of type IValueMethods in com.aquima.interactions.trace.impl with parameters of type IValueModifier and TypeMethodDescriptionprotected void
TraceMessageBase.addProperty
(String name, IValue value) Adds a property to the message.static ITraceMessage
AttributeDecisionTraceMessage.forDecision
(String applicationId, DMNDecisionTree decisionTree, String decisionType, IValue referenceIds, String userId, String userName, IDrgJustificationProvider justificationTexts) This method creates a trace message for the given decisionvoid
TraceMessage.setProperty
(String name, IValue value) Sets the property to a certain value.Method parameters in com.aquima.interactions.trace.impl with type arguments of type IValueModifier and TypeMethodDescriptionstatic ITraceMessage
MessagePublishedTraceMessage.forMessagePublished
(String applicationId, String processName, Long processId, String userId, String userName, String messageEvent, Map<String, IValue> fields) static ITraceMessage
MessageEventTraceMessage.forMessageReceived
(String applicationId, String processName, long processId, String userId, String userName, String messageEventId, String messageEventName, Map<String, IValue> fields)