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

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

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

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

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

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

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

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

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

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

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



Copyright © 2011 OW2 Consortium. All Rights Reserved.