Uses of Interface
io.resys.hdes.client.api.HdesComposer.UpdateEntity
Packages that use HdesComposer.UpdateEntity
Package
Description
-
Uses of HdesComposer.UpdateEntity in io.resys.hdes.client.api
Classes in io.resys.hdes.client.api that implement HdesComposer.UpdateEntityModifier and TypeClassDescriptionfinal classImmutable implementation ofHdesComposer.UpdateEntity.Methods in io.resys.hdes.client.api with parameters of type HdesComposer.UpdateEntityModifier and TypeMethodDescriptionstatic ImmutableUpdateEntityImmutableUpdateEntity.copyOf(HdesComposer.UpdateEntity instance) Creates an immutable copy of aHdesComposer.UpdateEntityvalue.io.smallrye.mutiny.Uni<HdesComposer.ComposerEntity<?>>HdesComposer.dryRun(HdesComposer.UpdateEntity entity) ImmutableUpdateEntity.Builder.from(HdesComposer.UpdateEntity instance) Fill a builder with attribute values from the providedUpdateEntityinstance.io.smallrye.mutiny.Uni<HdesComposer.ComposerState>HdesComposer.update(HdesComposer.UpdateEntity asset) -
Uses of HdesComposer.UpdateEntity in io.resys.hdes.client.spi
Methods in io.resys.hdes.client.spi with parameters of type HdesComposer.UpdateEntityModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<HdesComposer.ComposerEntity<?>>HdesComposerImpl.dryRun(HdesComposer.UpdateEntity entity) io.smallrye.mutiny.Uni<HdesComposer.ComposerState>HdesComposerImpl.update(HdesComposer.UpdateEntity asset) -
Uses of HdesComposer.UpdateEntity in io.resys.hdes.client.spi.composer
Methods in io.resys.hdes.client.spi.composer with parameters of type HdesComposer.UpdateEntityModifier and TypeMethodDescriptionDryRunVisitor.visit(HdesStore.StoreState source, HdesComposer.UpdateEntity entity)