Class ProcessInstanceCommentResourceImpl
java.lang.Object
org.camunda.bpm.engine.rest.sub.runtime.impl.ProcessInstanceCommentResourceImpl
- All Implemented Interfaces:
ProcessInstanceCommentResource
public class ProcessInstanceCommentResourceImpl
extends Object
implements ProcessInstanceCommentResource
-
Constructor Summary
ConstructorsConstructorDescriptionProcessInstanceCommentResourceImpl(ProcessEngine engine, String processInstanceId) -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteComment(String commentId) Deletes a comment by a given commentIdvoidDeletes all comments by a given processInstanceIdvoidupdateComment(CommentDto comment) Updates message for a given processInstanceId and commentId
-
Constructor Details
-
ProcessInstanceCommentResourceImpl
-
-
Method Details
-
getComments
- Specified by:
getCommentsin interfaceProcessInstanceCommentResource
-
deleteComment
Deletes a comment by a given commentId- Specified by:
deleteCommentin interfaceProcessInstanceCommentResource
-
updateComment
Updates message for a given processInstanceId and commentId- Specified by:
updateCommentin interfaceProcessInstanceCommentResource
-
deleteComments
public void deleteComments()Deletes all comments by a given processInstanceId- Specified by:
deleteCommentsin interfaceProcessInstanceCommentResource
-