jBPM Console NG - Human Tasks API 6.2.0.CR4

org.jbpm.console.ng.ht.model
Class TaskEventSummary

java.lang.Object
  extended by org.uberfire.paging.AbstractPageRow
      extended by org.jbpm.console.ng.ga.model.GenericSummary
          extended by org.jbpm.console.ng.ht.model.TaskEventSummary
All Implemented Interfaces:
Serializable, Comparable<org.uberfire.paging.AbstractPageRow>

@Portable
public class TaskEventSummary
extends GenericSummary

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.console.ng.ga.model.GenericSummary
id, name
 
Constructor Summary
TaskEventSummary()
           
TaskEventSummary(Long eventId, Long taskId, String type, String userId, Long workItemId, Date logTime)
           
 
Method Summary
 Long getEventId()
           
 Date getLogTime()
           
 Long getTaskId()
           
 String getType()
           
 String getUserId()
           
 Long getWorkItemId()
           
 String toString()
           
 
Methods inherited from class org.jbpm.console.ng.ga.model.GenericSummary
equals, getId, getName, hashCode, setId, setName
 
Methods inherited from class org.uberfire.paging.AbstractPageRow
compareTo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TaskEventSummary

public TaskEventSummary()

TaskEventSummary

public TaskEventSummary(Long eventId,
                        Long taskId,
                        String type,
                        String userId,
                        Long workItemId,
                        Date logTime)
Method Detail

getEventId

public Long getEventId()

getTaskId

public Long getTaskId()

getType

public String getType()

getUserId

public String getUserId()

getLogTime

public Date getLogTime()

getWorkItemId

public Long getWorkItemId()

toString

public String toString()
Overrides:
toString in class Object

jBPM Console NG - Human Tasks API 6.2.0.CR4

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.