Uses of Interface
io.resys.hdes.client.api.HdesComposer.ComposerEntity
Packages that use HdesComposer.ComposerEntity
Package
Description
-
Uses of HdesComposer.ComposerEntity in io.resys.hdes.client.api
Classes in io.resys.hdes.client.api that implement HdesComposer.ComposerEntityModifier and TypeClassDescriptionfinal classImmutableComposerEntity<A extends AstBody>Immutable implementation ofHdesComposer.ComposerEntity.Methods in io.resys.hdes.client.api that return types with arguments of type HdesComposer.ComposerEntityModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<HdesComposer.ComposerEntity<?>>HdesComposer.dryRun(HdesComposer.UpdateEntity entity) io.smallrye.mutiny.Uni<HdesComposer.ComposerEntity<?>>HdesComposer.ComposerState.getBranches()com.google.common.collect.ImmutableMap<String,HdesComposer.ComposerEntity<AstBranch>> ImmutableComposerState.getBranches()HdesComposer.ComposerState.getDecisions()com.google.common.collect.ImmutableMap<String,HdesComposer.ComposerEntity<AstDecision>> ImmutableComposerState.getDecisions()HdesComposer.ComposerState.getFlows()com.google.common.collect.ImmutableMap<String,HdesComposer.ComposerEntity<AstFlow>> ImmutableComposerState.getFlows()HdesComposer.ComposerState.getServices()com.google.common.collect.ImmutableMap<String,HdesComposer.ComposerEntity<AstService>> ImmutableComposerState.getServices()HdesComposer.ComposerState.getTags()com.google.common.collect.ImmutableMap<String,HdesComposer.ComposerEntity<AstTag>> ImmutableComposerState.getTags()Methods in io.resys.hdes.client.api with parameters of type HdesComposer.ComposerEntityModifier and TypeMethodDescriptionstatic <A extends AstBody>
ImmutableComposerEntity<A>ImmutableComposerEntity.copyOf(HdesComposer.ComposerEntity<A> instance) Creates an immutable copy of aHdesComposer.ComposerEntityvalue.final ImmutableComposerEntity.Builder<A>ImmutableComposerEntity.Builder.from(HdesComposer.ComposerEntity<A> instance) Fill a builder with attribute values from the providedComposerEntityinstance.ImmutableComposerState.Builder.putBranches(String key, HdesComposer.ComposerEntity<AstBranch> value) Put one entry to thebranchesmap.ImmutableComposerState.Builder.putDecisions(String key, HdesComposer.ComposerEntity<AstDecision> value) Put one entry to thedecisionsmap.ImmutableComposerState.Builder.putFlows(String key, HdesComposer.ComposerEntity<AstFlow> value) Put one entry to theflowsmap.ImmutableComposerState.Builder.putServices(String key, HdesComposer.ComposerEntity<AstService> value) Put one entry to theservicesmap.ImmutableComposerState.Builder.putTags(String key, HdesComposer.ComposerEntity<AstTag> value) Put one entry to thetagsmap.Method parameters in io.resys.hdes.client.api with type arguments of type HdesComposer.ComposerEntityModifier and TypeMethodDescriptionImmutableComposerState.Builder.branches(Map<String, ? extends HdesComposer.ComposerEntity<AstBranch>> entries) Sets or replaces all mappings from the specified map as entries for thebranchesmap.ImmutableComposerState.Builder.decisions(Map<String, ? extends HdesComposer.ComposerEntity<AstDecision>> entries) Sets or replaces all mappings from the specified map as entries for thedecisionsmap.ImmutableComposerState.Builder.flows(Map<String, ? extends HdesComposer.ComposerEntity<AstFlow>> entries) Sets or replaces all mappings from the specified map as entries for theflowsmap.ImmutableComposerState.Builder.putAllBranches(Map<String, ? extends HdesComposer.ComposerEntity<AstBranch>> entries) Put all mappings from the specified map as entries tobranchesmap.ImmutableComposerState.Builder.putAllDecisions(Map<String, ? extends HdesComposer.ComposerEntity<AstDecision>> entries) Put all mappings from the specified map as entries todecisionsmap.ImmutableComposerState.Builder.putAllFlows(Map<String, ? extends HdesComposer.ComposerEntity<AstFlow>> entries) Put all mappings from the specified map as entries toflowsmap.ImmutableComposerState.Builder.putAllServices(Map<String, ? extends HdesComposer.ComposerEntity<AstService>> entries) Put all mappings from the specified map as entries toservicesmap.ImmutableComposerState.Builder.putAllTags(Map<String, ? extends HdesComposer.ComposerEntity<AstTag>> entries) Put all mappings from the specified map as entries totagsmap.ImmutableComposerState.Builder.putBranches(Map.Entry<String, ? extends HdesComposer.ComposerEntity<AstBranch>> entry) Put one entry to thebranchesmap.ImmutableComposerState.Builder.putDecisions(Map.Entry<String, ? extends HdesComposer.ComposerEntity<AstDecision>> entry) Put one entry to thedecisionsmap.ImmutableComposerState.Builder.putFlows(Map.Entry<String, ? extends HdesComposer.ComposerEntity<AstFlow>> entry) Put one entry to theflowsmap.ImmutableComposerState.Builder.putServices(Map.Entry<String, ? extends HdesComposer.ComposerEntity<AstService>> entry) Put one entry to theservicesmap.ImmutableComposerState.Builder.putTags(Map.Entry<String, ? extends HdesComposer.ComposerEntity<AstTag>> entry) Put one entry to thetagsmap.ImmutableComposerState.Builder.services(Map<String, ? extends HdesComposer.ComposerEntity<AstService>> entries) Sets or replaces all mappings from the specified map as entries for theservicesmap.ImmutableComposerState.Builder.tags(Map<String, ? extends HdesComposer.ComposerEntity<AstTag>> entries) Sets or replaces all mappings from the specified map as entries for thetagsmap.final ImmutableComposerStateImmutableComposerState.withBranches(Map<String, ? extends HdesComposer.ComposerEntity<AstBranch>> entries) Copy the current immutable object by replacing thebranchesmap with the specified map.final ImmutableComposerStateImmutableComposerState.withDecisions(Map<String, ? extends HdesComposer.ComposerEntity<AstDecision>> entries) Copy the current immutable object by replacing thedecisionsmap with the specified map.final ImmutableComposerStateImmutableComposerState.withFlows(Map<String, ? extends HdesComposer.ComposerEntity<AstFlow>> entries) Copy the current immutable object by replacing theflowsmap with the specified map.final ImmutableComposerStateImmutableComposerState.withServices(Map<String, ? extends HdesComposer.ComposerEntity<AstService>> entries) Copy the current immutable object by replacing theservicesmap with the specified map.final ImmutableComposerStateImmutableComposerState.withTags(Map<String, ? extends HdesComposer.ComposerEntity<AstTag>> entries) Copy the current immutable object by replacing thetagsmap with the specified map. -
Uses of HdesComposer.ComposerEntity in io.resys.hdes.client.spi
Methods in io.resys.hdes.client.spi that return types with arguments of type HdesComposer.ComposerEntityModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<HdesComposer.ComposerEntity<?>>HdesComposerImpl.dryRun(HdesComposer.UpdateEntity entity) io.smallrye.mutiny.Uni<HdesComposer.ComposerEntity<?>> -
Uses of HdesComposer.ComposerEntity in io.resys.hdes.client.spi.composer
Methods in io.resys.hdes.client.spi.composer that return HdesComposer.ComposerEntityModifier and TypeMethodDescriptionDryRunVisitor.visit(HdesStore.StoreState source, HdesComposer.UpdateEntity entity) Methods in io.resys.hdes.client.spi.composer with parameters of type HdesComposer.ComposerEntityModifier and TypeMethodDescriptionCopyAsEntityVisitor.initFlow(HdesComposer.ComposerEntity<?> original) CopyAsEntityVisitor.initFlowTask(HdesComposer.ComposerEntity<?> original)