Uses of Class
com.aquima.interactions.framework.service.instance.InstanceServiceParameters.ExpressionEntry
Packages that use InstanceServiceParameters.ExpressionEntry
-
Uses of InstanceServiceParameters.ExpressionEntry in com.aquima.interactions.framework.service.instance
Methods in com.aquima.interactions.framework.service.instance that return types with arguments of type InstanceServiceParameters.ExpressionEntryModifier and TypeMethodDescriptionInstanceServiceParameters.getAttributeRelations()
InstanceServiceParameters.getAttributes()
protected List
<InstanceServiceParameters.ExpressionEntry> InstanceServiceParameters.getOptionalExpressionMapParameter
(IServiceContext context, String parameterName, String keyName, String valueName, boolean checkType) Maps an XML structure of the form:InstanceServiceParameters.getRelations()
Method parameters in com.aquima.interactions.framework.service.instance with type arguments of type InstanceServiceParameters.ExpressionEntryModifier and TypeMethodDescriptionprotected void
InstanceServiceBase.setAttributeRelations
(IEntityInstance entityInstance, List<InstanceServiceParameters.ExpressionEntry> attributeRelations, IServiceContext context) Iterates over a List of TypedExpressionEntry objects and sets an attribute or relation on the instance for each entry.protected void
InstanceServiceBase.setAttributes
(IEntityInstance entityInstance, List<InstanceServiceParameters.ExpressionEntry> attributes, IServiceContext context) Iterates over a List of ExpressionEntry objects and sets an attribute on the instance for each entryprotected void
InstanceServiceBase.setRelations
(IEntityInstance entityInstance, List<InstanceServiceParameters.ExpressionEntry> relations, IServiceContext context) Iterates over a List of ExpressionEntry objects and sets a relation on the instance for each entry