Uses of Class
org.camunda.community.rest.client.dto.CommentDto
Packages that use CommentDto
-
Uses of CommentDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api that return CommentDtoModifier and TypeMethodDescriptionTaskCommentApi.createComment(String id, CommentDto commentDto) Create Creates a comment for a task by id.TaskCommentApi.createComment(String id, CommentDto commentDto, Map<String, String> additionalHeaders) Create Creates a comment for a task by id.TaskCommentApi.getComment(String id, String commentId) Get Retrieves a task comment by task id and comment id.Get Retrieves a task comment by task id and comment id.Methods in org.camunda.community.rest.client.api that return types with arguments of type CommentDtoModifier and TypeMethodDescriptionTaskCommentApi.getComments(String id) Get List Gets the comments for a task by id.TaskCommentApi.getComments(String id, Map<String, String> additionalHeaders) Get List Gets the comments for a task by id.ProcessInstanceApi.getProcessInstanceComments(String id) Get Process Instance Comments Gets the comments for a process instance by id.ProcessInstanceApi.getProcessInstanceComments(String id, Map<String, String> additionalHeaders) Get Process Instance Comments Gets the comments for a process instance by id.Methods in org.camunda.community.rest.client.api with parameters of type CommentDtoModifier and TypeMethodDescriptionTaskCommentApi.createComment(String id, CommentDto commentDto) Create Creates a comment for a task by id.TaskCommentApi.createComment(String id, CommentDto commentDto, Map<String, String> additionalHeaders) Create Creates a comment for a task by id. -
Uses of CommentDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return CommentDtoModifier and TypeMethodDescriptionCommentDto.addLinksItem(AtomLink linksItem) CommentDto.processInstanceId(String processInstanceId) CommentDto.removalTime(OffsetDateTime removalTime) CommentDto.rootProcessInstanceId(String rootProcessInstanceId) CommentDto.time(OffsetDateTime time)