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
ConstructorDescriptionProcessInstanceCommentResourceImpl
(ProcessEngine engine, String processInstanceId) -
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteComment
(String commentId) Deletes a comment by a given commentIdvoid
Deletes all comments by a given processInstanceIdvoid
updateComment
(CommentDto comment) Updates message for a given processInstanceId and commentId
-
Constructor Details
-
ProcessInstanceCommentResourceImpl
-
-
Method Details
-
getComments
- Specified by:
getComments
in interfaceProcessInstanceCommentResource
-
deleteComment
Deletes a comment by a given commentId- Specified by:
deleteComment
in interfaceProcessInstanceCommentResource
-
updateComment
Updates message for a given processInstanceId and commentId- Specified by:
updateComment
in interfaceProcessInstanceCommentResource
-
deleteComments
public void deleteComments()Deletes all comments by a given processInstanceId- Specified by:
deleteComments
in interfaceProcessInstanceCommentResource
-