| Package | Description |
|---|---|
| org.activiti.app.model.runtime | |
| org.activiti.app.repository.runtime | |
| org.activiti.app.service.runtime |
| Constructor and Description |
|---|
CommentRepresentation(Comment comment) |
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
CommentRepository.findByProcessInstanceId(String processInstanceId,
org.springframework.data.domain.Sort sort) |
List<Comment> |
CommentRepository.findByTaskId(String taskId,
org.springframework.data.domain.Sort sort) |
| Modifier and Type | Method and Description |
|---|---|
Comment |
CommentService.createComment(String message,
User createdBy,
String processInstanceId) |
Comment |
CommentService.createComment(String message,
User createdBy,
String taskId,
String processInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
CommentService.getCommentsForProcessInstance(String processInstanceId,
boolean latestFirst) |
List<Comment> |
CommentService.getCommentsForTask(String taskId,
boolean latestFirst) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommentService.deleteComment(Comment comment) |
Copyright © 2017 Alfresco. All rights reserved.