Class ProcessInstanceCommentResourceImpl
- java.lang.Object
-
- org.camunda.bpm.engine.rest.sub.runtime.impl.ProcessInstanceCommentResourceImpl
-
- All Implemented Interfaces:
ProcessInstanceCommentResource
public class ProcessInstanceCommentResourceImpl extends java.lang.Object implements ProcessInstanceCommentResource
-
-
Constructor Summary
Constructors Constructor Description ProcessInstanceCommentResourceImpl(ProcessEngine engine, java.lang.String processInstanceId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CommentDto>
getComments()
-
-
-
Constructor Detail
-
ProcessInstanceCommentResourceImpl
public ProcessInstanceCommentResourceImpl(ProcessEngine engine, java.lang.String processInstanceId)
-
-
Method Detail
-
getComments
public java.util.List<CommentDto> getComments()
- Specified by:
getComments
in interfaceProcessInstanceCommentResource
-
-