Interface ProcessInstanceCommentResource
-
- All Known Implementing Classes:
ProcessInstanceCommentResourceImpl
public interface ProcessInstanceCommentResource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<CommentDto>
getComments()
-
-
-
Method Detail
-
getComments
@GET @Produces("application/json") List<CommentDto> getComments()
-
-