org.jbpm.model
Interface Discussable

All Known Subinterfaces:
ActivityExecution, ClientExecution, ClientProcessInstance, Comment, EventListenerExecution, OpenExecution

public interface Discussable

Author:
Tom Baeyens

Method Summary
 Comment createComment(java.lang.String message)
          create a comment
 java.util.List<Comment> getComments()
          all comments.
 void removeComment(Comment comment)
          remove a comment
 

Method Detail

getComments

java.util.List<Comment> getComments()
all comments.


createComment

Comment createComment(java.lang.String message)
create a comment


removeComment

void removeComment(Comment comment)
remove a comment



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