org.ow2.orchestra.pvm.model
Interface Discussable

All Known Subinterfaces:
ActivityExecution, ClientExecution, ClientProcessInstance, Comment, EventListenerExecution, OpenExecution
All Known Implementing Classes:
CommentImpl, ExecutionImpl

public interface Discussable

Author:
Tom Baeyens

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

Method Detail

getComments

List<Comment> getComments()
all comments.


createComment

Comment createComment(String message)
create a comment


removeComment

void removeComment(Comment comment)
remove a comment



Copyright © 2011 OW2 Consortium. All Rights Reserved.