Uses of Class
org.jboss.seam.rest.example.client.tasks.Task

Packages that use Task
org.jboss.seam.rest.example.client.tasks   
org.jboss.seam.rest.example.client.tasks.analyzer   
 

Uses of Task in org.jboss.seam.rest.example.client.tasks
 

Methods in org.jboss.seam.rest.example.client.tasks that return types with arguments of type Task
 List<Task> Category.getTasks()
           
 List<Task> SeamTasksService.getTasks(String status, int start, int limit)
           
 

Method parameters in org.jboss.seam.rest.example.client.tasks with type arguments of type Task
 void Category.setTasks(List<Task> tasks)
           
 

Uses of Task in org.jboss.seam.rest.example.client.tasks.analyzer
 

Methods in org.jboss.seam.rest.example.client.tasks.analyzer with parameters of type Task
 void LexicalAnalyzer.processTask(Task task)
           
 void SimpleAnalyzer.processTask(Task task)
           
 void HistoryAnalyzer.processTask(Task task)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.