Uses of Class
org.jbpm.graph.exe.Comment

Packages that use Comment
org.jbpm.graph.exe contains the runtime structures for process executions. 
org.jbpm.taskmgmt.exe   
 

Uses of Comment in org.jbpm.graph.exe
 

Fields in org.jbpm.graph.exe with type parameters of type Comment
protected  java.util.List<Comment> Token.comments
           
 

Methods in org.jbpm.graph.exe that return types with arguments of type Comment
 java.util.List<Comment> Token.getComments()
           
 

Methods in org.jbpm.graph.exe with parameters of type Comment
 void Token.addComment(Comment comment)
           
 

Uses of Comment in org.jbpm.taskmgmt.exe
 

Fields in org.jbpm.taskmgmt.exe with type parameters of type Comment
protected  java.util.List<Comment> TaskInstance.comments
           
 

Methods in org.jbpm.taskmgmt.exe that return types with arguments of type Comment
 java.util.List<Comment> TaskInstance.getComments()
           
 

Methods in org.jbpm.taskmgmt.exe with parameters of type Comment
 void TaskInstance.addComment(Comment comment)
           
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.