Class TaskQueryResult
java.lang.Object
com.aquima.interactions.process.dao.impl.TaskQueryResult
- All Implemented Interfaces:
ITaskQueryResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAttributeValue
(AttributeReference attribute, IValue value) this method returns the attribute references that this task model contains.getAttributeValue
(AttributeReference attribute) this method returns the value of the attribute from the case the task is defined for.This method returns the case of the task.String[]
this method returns the custom fields defined for this taskgetCustomFieldValue
(String customField) this method returns the value of a custom field for the task.This method returns the task model.
-
Constructor Details
-
TaskQueryResult
-
-
Method Details
-
getCaseModel
Description copied from interface:ITaskQueryResult
This method returns the case of the task.- Specified by:
getCaseModel
in interfaceITaskQueryResult
- Returns:
- The model of the case.
-
getTaskModel
Description copied from interface:ITaskQueryResult
This method returns the task model.- Specified by:
getTaskModel
in interfaceITaskQueryResult
- Returns:
- The model of the task.
-
getAttributes
Description copied from interface:ITaskQueryResult
this method returns the attribute references that this task model contains.- Specified by:
getAttributes
in interfaceITaskQueryResult
- Returns:
- The attribute references that this task model contains.
-
getAttributeValue
Description copied from interface:ITaskQueryResult
this method returns the value of the attribute from the case the task is defined for.- Specified by:
getAttributeValue
in interfaceITaskQueryResult
- Parameters:
attribute
- The attribute.- Returns:
- The value of the attribute from the case the task is defined for.
-
addAttributeValue
-
getCustomFieldValue
Description copied from interface:ITaskQueryResult
this method returns the value of a custom field for the task.- Specified by:
getCustomFieldValue
in interfaceITaskQueryResult
- Parameters:
customField
- The custom field.- Returns:
- The value of a custom field from the task.
-
getCustomFields
Description copied from interface:ITaskQueryResult
this method returns the custom fields defined for this task- Specified by:
getCustomFields
in interfaceITaskQueryResult
- Returns:
- custom field keys
-