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