Uses of Interface
io.resys.hdes.client.api.ast.AstCommand
Packages that use AstCommand
Package
Description
-
Uses of AstCommand in io.resys.hdes.client.api
Methods in io.resys.hdes.client.api that return types with arguments of type AstCommandModifier and TypeMethodDescriptionHdesClient.HdesTypesMapper.commandsList(String commands) HdesComposer.CreateEntity.getBody()HdesComposer.UpdateEntity.getBody()HdesStore.CreateStoreEntity.getBody()HdesStore.DetachedEntity.getBody()HdesStore.StoreEntity.getBody()HdesStore.UpdateStoreEntity.getBody()HdesStore.UpdateStoreEntityWithBodyType.getBody()com.google.common.collect.ImmutableList<AstCommand>ImmutableCreateEntity.getBody()com.google.common.collect.ImmutableList<AstCommand>ImmutableCreateStoreEntity.getBody()com.google.common.collect.ImmutableList<AstCommand>ImmutableDetachedEntity.getBody()com.google.common.collect.ImmutableList<AstCommand>ImmutableStoreEntity.getBody()com.google.common.collect.ImmutableList<AstCommand>ImmutableUpdateEntity.getBody()com.google.common.collect.ImmutableList<AstCommand>ImmutableUpdateStoreEntity.getBody()com.google.common.collect.ImmutableList<AstCommand>ImmutableUpdateStoreEntityWithBodyType.getBody()io.smallrye.mutiny.Uni<List<AstCommand>>HdesComposer.getCommands(String idOrName) Methods in io.resys.hdes.client.api with parameters of type AstCommandModifier and TypeMethodDescriptionImmutableCreateEntity.Builder.addBody(AstCommand element) Adds one element tobodylist.ImmutableCreateEntity.Builder.addBody(AstCommand... elements) Adds elements tobodylist.ImmutableCreateStoreEntity.Builder.addBody(AstCommand element) Adds one element tobodylist.ImmutableCreateStoreEntity.Builder.addBody(AstCommand... elements) Adds elements tobodylist.ImmutableDetachedEntity.Builder.addBody(AstCommand element) Adds one element tobodylist.ImmutableDetachedEntity.Builder.addBody(AstCommand... elements) Adds elements tobodylist.ImmutableStoreEntity.Builder.addBody(AstCommand element) Adds one element tobodylist.ImmutableStoreEntity.Builder.addBody(AstCommand... elements) Adds elements tobodylist.ImmutableUpdateEntity.Builder.addBody(AstCommand element) Adds one element tobodylist.ImmutableUpdateEntity.Builder.addBody(AstCommand... elements) Adds elements tobodylist.ImmutableUpdateStoreEntity.Builder.addBody(AstCommand element) Adds one element tobodylist.ImmutableUpdateStoreEntity.Builder.addBody(AstCommand... elements) Adds elements tobodylist.ImmutableUpdateStoreEntityWithBodyType.Builder.addBody(AstCommand element) Adds one element tobodylist.ImmutableUpdateStoreEntityWithBodyType.Builder.addBody(AstCommand... elements) Adds elements tobodylist.final ImmutableCreateEntityImmutableCreateEntity.withBody(AstCommand... elements) Copy the current immutable object with elements that replace the content ofbody.ImmutableCreateStoreEntity.withBody(AstCommand... elements) Copy the current immutable object with elements that replace the content ofbody.final ImmutableDetachedEntityImmutableDetachedEntity.withBody(AstCommand... elements) Copy the current immutable object with elements that replace the content ofbody.final ImmutableStoreEntityImmutableStoreEntity.withBody(AstCommand... elements) Copy the current immutable object with elements that replace the content ofbody.final ImmutableUpdateEntityImmutableUpdateEntity.withBody(AstCommand... elements) Copy the current immutable object with elements that replace the content ofbody.ImmutableUpdateStoreEntity.withBody(AstCommand... elements) Copy the current immutable object with elements that replace the content ofbody.ImmutableUpdateStoreEntityWithBodyType.withBody(AstCommand... elements) Copy the current immutable object with elements that replace the content ofbody.Method parameters in io.resys.hdes.client.api with type arguments of type AstCommandModifier and TypeMethodDescriptionImmutableCreateEntity.Builder.addAllBody(Iterable<? extends AstCommand> elements) Adds elements tobodylist.ImmutableCreateStoreEntity.Builder.addAllBody(Iterable<? extends AstCommand> elements) Adds elements tobodylist.ImmutableDetachedEntity.Builder.addAllBody(Iterable<? extends AstCommand> elements) Adds elements tobodylist.ImmutableStoreEntity.Builder.addAllBody(Iterable<? extends AstCommand> elements) Adds elements tobodylist.ImmutableUpdateEntity.Builder.addAllBody(Iterable<? extends AstCommand> elements) Adds elements tobodylist.ImmutableUpdateStoreEntity.Builder.addAllBody(Iterable<? extends AstCommand> elements) Adds elements tobodylist.ImmutableUpdateStoreEntityWithBodyType.Builder.addAllBody(Iterable<? extends AstCommand> elements) Adds elements tobodylist.ImmutableCreateEntity.Builder.body(Iterable<? extends AstCommand> elements) Sets or replaces all elements forbodylist.ImmutableCreateStoreEntity.Builder.body(Iterable<? extends AstCommand> elements) Sets or replaces all elements forbodylist.ImmutableDetachedEntity.Builder.body(Iterable<? extends AstCommand> elements) Sets or replaces all elements forbodylist.ImmutableStoreEntity.Builder.body(Iterable<? extends AstCommand> elements) Sets or replaces all elements forbodylist.ImmutableUpdateEntity.Builder.body(Iterable<? extends AstCommand> elements) Sets or replaces all elements forbodylist.ImmutableUpdateStoreEntity.Builder.body(Iterable<? extends AstCommand> elements) Sets or replaces all elements forbodylist.ImmutableUpdateStoreEntityWithBodyType.Builder.body(Iterable<? extends AstCommand> elements) Sets or replaces all elements forbodylist.HdesClient.AstBuilder.commands(List<AstCommand> src) HdesClient.AstBuilder.commands(List<AstCommand> src, Integer version) HdesClient.HdesTypesMapper.commandsString(List<AstCommand> commands) HdesAstTypes.BranchAstBuilder.src(List<AstCommand> src) HdesAstTypes.DecisionAstBuilder.src(List<AstCommand> src) HdesAstTypes.FlowAstBuilder.src(List<AstCommand> src) HdesAstTypes.ServiceAstBuilder.src(List<AstCommand> src) HdesAstTypes.TagAstBuilder.src(List<AstCommand> src) final ImmutableCreateEntityImmutableCreateEntity.withBody(Iterable<? extends AstCommand> elements) Copy the current immutable object with elements that replace the content ofbody.ImmutableCreateStoreEntity.withBody(Iterable<? extends AstCommand> elements) Copy the current immutable object with elements that replace the content ofbody.final ImmutableDetachedEntityImmutableDetachedEntity.withBody(Iterable<? extends AstCommand> elements) Copy the current immutable object with elements that replace the content ofbody.final ImmutableStoreEntityImmutableStoreEntity.withBody(Iterable<? extends AstCommand> elements) Copy the current immutable object with elements that replace the content ofbody.final ImmutableUpdateEntityImmutableUpdateEntity.withBody(Iterable<? extends AstCommand> elements) Copy the current immutable object with elements that replace the content ofbody.ImmutableUpdateStoreEntity.withBody(Iterable<? extends AstCommand> elements) Copy the current immutable object with elements that replace the content ofbody.ImmutableUpdateStoreEntityWithBodyType.withBody(Iterable<? extends AstCommand> elements) Copy the current immutable object with elements that replace the content ofbody. -
Uses of AstCommand in io.resys.hdes.client.api.ast
Classes in io.resys.hdes.client.api.ast that implement AstCommandMethods in io.resys.hdes.client.api.ast that return types with arguments of type AstCommandModifier and TypeMethodDescriptionAstBody.AstSource.getCommands()AstChangeset.CommandsAndChanges.getCommands()AstChangeset.getCommands()AstTag.AstTagValue.getCommands()com.google.common.collect.ImmutableList<AstCommand>ImmutableAstSource.getCommands()com.google.common.collect.ImmutableList<AstCommand>ImmutableAstTagValue.getCommands()com.google.common.collect.ImmutableList<AstCommand>ImmutableCommandsAndChanges.getCommands()Methods in io.resys.hdes.client.api.ast with parameters of type AstCommandModifier and TypeMethodDescriptionImmutableAstSource.Builder.addCommands(AstCommand element) Adds one element tocommandslist.ImmutableAstSource.Builder.addCommands(AstCommand... elements) Adds elements tocommandslist.ImmutableAstTagValue.Builder.addCommands(AstCommand element) Adds one element tocommandslist.ImmutableAstTagValue.Builder.addCommands(AstCommand... elements) Adds elements tocommandslist.ImmutableCommandsAndChanges.Builder.addCommands(AstCommand element) Adds one element tocommandslist.ImmutableCommandsAndChanges.Builder.addCommands(AstCommand... elements) Adds elements tocommandslist.static ImmutableAstCommandImmutableAstCommand.copyOf(AstCommand instance) Creates an immutable copy of aAstCommandvalue.ImmutableAstCommand.Builder.from(AstCommand instance) Fill a builder with attribute values from the providedAstCommandinstance.final ImmutableAstSourceImmutableAstSource.withCommands(AstCommand... elements) Copy the current immutable object with elements that replace the content ofcommands.final ImmutableAstTagValueImmutableAstTagValue.withCommands(AstCommand... elements) Copy the current immutable object with elements that replace the content ofcommands.ImmutableCommandsAndChanges.withCommands(AstCommand... elements) Copy the current immutable object with elements that replace the content ofcommands.Method parameters in io.resys.hdes.client.api.ast with type arguments of type AstCommandModifier and TypeMethodDescriptionImmutableAstSource.Builder.addAllCommands(Iterable<? extends AstCommand> elements) Adds elements tocommandslist.ImmutableAstTagValue.Builder.addAllCommands(Iterable<? extends AstCommand> elements) Adds elements tocommandslist.ImmutableCommandsAndChanges.Builder.addAllCommands(Iterable<? extends AstCommand> elements) Adds elements tocommandslist.ImmutableAstSource.Builder.commands(Iterable<? extends AstCommand> elements) Sets or replaces all elements forcommandslist.ImmutableAstTagValue.Builder.commands(Iterable<? extends AstCommand> elements) Sets or replaces all elements forcommandslist.ImmutableCommandsAndChanges.Builder.commands(Iterable<? extends AstCommand> elements) Sets or replaces all elements forcommandslist.final ImmutableAstSourceImmutableAstSource.withCommands(Iterable<? extends AstCommand> elements) Copy the current immutable object with elements that replace the content ofcommands.final ImmutableAstTagValueImmutableAstTagValue.withCommands(Iterable<? extends AstCommand> elements) Copy the current immutable object with elements that replace the content ofcommands.ImmutableCommandsAndChanges.withCommands(Iterable<? extends AstCommand> elements) Copy the current immutable object with elements that replace the content ofcommands. -
Uses of AstCommand in io.resys.hdes.client.api.exceptions
Methods in io.resys.hdes.client.api.exceptions that return AstCommandModifier and TypeMethodDescriptionDecisionAstException.getCommand()ServiceAstException.getCommand()Constructors in io.resys.hdes.client.api.exceptions with parameters of type AstCommandModifierConstructorDescriptionDecisionAstException(AstCommand command, String message) DecisionAstException(AstCommand command, String message, Throwable cause) ServiceAstException(AstCommand command, String message) ServiceAstException(AstCommand command, String message, Throwable cause) -
Uses of AstCommand in io.resys.hdes.client.spi
Methods in io.resys.hdes.client.spi that return types with arguments of type AstCommandModifier and TypeMethodDescriptionHdesTypeDefsFactory.commandsList(String commands) io.smallrye.mutiny.Uni<List<AstCommand>>HdesComposerImpl.getCommands(String idOrName) Method parameters in io.resys.hdes.client.spi with type arguments of type AstCommandModifier and TypeMethodDescriptionHdesClientAstBuilder.commands(List<AstCommand> src) HdesClientAstBuilder.commands(List<AstCommand> src, Integer version) HdesTypeDefsFactory.commandsString(List<AstCommand> commands) -
Uses of AstCommand in io.resys.hdes.client.spi.branch
Method parameters in io.resys.hdes.client.spi.branch with type arguments of type AstCommand -
Uses of AstCommand in io.resys.hdes.client.spi.changeset
Methods in io.resys.hdes.client.spi.changeset that return types with arguments of type AstCommandModifier and TypeMethodDescriptionAstCommandOptimiser.optimise(List<AstCommand> commands, AstBody.AstBodyType type) Method parameters in io.resys.hdes.client.spi.changeset with type arguments of type AstCommandModifier and TypeMethodDescriptionAstCommandOptimiser.optimise(List<AstCommand> commands, AstBody.AstBodyType type) AstChangesetFactory.src(List<AstCommand> src, Integer rev) -
Uses of AstCommand in io.resys.hdes.client.spi.changeset.beans
Methods in io.resys.hdes.client.spi.changeset.beans that return types with arguments of type AstCommandMethods in io.resys.hdes.client.spi.changeset.beans with parameters of type AstCommandConstructors in io.resys.hdes.client.spi.changeset.beans with parameters of type AstCommand -
Uses of AstCommand in io.resys.hdes.client.spi.composer
Methods in io.resys.hdes.client.spi.composer that return types with arguments of type AstCommandModifier and TypeMethodDescriptionCopyAsEntityVisitor.initFlow(HdesComposer.ComposerEntity<?> original) ImportEntityVisitor.initFlow(AstTag.AstTagValue original) CopyAsEntityVisitor.initFlowTask(HdesComposer.ComposerEntity<?> original) ImportEntityVisitor.initFlowTask(AstTag.AstTagValue original) Method parameters in io.resys.hdes.client.spi.composer with type arguments of type AstCommand -
Uses of AstCommand in io.resys.hdes.client.spi.decision
Methods in io.resys.hdes.client.spi.decision with parameters of type AstCommandModifier and TypeMethodDescriptionprotected CommandMapper.BuilderDecisionAstBuilderImpl.execute(CommandMapper.Builder builder, AstCommand command) Method parameters in io.resys.hdes.client.spi.decision with type arguments of type AstCommand -
Uses of AstCommand in io.resys.hdes.client.spi.decision.ast
Methods in io.resys.hdes.client.spi.decision.ast that return types with arguments of type AstCommandModifier and TypeMethodDescriptionstatic List<AstCommand>DecisionAstSourceBuilder.build(List<TypeDef> headers, List<AstDecision.AstDecisionRow> rows, String name, String description, AstDecision.HitPolicy hitPolicy) -
Uses of AstCommand in io.resys.hdes.client.spi.flow
Method parameters in io.resys.hdes.client.spi.flow with type arguments of type AstCommand -
Uses of AstCommand in io.resys.hdes.client.spi.groovy
Method parameters in io.resys.hdes.client.spi.groovy with type arguments of type AstCommand -
Uses of AstCommand in io.resys.hdes.client.spi.tag
Method parameters in io.resys.hdes.client.spi.tag with type arguments of type AstCommand