Class CaseQueryResult
- java.lang.Object
-
- com.aquima.interactions.process.dao.impl.CaseQueryResult
-
- All Implemented Interfaces:
ICaseQueryResult
public class CaseQueryResult extends Object implements ICaseQueryResult
-
-
Constructor Summary
Constructors Constructor Description CaseQueryResult(ICaseModel caseModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAttributeValue(AttributeReference attribute, IValue value)
AttributeReference[]
getAttributes()
this method returns the attribute references that this task model contains.IValue
getAttributeValue(AttributeReference attribute)
this method returns the value of the attribute from the case the task is defined for.ICaseModel
getCaseModel()
This method returns the case of the task.
-
-
-
Constructor Detail
-
CaseQueryResult
public CaseQueryResult(ICaseModel caseModel)
-
-
Method Detail
-
getCaseModel
public ICaseModel getCaseModel()
Description copied from interface:ICaseQueryResult
This method returns the case of the task.- Specified by:
getCaseModel
in interfaceICaseQueryResult
- Returns:
- The model of the case.
-
getAttributes
public AttributeReference[] getAttributes()
Description copied from interface:ICaseQueryResult
this method returns the attribute references that this task model contains.- Specified by:
getAttributes
in interfaceICaseQueryResult
- Returns:
- The attribute references that this task model contains.
-
getAttributeValue
public IValue getAttributeValue(AttributeReference attribute)
Description copied from interface:ICaseQueryResult
this method returns the value of the attribute from the case the task is defined for.- Specified by:
getAttributeValue
in interfaceICaseQueryResult
- Parameters:
attribute
- The attribute.- Returns:
- The value of the attribute from the case the task is defined for.
-
addAttributeValue
public void addAttributeValue(AttributeReference attribute, IValue value)
-
-