Interface ProcessInstanceCommentResource
- All Known Implementing Classes:
 ProcessInstanceCommentResourceImpl
public interface ProcessInstanceCommentResource
- 
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteComment(String commentId) voidvoidupdateComment(CommentDto comment)  
- 
Method Details
- 
getComments
 - 
deleteComment
@DELETE @Path("/{commentId}") @Produces("application/json") void deleteComment(@PathParam("commentId") String commentId)  - 
updateComment
 - 
deleteComments
@DELETE void deleteComments() 
 -