Uses of Interface
org.ow2.bonita.pvm.model.Comment

Packages that use Comment
org.ow2.bonita.pvm.internal.model   
org.ow2.bonita.pvm.model   
 

Uses of Comment in org.ow2.bonita.pvm.internal.model
 

Classes in org.ow2.bonita.pvm.internal.model that implement Comment
 class CommentImpl
           
 

Methods in org.ow2.bonita.pvm.internal.model that return Comment
 Comment CommentImpl.createComment(java.lang.String message)
           
 Comment ExecutionImpl.createComment(java.lang.String message)
           
 Comment CommentImpl.getParent()
           
 

Methods in org.ow2.bonita.pvm.internal.model that return types with arguments of type Comment
 java.util.List<Comment> CommentImpl.getComments()
           
 java.util.List<Comment> ExecutionImpl.getComments()
           
 

Methods in org.ow2.bonita.pvm.internal.model with parameters of type Comment
 void CommentImpl.removeComment(Comment comment)
           
 void ExecutionImpl.removeComment(Comment comment)
           
 

Uses of Comment in org.ow2.bonita.pvm.model
 

Methods in org.ow2.bonita.pvm.model that return Comment
 Comment Discussable.createComment(java.lang.String message)
          create a comment
 

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

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



Copyright © 2009 OW2 Consortium. All Rights Reserved.