Package org.jbpm.workbench.ht.model
Class TaskEventSummary
- java.lang.Object
-
- org.uberfire.paging.AbstractPageRow
-
- org.jbpm.workbench.common.model.GenericSummary<Long>
-
- org.jbpm.workbench.ht.model.TaskEventSummary
-
- All Implemented Interfaces:
Serializable,Comparable<org.uberfire.paging.AbstractPageRow>
@Portable public class TaskEventSummary extends org.jbpm.workbench.common.model.GenericSummary<Long>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TaskEventSummary()TaskEventSummary(Long eventId, Long taskId, String type, String userId, Long workItemId, Date logTime, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetEventId()DategetLogTime()StringgetMessage()LonggetTaskId()StringgetType()StringgetUserId()LonggetWorkItemId()StringtoString()
-