Uses of Class
org.fiware.ngsi.model.BatchOperationResultVO
-
Uses of BatchOperationResultVO in org.fiware.ngsi.api
Modifier and TypeMethodDescriptionio.micronaut.http.HttpResponse<BatchOperationResultVO>
BatchOperationsApi.batchEntityCreation
(EntityListVO entityListVO) io.micronaut.http.HttpResponse<BatchOperationResultVO>
EntitiesApi.batchEntityCreation
(EntityListVO entityListVO) io.micronaut.http.HttpResponse<BatchOperationResultVO>
BatchOperationsApi.batchEntityDelete
(List<URI> javaNetURI) io.micronaut.http.HttpResponse<BatchOperationResultVO>
EntitiesApi.batchEntityDelete
(List<URI> javaNetURI) io.micronaut.http.HttpResponse<BatchOperationResultVO>
BatchOperationsApi.batchEntityUpdate
(EntityListVO entityListVO, String options) io.micronaut.http.HttpResponse<BatchOperationResultVO>
EntitiesApi.batchEntityUpdate
(EntityListVO entityListVO, String options) io.micronaut.http.HttpResponse<BatchOperationResultVO>
BatchOperationsApi.batchEntityUpsert
(EntityListVO entityListVO, String options) io.micronaut.http.HttpResponse<BatchOperationResultVO>
EntitiesApi.batchEntityUpsert
(EntityListVO entityListVO, String options) -
Uses of BatchOperationResultVO in org.fiware.ngsi.model
Modifier and TypeMethodDescriptionBatchOperationResultVO.addErrorItem
(BatchEntityErrorVO errorItem) BatchOperationResultVO.addSuccessItem
(URI successItem) BatchOperationResultVO.error
(List<BatchEntityErrorVO> newError) BatchOperationResultVO.setError
(List<BatchEntityErrorVO> newError) BatchOperationResultVO.setSuccess
(List<URI> newSuccess)