Package | Description |
---|---|
org.activiti.rest.service.api | |
org.activiti.rest.service.api.history | |
org.activiti.rest.service.api.runtime.task |
Modifier and Type | Method and Description |
---|---|
CommentResponse |
RestResponseFactory.createRestComment(org.activiti.engine.task.Comment comment) |
CommentResponse |
RestResponseFactory.createRestComment(org.activiti.engine.task.Comment comment,
RestUrlBuilder urlBuilder) |
Modifier and Type | Method and Description |
---|---|
List<CommentResponse> |
RestResponseFactory.createRestCommentList(List<org.activiti.engine.task.Comment> comments) |
Modifier and Type | Method and Description |
---|---|
CommentResponse |
HistoricProcessInstanceCommentCollectionResource.createComment(String processInstanceId,
CommentResponse comment,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
CommentResponse |
HistoricProcessInstanceCommentResource.getComment(String processInstanceId,
String commentId,
javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
List<CommentResponse> |
HistoricProcessInstanceCommentCollectionResource.getComments(String processInstanceId,
javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
CommentResponse |
HistoricProcessInstanceCommentCollectionResource.createComment(String processInstanceId,
CommentResponse comment,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
Modifier and Type | Method and Description |
---|---|
CommentResponse |
TaskCommentCollectionResource.createComment(String taskId,
CommentRequest comment,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
CommentResponse |
TaskCommentResource.getComment(String taskId,
String commentId,
javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
List<CommentResponse> |
TaskCommentCollectionResource.getComments(String taskId,
javax.servlet.http.HttpServletRequest request) |
Copyright © 2016 Alfresco. All rights reserved.