Uses of Class
org.ow2.bonita.pvm.internal.model.CommentImpl

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

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

Fields in org.ow2.bonita.pvm.internal.model declared as CommentImpl
protected  CommentImpl CommentImpl.parent
           
 

Fields in org.ow2.bonita.pvm.internal.model with type parameters of type CommentImpl
protected  java.util.List<CommentImpl> CommentImpl.comments
           
protected  java.util.Set<CommentImpl> ExecutionImpl.comments
          the free text comments users make on this execution
 

Methods in org.ow2.bonita.pvm.internal.model with parameters of type CommentImpl
 void ExecutionImpl.addComment(CommentImpl comment)
           
 void CommentImpl.setParent(CommentImpl parent)
           
 

Method parameters in org.ow2.bonita.pvm.internal.model with type arguments of type CommentImpl
 void CommentImpl.setComments(java.util.List<CommentImpl> replies)
           
 void ExecutionImpl.setComments(java.util.Set<CommentImpl> comments)
           
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.