Package pro.taskana.monitor.api
Class CombinedClassificationFilter
java.lang.Object
pro.taskana.monitor.api.CombinedClassificationFilter
The CombinedClassificationFilter is a pair of a classificationId for a Task and a
classificationId for the corresponding Attachment. Such pair can only be created for
tasks that have no more than one Attachment. The pair is used to filter the
WorkbasketReport by the Classification of the Attachment.
To filter by the Classification of the Task, the
attachmentClassificationId of the CombinedClassificationFilter should be NULL.
-
Constructor Summary
ConstructorsConstructorDescriptionCombinedClassificationFilter(String taskClassificationId) CombinedClassificationFilter(String taskClassificationId, String attachmentClassificationId) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAttachmentClassificationId(String attachmentClassificationId) voidsetTaskClassificationId(String taskClassificationId) toString()