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, String assignedOwner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAssignedOwner()LonggetEventId()DategetLogTime()StringgetMessage()LonggetTaskId()StringgetType()StringgetUserId()LonggetWorkItemId()StringtoString()
-
-
-
Method Detail
-
getAssignedOwner
public String getAssignedOwner()
-
getEventId
public Long getEventId()
-
getTaskId
public Long getTaskId()
-
getType
public String getType()
-
getUserId
public String getUserId()
-
getLogTime
public Date getLogTime()
-
getWorkItemId
public Long getWorkItemId()
-
getMessage
public String getMessage()
-
-