Uses of Class
org.camunda.bpm.engine.rest.dto.AnnotationDto
-
-
Uses of AnnotationDto in org.camunda.bpm.engine.rest.history
Methods in org.camunda.bpm.engine.rest.history with parameters of type AnnotationDto Modifier and Type Method Description javax.ws.rs.core.Response
UserOperationLogRestService. setAnnotation(String operationId, AnnotationDto annotationDto)
-
Uses of AnnotationDto in org.camunda.bpm.engine.rest.impl.history
Methods in org.camunda.bpm.engine.rest.impl.history with parameters of type AnnotationDto Modifier and Type Method Description javax.ws.rs.core.Response
UserOperationLogRestServiceImpl. setAnnotation(String operationId, AnnotationDto annotationDto)
-
Uses of AnnotationDto in org.camunda.bpm.engine.rest.sub.repository.impl
Methods in org.camunda.bpm.engine.rest.sub.repository.impl with parameters of type AnnotationDto Modifier and Type Method Description javax.ws.rs.core.Response
IncidentResourceImpl. setAnnotation(AnnotationDto annotationDto)
-
Uses of AnnotationDto in org.camunda.bpm.engine.rest.sub.runtime
Methods in org.camunda.bpm.engine.rest.sub.runtime with parameters of type AnnotationDto Modifier and Type Method Description javax.ws.rs.core.Response
IncidentResource. setAnnotation(AnnotationDto annotationDto)
-