Class TaskQueryItem
- java.lang.Object
-
- pro.taskana.monitor.api.reports.item.TaskQueryItem
-
-
Constructor Summary
Constructors Constructor Description TaskQueryItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()The key of a QueryItem determines its row within aReport.TaskStategetState()intgetValue()voidsetCount(int count)voidsetState(TaskState state)voidsetWorkbasketKey(String workbasketKey)StringtoString()
-
-
-
Method Detail
-
setWorkbasketKey
public void setWorkbasketKey(String workbasketKey)
-
setCount
public void setCount(int count)
-
getState
public TaskState getState()
-
setState
public void setState(TaskState state)
-
getKey
public String getKey()
Description copied from interface:QueryItemThe key of a QueryItem determines its row within aReport.
-
-