Uses of Interface
org.jbpm.pvm.model.Comment

Packages that use Comment
org.jbpm.pvm.model common model base classes for the client, activity and event listener API's 
 

Uses of Comment in org.jbpm.pvm.model
 

Methods in org.jbpm.pvm.model that return Comment
 Comment Discussable.createComment(String message)
          create a comment
 

Methods in org.jbpm.pvm.model that return types with arguments of type Comment
 List<Comment> Discussable.getComments()
          all comments.
 

Methods in org.jbpm.pvm.model with parameters of type Comment
 void Discussable.removeComment(Comment comment)
          remove a comment
 



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