Uses of Class
org.camunda.community.rest.client.dto.AnnotationDto
Packages that use AnnotationDto
-
Uses of AnnotationDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api with parameters of type AnnotationDtoModifier and TypeMethodDescriptionvoidHistoricUserOperationLogApi.setAnnotationUserOperationLog(String operationId, AnnotationDto annotationDto) Set Annotation to an User Operation Log (Historic) Set an annotation for auditing reasons.voidHistoricUserOperationLogApi.setAnnotationUserOperationLog(String operationId, AnnotationDto annotationDto, Map<String, String> additionalHeaders) Set Annotation to an User Operation Log (Historic) Set an annotation for auditing reasons.voidIncidentApi.setIncidentAnnotation(String id, AnnotationDto annotationDto) Set Incident Annotation Sets the annotation of an incident with given id.voidIncidentApi.setIncidentAnnotation(String id, AnnotationDto annotationDto, Map<String, String> additionalHeaders) Set Incident Annotation Sets the annotation of an incident with given id. -
Uses of AnnotationDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return AnnotationDto