Class InstanceLinkerParameters
java.lang.Object
com.aquima.interactions.framework.container.instance.linker.InstanceLinkerParameters
This class is responsible for parsing the parameters passed to the instance linker container.
- Since:
- 5.0
- Author:
- Jon van Leuven
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInstanceLinkerParameters
(ITypedParameters parameters, IExpressionParser expressionParser) Constructs the parameters object from the parameters that were passed to the container. -
Method Summary
Modifier and TypeMethodDescriptionString[]
Method to get the parameter 'attributes' (split by |).Method to get the parameter 'entityName'.String[]
Method to get the parameter 'sortAttribute'.Method to get the parameter 'whereClause'.boolean
isReadOnly
(InferenceContext context) Method to get the parameter 'readonly'.boolean
Method to get the parameter 'refresh'.boolean
isRequired
(InferenceContext context) Method to get the parameter 'required'.
-
Field Details
-
PARAM_ENTITY_NAME
- See Also:
-
PARAM_ATTRIBUTES
- See Also:
-
PARAM_SORT_ATTRIBUTE
- See Also:
-
PARAM_WHERE_CLAUSE
- See Also:
-
PARAM_REQUIRED
- See Also:
-
PARAM_REFRESH
- See Also:
-
PARAM_READONLY
- See Also:
-
PARAM_SORT_ORDER
- See Also:
-
PARAM_PRESENTATION_STYLES
- See Also:
-
-
Constructor Details
-
InstanceLinkerParameters
Constructs the parameters object from the parameters that were passed to the container.- Parameters:
parameters
- The parameters object that was passed to the container.
-
-
Method Details
-
getEntityName
Method to get the parameter 'entityName'.- Returns:
- The entity name.
-
getAttributes
Method to get the parameter 'attributes' (split by |).- Returns:
- The attributes (never null).
-
getSortAttribute
Method to get the parameter 'sortAttribute'.- Returns:
- The sort attribute.
-
getWhereClause
Method to get the parameter 'whereClause'.- Returns:
- The where clause.
-
isRequired
Method to get the parameter 'required'.- Returns:
- Is required boolean.
-
isReadOnly
Method to get the parameter 'readonly'.- Returns:
- Is readonly boolean.
-
isRefresh
public boolean isRefresh()Method to get the parameter 'refresh'.- Returns:
- Is refresh boolean.
-
getSortOrder
-
getPresentationStyles
-