org.camunda.bpm.engine.rest.sub.task.impl
Class TaskCommentResourceImpl
java.lang.Object
org.camunda.bpm.engine.rest.sub.task.impl.TaskCommentResourceImpl
- All Implemented Interfaces:
- TaskCommentResource
public class TaskCommentResourceImpl
- extends Object
- implements TaskCommentResource
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskCommentResourceImpl
public TaskCommentResourceImpl(ProcessEngine engine,
String taskId,
String rootResourcePath)
getComments
public List<CommentDto> getComments()
- Specified by:
getComments in interface TaskCommentResource
getComment
public CommentDto getComment(String commentId)
- Specified by:
getComment in interface TaskCommentResource
createComment
public CommentDto createComment(javax.ws.rs.core.UriInfo uriInfo,
CommentDto commentDto)
- Specified by:
createComment in interface TaskCommentResource
Copyright © 2016 camunda services GmbH. All rights reserved.