org.camunda.bpm.engine.rest.sub.task.impl
Class TaskCommentResourceImpl

java.lang.Object
  extended by org.camunda.bpm.engine.rest.sub.task.impl.TaskCommentResourceImpl
All Implemented Interfaces:
TaskCommentResource

public class TaskCommentResourceImpl
extends Object
implements TaskCommentResource


Constructor Summary
TaskCommentResourceImpl(ProcessEngine engine, String taskId, String rootResourcePath)
           
 
Method Summary
 CommentDto createComment(javax.ws.rs.core.UriInfo uriInfo, CommentDto commentDto)
           
 CommentDto getComment(String commentId)
           
 List<CommentDto> getComments()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskCommentResourceImpl

public TaskCommentResourceImpl(ProcessEngine engine,
                               String taskId,
                               String rootResourcePath)
Method Detail

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.