Uses of Class
overit.geocallapp.wfm.orchestrator.assets.rs1.asset.characteristicvalue.DTOAssetCharacteristicValueInsert
Packages that use DTOAssetCharacteristicValueInsert
-
Uses of DTOAssetCharacteristicValueInsert in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.characteristicvalue
Methods in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.characteristicvalue with parameters of type DTOAssetCharacteristicValueInsertModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> OrchestratorAssetCharacteristicValueService.post(Long assetId, @Valid DTOAssetCharacteristicValueInsert dto) Method parameters in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.characteristicvalue with type arguments of type DTOAssetCharacteristicValueInsertModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<DTOIdentifier<Long>>> OrchestratorAssetCharacteristicValueService.batchPost(Long assetId, @Size(min=1,max=400) @Valid List<DTOAssetCharacteristicValueInsert> dtos) Creates a set of new asset characteristic values by calling theAssetCharacteristicValueInsertBatchEvent