Class TaskCommentResourceImpl
java.lang.Object
org.camunda.bpm.engine.rest.sub.task.impl.TaskCommentResourceImpl
- All Implemented Interfaces:
TaskCommentResource
-
Constructor Summary
ConstructorDescriptionTaskCommentResourceImpl
(ProcessEngine engine, String taskId, String rootResourcePath) -
Method Summary
Modifier and TypeMethodDescriptioncreateComment
(jakarta.ws.rs.core.UriInfo uriInfo, CommentDto commentDto) getComment
(String commentId)
-
Constructor Details
-
TaskCommentResourceImpl
-
-
Method Details
-
getComments
- Specified by:
getComments
in interfaceTaskCommentResource
-
getComment
- Specified by:
getComment
in interfaceTaskCommentResource
-
createComment
- Specified by:
createComment
in interfaceTaskCommentResource
-