Interface TaskInfoQuery<T extends TaskInfoQuery<?,?>,V extends TaskInfo>
- All Superinterfaces:
Query<T,V>
- All Known Subinterfaces:
HistoricTaskInstanceQuery,TaskQuery
- All Known Implementing Classes:
HistoricTaskInstanceQueryImpl,TaskQueryImpl
TaskQuery and the HistoricTaskInstanceQuery.-
Method Summary
Modifier and TypeMethodDescriptiondeploymentId(String deploymentId) Only select tasks which are part of a process instance which has the given deployment id.deploymentIdIn(List<String> deploymentIds) Only select tasks which are part of a process instance which has the given deployment id.endOr()executionId(String executionId) Only select tasks for the given execution.Include global task variables in the task query resultInclude local task variables in the task query resultlimitTaskVariables(Integer taskVariablesLimit) Limit task variablesLocalize task name and description to specified locale.or()All query clauses called will be added to a single or-statement.Order by due date (needs to be followed byQuery.asc()orQuery.desc()).Order by due date (needs to be followed byQuery.asc()orQuery.desc()).Order by execution id (needs to be followed byQuery.asc()orQuery.desc()).Order by process definition id (needs to be followed byQuery.asc()orQuery.desc()).Order by process instance id (needs to be followed byQuery.asc()orQuery.desc()).Order by assignee (needs to be followed byQuery.asc()orQuery.desc()).Order by the time on which the tasks were created (needs to be followed byQuery.asc()orQuery.desc()).Order by task definition key (needs to be followed byQuery.asc()orQuery.desc()).Order by description (needs to be followed byQuery.asc()orQuery.desc()).Order by task due date (needs to be followed byQuery.asc()orQuery.desc()).Order by task id (needs to be followed byQuery.asc()orQuery.desc()).Order by task name (needs to be followed byQuery.asc()orQuery.desc()).Order by task owner (needs to be followed byQuery.asc()orQuery.desc()).Order by priority (needs to be followed byQuery.asc()orQuery.desc()).Order by tenant id (needs to be followed byQuery.asc()orQuery.desc()).processCategoryIn(List<String> processCategoryInList) Only select tasks which are part of a process instance whose definition belongs to the category which is present in the given list.processCategoryNotIn(List<String> processCategoryNotInList) Only select tasks which are part of a process instance whose definition does not belong to the category which is present in the given list.processDefinitionId(String processDefinitionId) Only select tasks which are part of a process instance which has the given process definition id.processDefinitionKey(String processDefinitionKey) Only select tasks which are part of a process instance which has the given process definition key.processDefinitionKeyIn(List<String> processDefinitionKeys) Only select tasks that have a process definition for which the key is present in the given listprocessDefinitionKeyLike(String processDefinitionKeyLike) Only select tasks which are part of a process instance which has a process definition key like the given value.processDefinitionKeyLikeIgnoreCase(String processDefinitionKeyLikeIgnoreCase) Only select tasks which are part of a process instance which has a process definition key like the given value.processDefinitionName(String processDefinitionName) Only select tasks which are part of a process instance which has the given process definition name.processDefinitionNameLike(String processDefinitionNameLike) Only select tasks which are part of a process instance which has a process definition name like the given value.processInstanceBusinessKey(String processInstanceBusinessKey) Only select tasks foe the given business keyprocessInstanceBusinessKeyLike(String processInstanceBusinessKeyLike) Only select tasks with a business key like the given value The syntax is that of SQL: for example usage: processInstanceBusinessKeyLike("%activiti%").processInstanceBusinessKeyLikeIgnoreCase(String processInstanceBusinessKeyLikeIgnoreCase) Only select tasks with a business key like the given value The syntax is that of SQL: for example usage: processInstanceBusinessKeyLike("%activiti%").processInstanceId(String processInstanceId) Only select tasks for the given process instance id.processInstanceIdIn(List<String> processInstanceIds) Only select tasks for the given process ids.processVariableValueEquals(Object variableValue) Only select tasks which are part of a process that has at least one variable with the given value.processVariableValueEquals(String variableName, Object variableValue) Only select tasks which are part of a process that has a variable with the given name set to the given value.processVariableValueEqualsIgnoreCase(String name, String value) Only select tasks which are part of a process that has a local string variable which is not the given value, case insensitive.processVariableValueGreaterThan(String name, Object value) Only select tasks which have a global variable value greater than the passed value when they ended.processVariableValueGreaterThanOrEqual(String name, Object value) Only select tasks which have a global variable value greater than or equal to the passed value when they ended.processVariableValueLessThan(String name, Object value) Only select tasks which have a global variable value less than the passed value when the ended.Booleans, Byte-arrays andSerializableobjects (which are not primitive type wrappers) are not supported.processVariableValueLessThanOrEqual(String name, Object value) Only select tasks which have a global variable value less than or equal to the passed value when they ended.processVariableValueLike(String name, String value) Only select tasks which have a global variable value like the given value when they ended.processVariableValueLikeIgnoreCase(String name, String value) Only select tasks which have a global variable value like the given value (case insensitive) when they ended.processVariableValueNotEquals(String variableName, Object variableValue) Only select tasks which have a variable with the given name, but with a different value than the passed value.processVariableValueNotEqualsIgnoreCase(String name, String value) Only select tasks which are part of a process that has a string variable with the given value, case insensitive.taskAssignee(String assignee) Only select tasks which are assigned to the given user.taskAssigneeIds(List<String> assigneeListIds) Only select tasks with an assignee that is in the given listtaskAssigneeLike(String assigneeLike) Only select tasks which were last assigned to an assignee like the given value.taskAssigneeLikeIgnoreCase(String assigneeLikeIgnoreCase) Only select tasks which were last assigned to an assignee like the given value.taskCandidateGroup(String candidateGroup) Only select tasks for which users in the given group are candidates.taskCandidateGroupIn(List<String> candidateGroups) Only select tasks for which the 'candidateGroup' is one of the given groups.taskCandidateUser(String candidateUser) Only select tasks for which the given user is a candidate.taskCandidateUser(String candidateUser, List<String> usersGroups) Only select tasks for which the given user is a candidate.taskCategory(String category) Only select tasks with the given category.taskCreatedAfter(Date after) Only select tasks that are created after the given date.taskCreatedBefore(Date before) Only select tasks that are created before the given date.taskCreatedOn(Date createTime) Only select tasks that are created on the given date.taskDefinitionKey(String key) Only select tasks with the given taskDefinitionKey.taskDefinitionKeyLike(String keyLike) Only select tasks with a taskDefinitionKey that match the given parameter.taskDescription(String description) Only select tasks with the given description.taskDescriptionLike(String descriptionLike) Only select tasks with a description matching the parameter .taskDescriptionLikeIgnoreCase(String descriptionLike) Only select tasks with a description matching the parameter .taskDueAfter(Date dueDate) Only select tasks which have a due date after the given date.taskDueBefore(Date dueDate) Only select tasks which have a due date before the given date.taskDueDate(Date dueDate) Only select tasks with the given due date.Only select tasks with the given task id (in practice, there will be maximum one of this kind)taskInvolvedGroupsIn(List<String> involvedGroups) Only select tasks for users involved in the given groupstaskInvolvedUser(String involvedUser) Only select tasks for which there exist anIdentityLinkwith the given user, including tasks which have been assigned to the given user (assignee) or owned by the given user (owner).taskMaxPriority(Integer maxPriority) Only select tasks with the given priority or lower.taskMinPriority(Integer minPriority) Only select tasks with the given priority or higher.Only select tasks with the given nametaskNameIn(List<String> nameList) Only select tasks with a name that is in the given listtaskNameInIgnoreCase(List<String> nameList) Only select tasks with a name that is in the given list This method, unlike thetaskNameIn(List)method will not take in account the upper/lower case: both the input parameters as the column value are lowercased when the query is executed.taskNameLike(String nameLike) Only select tasks with a name matching the parameter.taskNameLikeIgnoreCase(String nameLike) Only select tasks with a name matching the parameter.Only select tasks for which the given user is the owner.taskOwnerLike(String ownerLike) Only select tasks which were last assigned to an owner like the given value.taskOwnerLikeIgnoreCase(String ownerLikeIgnoreCase) Only select tasks which were last assigned to an owner like the given value.taskParentTaskId(String parentTaskId) taskPriority(Integer priority) Only select tasks with the given priority.taskTenantId(String tenantId) Only select tasks that have the given tenant id.taskTenantIdLike(String tenantIdLike) Only select tasks with a tenant id like the given one.taskVariableValueEquals(Object variableValue) Only select tasks which have at least one local task variable with the given value.taskVariableValueEquals(String variableName, Object variableValue) Only select tasks which have a local task variable with the given name set to the given value.taskVariableValueEqualsIgnoreCase(String name, String value) Only select tasks which have a local string variable with the given value, case insensitive.taskVariableValueGreaterThan(String name, Object value) Only select tasks which have a local variable value greater than the passed value when they ended.taskVariableValueGreaterThanOrEqual(String name, Object value) Only select tasks which have a local variable value greater than or equal to the passed value when they ended.taskVariableValueLessThan(String name, Object value) Only select tasks which have a local variable value less than the passed value when the ended.Booleans, Byte-arrays andSerializableobjects (which are not primitive type wrappers) are not supported.taskVariableValueLessThanOrEqual(String name, Object value) Only select tasks which have a local variable value less than or equal to the passed value when they ended.taskVariableValueLike(String name, String value) Only select tasks which have a local variable value like the given value when they ended.taskVariableValueLikeIgnoreCase(String name, String value) Only select tasks which have a local variable value like the given value (case insensitive) when they ended.taskVariableValueNotEquals(String variableName, Object variableValue) Only select tasks which have a local task variable with the given name, but with a different value than the passed value.taskVariableValueNotEqualsIgnoreCase(String name, String value) Only select tasks which have a local string variable with is not the given value, case insensitive.Only select tasks that do not have a tenant id.Instruct localization to fallback to more general locales including the default locale of the JVM if the specified locale is not found.Only select tasks with no due date.
-
Method Details
-
taskId
Only select tasks with the given task id (in practice, there will be maximum one of this kind) -
taskName
Only select tasks with the given name -
taskNameIn
Only select tasks with a name that is in the given list- Throws:
ActivitiIllegalArgumentException- When passed name list is empty ornullor containsnull String.
-
taskNameInIgnoreCase
Only select tasks with a name that is in the given list This method, unlike thetaskNameIn(List)method will not take in account the upper/lower case: both the input parameters as the column value are lowercased when the query is executed.- Throws:
ActivitiIllegalArgumentException- When passed name list is empty ornullor containsnull String.
-
taskNameLike
Only select tasks with a name matching the parameter. The syntax is that of SQL: for example usage: nameLike(%activiti%) -
taskNameLikeIgnoreCase
Only select tasks with a name matching the parameter. The syntax is that of SQL: for example usage: nameLike(%activiti%) This method, unlike thetaskNameLike(String)method will not take in account the upper/lower case: both the input parameter as the column value are lowercased when the query is executed. -
taskDescription
Only select tasks with the given description. -
taskDescriptionLike
Only select tasks with a description matching the parameter . The syntax is that of SQL: for example usage: descriptionLike(%activiti%) -
taskDescriptionLikeIgnoreCase
Only select tasks with a description matching the parameter . The syntax is that of SQL: for example usage: descriptionLike(%activiti%) This method, unlike thetaskDescriptionLike(String)method will not take in account the upper/lower case: both the input parameter as the column value are lowercased when the query is executed. -
taskPriority
Only select tasks with the given priority. -
taskMinPriority
Only select tasks with the given priority or higher. -
taskMaxPriority
Only select tasks with the given priority or lower. -
taskAssignee
Only select tasks which are assigned to the given user. -
taskAssigneeLike
Only select tasks which were last assigned to an assignee like the given value. The syntax that should be used is the same as in SQL, eg. %activiti%. -
taskAssigneeLikeIgnoreCase
Only select tasks which were last assigned to an assignee like the given value. The syntax that should be used is the same as in SQL, eg. %activiti%. This method, unlike thetaskAssigneeLike(String)method will not take in account the upper/lower case: both the input parameter as the column value are lowercased when the query is executed. -
taskAssigneeIds
Only select tasks with an assignee that is in the given list- Throws:
ActivitiIllegalArgumentException- When passed name list is empty ornullor containsnull String.
-
taskOwner
Only select tasks for which the given user is the owner. -
taskOwnerLike
Only select tasks which were last assigned to an owner like the given value. The syntax that should be used is the same as in SQL, eg. %activiti%. -
taskOwnerLikeIgnoreCase
Only select tasks which were last assigned to an owner like the given value. The syntax that should be used is the same as in SQL, eg. %activiti%. This method, unlike thetaskOwnerLike(String)method will not take in account the upper/lower case: both the input parameter as the column value are lowercased when the query is executed. -
taskCandidateUser
Only select tasks for which the given user is a candidate. If identity service is available then also through user's groups. -
taskCandidateUser
Only select tasks for which the given user is a candidate. -
taskInvolvedUser
Only select tasks for which there exist anIdentityLinkwith the given user, including tasks which have been assigned to the given user (assignee) or owned by the given user (owner). -
taskInvolvedGroupsIn
Only select tasks for users involved in the given groups -
taskCandidateGroup
Only select tasks for which users in the given group are candidates. -
taskCandidateGroupIn
Only select tasks for which the 'candidateGroup' is one of the given groups.- Throws:
ActivitiIllegalArgumentException- When query is executed andtaskCandidateGroup(String)ortaskCandidateUser(String)has been executed on the query instance. When passed group list is empty ornull.
-
taskTenantId
Only select tasks that have the given tenant id. -
taskTenantIdLike
Only select tasks with a tenant id like the given one. -
taskWithoutTenantId
T taskWithoutTenantId()Only select tasks that do not have a tenant id. -
processInstanceId
Only select tasks for the given process instance id. -
processInstanceIdIn
Only select tasks for the given process ids. -
processInstanceBusinessKey
Only select tasks foe the given business key -
processInstanceBusinessKeyLike
Only select tasks with a business key like the given value The syntax is that of SQL: for example usage: processInstanceBusinessKeyLike("%activiti%"). -
processInstanceBusinessKeyLikeIgnoreCase
Only select tasks with a business key like the given value The syntax is that of SQL: for example usage: processInstanceBusinessKeyLike("%activiti%"). This method, unlike theprocessInstanceBusinessKeyLike(String)method will not take in account the upper/lower case: both the input parameter as the column value are lowercased when the query is executed. -
executionId
Only select tasks for the given execution. -
taskCreatedOn
Only select tasks that are created on the given date. -
taskCreatedBefore
Only select tasks that are created before the given date. -
taskCreatedAfter
Only select tasks that are created after the given date. -
taskCategory
Only select tasks with the given category. -
taskDefinitionKey
Only select tasks with the given taskDefinitionKey. The task definition key is the id of the userTask: <userTask id="xxx" .../> -
taskDefinitionKeyLike
Only select tasks with a taskDefinitionKey that match the given parameter. The syntax is that of SQL: for example usage: taskDefinitionKeyLike("%activiti%"). The task definition key is the id of the userTask: <userTask id="xxx" .../> -
taskDueDate
Only select tasks with the given due date. -
taskDueBefore
Only select tasks which have a due date before the given date. -
taskDueAfter
Only select tasks which have a due date after the given date. -
taskParentTaskId
-
withoutTaskDueDate
T withoutTaskDueDate()Only select tasks with no due date. -
processDefinitionKey
Only select tasks which are part of a process instance which has the given process definition key. -
processDefinitionKeyLike
Only select tasks which are part of a process instance which has a process definition key like the given value. The syntax that should be used is the same as in SQL, eg. %activiti%. -
processDefinitionKeyLikeIgnoreCase
Only select tasks which are part of a process instance which has a process definition key like the given value. The syntax that should be used is the same as in SQL, eg. %activiti%. This method, unlike theprocessDefinitionKeyLike(String)method will not take in account the upper/lower case: both the input parameter as the column value are lowercased when the query is executed. -
processDefinitionKeyIn
Only select tasks that have a process definition for which the key is present in the given list -
processDefinitionId
Only select tasks which are part of a process instance which has the given process definition id. -
processDefinitionName
Only select tasks which are part of a process instance which has the given process definition name. -
processDefinitionNameLike
Only select tasks which are part of a process instance which has a process definition name like the given value. The syntax that should be used is the same as in SQL, eg. %activiti%. -
processCategoryIn
Only select tasks which are part of a process instance whose definition belongs to the category which is present in the given list.- Parameters:
processCategoryInList-- Throws:
ActivitiIllegalArgumentException- When passed category list is empty ornullor containsnull String.
-
processCategoryNotIn
Only select tasks which are part of a process instance whose definition does not belong to the category which is present in the given list.- Parameters:
processCategoryNotInList-- Throws:
ActivitiIllegalArgumentException- When passed category list is empty ornullor containsnull String.
-
deploymentId
Only select tasks which are part of a process instance which has the given deployment id. -
deploymentIdIn
Only select tasks which are part of a process instance which has the given deployment id. -
taskVariableValueEquals
Only select tasks which have a local task variable with the given name set to the given value. -
taskVariableValueEquals
Only select tasks which have at least one local task variable with the given value. -
taskVariableValueEqualsIgnoreCase
Only select tasks which have a local string variable with the given value, case insensitive.This method only works if your database has encoding/collation that supports case-sensitive queries. For example, use "collate UTF-8" on MySQL and for MSSQL, select one of the case-sensitive Collations available (MSDN Server Collation Reference).
-
taskVariableValueNotEquals
Only select tasks which have a local task variable with the given name, but with a different value than the passed value. Byte-arrays andSerializableobjects (which are not primitive type wrappers) are not supported. -
taskVariableValueNotEqualsIgnoreCase
Only select tasks which have a local string variable with is not the given value, case insensitive.This method only works if your database has encoding/collation that supports case-sensitive queries. For example, use "collate UTF-8" on MySQL and for MSSQL, select one of the case-sensitive Collations available (MSDN Server Collation Reference).
-
taskVariableValueGreaterThan
Only select tasks which have a local variable value greater than the passed value when they ended. Booleans, Byte-arrays andSerializableobjects (which are not primitive type wrappers) are not supported.- Parameters:
name- cannot be null.value- cannot be null.
-
taskVariableValueGreaterThanOrEqual
Only select tasks which have a local variable value greater than or equal to the passed value when they ended. Booleans, Byte-arrays andSerializableobjects (which are not primitive type wrappers) are not supported.- Parameters:
name- cannot be null.value- cannot be null.
-
taskVariableValueLessThan
Only select tasks which have a local variable value less than the passed value when the ended.Booleans, Byte-arrays andSerializableobjects (which are not primitive type wrappers) are not supported.- Parameters:
name- cannot be null.value- cannot be null.
-
taskVariableValueLessThanOrEqual
Only select tasks which have a local variable value less than or equal to the passed value when they ended. Booleans, Byte-arrays andSerializableobjects (which are not primitive type wrappers) are not supported.- Parameters:
name- cannot be null.value- cannot be null.
-
taskVariableValueLike
Only select tasks which have a local variable value like the given value when they ended. This can be used on string variables only.- Parameters:
name- cannot be null.value- cannot be null. The string can include the wildcard character '%' to express like-strategy: starts with (string%), ends with (%string) or contains (%string%).
-
taskVariableValueLikeIgnoreCase
Only select tasks which have a local variable value like the given value (case insensitive) when they ended. This can be used on string variables only.- Parameters:
name- cannot be null.value- cannot be null. The string can include the wildcard character '%' to express like-strategy: starts with (string%), ends with (%string) or contains (%string%).
-
processVariableValueEquals
Only select tasks which are part of a process that has a variable with the given name set to the given value. -
processVariableValueEquals
Only select tasks which are part of a process that has at least one variable with the given value. -
processVariableValueEqualsIgnoreCase
Only select tasks which are part of a process that has a local string variable which is not the given value, case insensitive.This method only works if your database has encoding/collation that supports case-sensitive queries. For example, use "collate UTF-8" on MySQL and for MSSQL, select one of the case-sensitive Collations available (MSDN Server Collation Reference).
-
processVariableValueNotEquals
Only select tasks which have a variable with the given name, but with a different value than the passed value. Byte-arrays andSerializableobjects (which are not primitive type wrappers) are not supported. -
processVariableValueNotEqualsIgnoreCase
Only select tasks which are part of a process that has a string variable with the given value, case insensitive.This method only works if your database has encoding/collation that supports case-sensitive queries. For example, use "collate UTF-8" on MySQL and for MSSQL, select one of the case-sensitive Collations available (MSDN Server Collation Reference).
-
processVariableValueGreaterThan
Only select tasks which have a global variable value greater than the passed value when they ended. Booleans, Byte-arrays andSerializableobjects (which are not primitive type wrappers) are not supported.- Parameters:
name- cannot be null.value- cannot be null.
-
processVariableValueGreaterThanOrEqual
Only select tasks which have a global variable value greater than or equal to the passed value when they ended. Booleans, Byte-arrays andSerializableobjects (which are not primitive type wrappers) are not supported.- Parameters:
name- cannot be null.value- cannot be null.
-
processVariableValueLessThan
Only select tasks which have a global variable value less than the passed value when the ended.Booleans, Byte-arrays andSerializableobjects (which are not primitive type wrappers) are not supported.- Parameters:
name- cannot be null.value- cannot be null.
-
processVariableValueLessThanOrEqual
Only select tasks which have a global variable value less than or equal to the passed value when they ended. Booleans, Byte-arrays andSerializableobjects (which are not primitive type wrappers) are not supported.- Parameters:
name- cannot be null.value- cannot be null.
-
processVariableValueLike
Only select tasks which have a global variable value like the given value when they ended. This can be used on string variables only.- Parameters:
name- cannot be null.value- cannot be null. The string can include the wildcard character '%' to express like-strategy: starts with (string%), ends with (%string) or contains (%string%).
-
processVariableValueLikeIgnoreCase
Only select tasks which have a global variable value like the given value (case insensitive) when they ended. This can be used on string variables only.- Parameters:
name- cannot be null.value- cannot be null. The string can include the wildcard character '%' to express like-strategy: starts with (string%), ends with (%string) or contains (%string%).
-
includeTaskLocalVariables
T includeTaskLocalVariables()Include local task variables in the task query result -
includeProcessVariables
T includeProcessVariables()Include global task variables in the task query result -
limitTaskVariables
Limit task variables -
locale
Localize task name and description to specified locale. -
withLocalizationFallback
T withLocalizationFallback()Instruct localization to fallback to more general locales including the default locale of the JVM if the specified locale is not found. -
or
T or()All query clauses called will be added to a single or-statement. This or-statement will be included with the other already existing clauses in the query, joined by an 'and'. Calling endOr() will add all clauses to the regular query again. Calling or() after endOr() has been called will result in an exception. -
endOr
T endOr() -
orderByTaskId
T orderByTaskId()Order by task id (needs to be followed byQuery.asc()orQuery.desc()). -
orderByTaskName
T orderByTaskName()Order by task name (needs to be followed byQuery.asc()orQuery.desc()). -
orderByTaskDescription
T orderByTaskDescription()Order by description (needs to be followed byQuery.asc()orQuery.desc()). -
orderByTaskPriority
T orderByTaskPriority()Order by priority (needs to be followed byQuery.asc()orQuery.desc()). -
orderByTaskAssignee
T orderByTaskAssignee()Order by assignee (needs to be followed byQuery.asc()orQuery.desc()). -
orderByTaskCreateTime
T orderByTaskCreateTime()Order by the time on which the tasks were created (needs to be followed byQuery.asc()orQuery.desc()). -
orderByProcessInstanceId
T orderByProcessInstanceId()Order by process instance id (needs to be followed byQuery.asc()orQuery.desc()). -
orderByExecutionId
T orderByExecutionId()Order by execution id (needs to be followed byQuery.asc()orQuery.desc()). -
orderByProcessDefinitionId
T orderByProcessDefinitionId()Order by process definition id (needs to be followed byQuery.asc()orQuery.desc()). -
orderByTaskDueDate
T orderByTaskDueDate()Order by task due date (needs to be followed byQuery.asc()orQuery.desc()). -
orderByTaskOwner
T orderByTaskOwner()Order by task owner (needs to be followed byQuery.asc()orQuery.desc()). -
orderByTaskDefinitionKey
T orderByTaskDefinitionKey()Order by task definition key (needs to be followed byQuery.asc()orQuery.desc()). -
orderByTenantId
T orderByTenantId()Order by tenant id (needs to be followed byQuery.asc()orQuery.desc()). -
orderByDueDateNullsFirst
T orderByDueDateNullsFirst()Order by due date (needs to be followed byQuery.asc()orQuery.desc()). If any of the tasks have null for the due date, these will be first in the result. -
orderByDueDateNullsLast
T orderByDueDateNullsLast()Order by due date (needs to be followed byQuery.asc()orQuery.desc()). If any of the tasks have null for the due date, these will be last in the result.
-