Modifier and Type | Method and Description |
---|---|
CommentInstanceRepresentation |
PlatformCaseInstanceService.createCaseInstanceComment(String caseInstanceId,
String commentContent) |
CommentInstanceRepresentation |
PlatformCaseInstanceService.updateCaseInstanceComment(String caseInstanceId,
String commentId,
String commentContent) |
Modifier and Type | Method and Description |
---|---|
DataResponse<CommentInstanceRepresentation> |
PlatformCaseInstanceService.getCaseInstanceComments(CommentQueryRequest request) |
Modifier and Type | Method and Description |
---|---|
CommentInstanceRepresentation |
PlatformCommentService.createComment(String scopeId,
String scopeType,
String commentContent) |
CommentInstanceRepresentation |
PlatformCommentService.updateComment(Comment comment,
String scopeId,
String scopeType,
String updatedContent) |
Modifier and Type | Method and Description |
---|---|
protected List<CommentInstanceRepresentation> |
PlatformCommentService.commentMapper(List<Comment> comments) |
DataResponse<CommentInstanceRepresentation> |
PlatformCommentService.getComments(CommentQueryRequest request) |
Modifier and Type | Method and Description |
---|---|
CommentInstanceRepresentation |
PlatformProcessInstanceService.createProcessInstanceComment(String processInstanceId,
String commentContent) |
CommentInstanceRepresentation |
PlatformProcessInstanceService.updateProcessInstanceComment(String processInstanceId,
String commentId,
String commentContent) |
Modifier and Type | Method and Description |
---|---|
DataResponse<CommentInstanceRepresentation> |
PlatformProcessInstanceService.getProcessInstanceComments(CommentQueryRequest request) |
Modifier and Type | Method and Description |
---|---|
CommentInstanceRepresentation |
PlatformTaskService.createTaskComment(String taskId,
String commentContent) |
CommentInstanceRepresentation |
PlatformTaskService.updateTaskComment(String taskId,
String commentId,
String commentContent) |
Modifier and Type | Method and Description |
---|---|
DataResponse<CommentInstanceRepresentation> |
PlatformTaskService.getTaskComments(CommentQueryRequest request) |