jBPM Console NG - Human Tasks API 6.2.0.CR4

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

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.TasksPerDaySummary
All Implemented Interfaces:
Serializable, Comparable<org.uberfire.paging.AbstractPageRow>

@Portable
public class TasksPerDaySummary
extends GenericSummary

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.console.ng.ga.model.GenericSummary
id, name
 
Constructor Summary
TasksPerDaySummary()
           
TasksPerDaySummary(Day day, List<TaskSummary> tasks)
           
 
Method Summary
 Day getDay()
           
 List<TaskSummary> getTasks()
           
 
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, toString, wait, wait, wait
 

Constructor Detail

TasksPerDaySummary

public TasksPerDaySummary(Day day,
                          List<TaskSummary> tasks)

TasksPerDaySummary

public TasksPerDaySummary()
Method Detail

getDay

public Day getDay()

getTasks

public List<TaskSummary> getTasks()

jBPM Console NG - Human Tasks API 6.2.0.CR4

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