org.camunda.bpm.engine.rest.sub.task
Interface TaskCommentResource

All Known Implementing Classes:
TaskCommentResourceImpl

public interface TaskCommentResource


Method Summary
 CommentDto createComment(javax.ws.rs.core.UriInfo uriInfo, CommentDto comment)
           
 CommentDto getComment(String commentId)
           
 List<CommentDto> getComments()
           
 

Method Detail

getComments

List<CommentDto> getComments()

getComment

CommentDto getComment(String commentId)

createComment

CommentDto createComment(@Context
                         javax.ws.rs.core.UriInfo uriInfo,
                         CommentDto comment)


Copyright © 2016 camunda services GmbH. All rights reserved.