Uses of Interface
io.resys.hdes.client.api.HdesStore.StoreEntity
Packages that use HdesStore.StoreEntity
Package
Description
-
Uses of HdesStore.StoreEntity in io.resys.hdes.client.api
Classes in io.resys.hdes.client.api that implement HdesStore.StoreEntityMethods in io.resys.hdes.client.api that return types with arguments of type HdesStore.StoreEntityModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<List<HdesStore.StoreEntity>>HdesStore.batch(HdesStore.ImportStoreEntity batchType) io.smallrye.mutiny.Uni<HdesStore.StoreEntity>HdesStore.create(HdesStore.CreateStoreEntity newType) io.smallrye.mutiny.Uni<List<HdesStore.StoreEntity>>HdesStore.delete(HdesStore.DeleteAstType deleteType) io.smallrye.mutiny.Uni<HdesStore.StoreEntity>HdesStore.StoreState.getBranches()com.google.common.collect.ImmutableMap<String,HdesStore.StoreEntity> ImmutableStoreState.getBranches()HdesStore.StoreState.getDecisions()com.google.common.collect.ImmutableMap<String,HdesStore.StoreEntity> ImmutableStoreState.getDecisions()HdesStore.StoreState.getFlows()com.google.common.collect.ImmutableMap<String,HdesStore.StoreEntity> ImmutableStoreState.getFlows()HdesStore.StoreState.getServices()com.google.common.collect.ImmutableMap<String,HdesStore.StoreEntity> ImmutableStoreState.getServices()HdesStore.StoreState.getTags()com.google.common.collect.ImmutableMap<String,HdesStore.StoreEntity> ImmutableStoreState.getTags()io.smallrye.mutiny.Uni<HdesStore.StoreEntity>HdesStore.update(HdesStore.UpdateStoreEntity updateType) Methods in io.resys.hdes.client.api with parameters of type HdesStore.StoreEntityModifier and TypeMethodDescriptionHdesClient.EnvirCommandFormatBuilder.branch(HdesStore.StoreEntity entity) static ImmutableStoreEntityImmutableStoreEntity.copyOf(HdesStore.StoreEntity instance) Creates an immutable copy of aHdesStore.StoreEntityvalue.HdesClient.EnvirCommandFormatBuilder.decision(HdesStore.StoreEntity entity) HdesClient.EnvirCommandFormatBuilder.flow(HdesStore.StoreEntity entity) ImmutableStoreEntity.Builder.from(HdesStore.StoreEntity instance) Fill a builder with attribute values from the providedStoreEntityinstance.ImmutableStoreState.Builder.putBranches(String key, HdesStore.StoreEntity value) Put one entry to thebranchesmap.ImmutableStoreState.Builder.putDecisions(String key, HdesStore.StoreEntity value) Put one entry to thedecisionsmap.ImmutableStoreState.Builder.putFlows(String key, HdesStore.StoreEntity value) Put one entry to theflowsmap.ImmutableStoreState.Builder.putServices(String key, HdesStore.StoreEntity value) Put one entry to theservicesmap.ImmutableStoreState.Builder.putTags(String key, HdesStore.StoreEntity value) Put one entry to thetagsmap.HdesClient.EnvirCommandFormatBuilder.service(HdesStore.StoreEntity entity) HdesClient.EnvirCommandFormatBuilder.tag(HdesStore.StoreEntity entity) Method parameters in io.resys.hdes.client.api with type arguments of type HdesStore.StoreEntityModifier and TypeMethodDescriptionImmutableStoreState.Builder.branches(Map<String, ? extends HdesStore.StoreEntity> entries) Sets or replaces all mappings from the specified map as entries for thebranchesmap.ImmutableStoreState.Builder.decisions(Map<String, ? extends HdesStore.StoreEntity> entries) Sets or replaces all mappings from the specified map as entries for thedecisionsmap.ImmutableStoreState.Builder.flows(Map<String, ? extends HdesStore.StoreEntity> entries) Sets or replaces all mappings from the specified map as entries for theflowsmap.ImmutableStoreState.Builder.putAllBranches(Map<String, ? extends HdesStore.StoreEntity> entries) Put all mappings from the specified map as entries tobranchesmap.ImmutableStoreState.Builder.putAllDecisions(Map<String, ? extends HdesStore.StoreEntity> entries) Put all mappings from the specified map as entries todecisionsmap.ImmutableStoreState.Builder.putAllFlows(Map<String, ? extends HdesStore.StoreEntity> entries) Put all mappings from the specified map as entries toflowsmap.ImmutableStoreState.Builder.putAllServices(Map<String, ? extends HdesStore.StoreEntity> entries) Put all mappings from the specified map as entries toservicesmap.ImmutableStoreState.Builder.putAllTags(Map<String, ? extends HdesStore.StoreEntity> entries) Put all mappings from the specified map as entries totagsmap.ImmutableStoreState.Builder.putBranches(Map.Entry<String, ? extends HdesStore.StoreEntity> entry) Put one entry to thebranchesmap.ImmutableStoreState.Builder.putDecisions(Map.Entry<String, ? extends HdesStore.StoreEntity> entry) Put one entry to thedecisionsmap.ImmutableStoreState.Builder.putFlows(Map.Entry<String, ? extends HdesStore.StoreEntity> entry) Put one entry to theflowsmap.ImmutableStoreState.Builder.putServices(Map.Entry<String, ? extends HdesStore.StoreEntity> entry) Put one entry to theservicesmap.ImmutableStoreState.Builder.putTags(Map.Entry<String, ? extends HdesStore.StoreEntity> entry) Put one entry to thetagsmap.ImmutableStoreState.Builder.services(Map<String, ? extends HdesStore.StoreEntity> entries) Sets or replaces all mappings from the specified map as entries for theservicesmap.HdesClient.DiffBuilder.tags(Collection<HdesStore.StoreEntity> tags) HdesClient.SummaryBuilder.tags(Collection<HdesStore.StoreEntity> tags) ImmutableStoreState.Builder.tags(Map<String, ? extends HdesStore.StoreEntity> entries) Sets or replaces all mappings from the specified map as entries for thetagsmap.final ImmutableStoreStateImmutableStoreState.withBranches(Map<String, ? extends HdesStore.StoreEntity> entries) Copy the current immutable object by replacing thebranchesmap with the specified map.final ImmutableStoreStateImmutableStoreState.withDecisions(Map<String, ? extends HdesStore.StoreEntity> entries) Copy the current immutable object by replacing thedecisionsmap with the specified map.final ImmutableStoreStateImmutableStoreState.withFlows(Map<String, ? extends HdesStore.StoreEntity> entries) Copy the current immutable object by replacing theflowsmap with the specified map.final ImmutableStoreStateImmutableStoreState.withServices(Map<String, ? extends HdesStore.StoreEntity> entries) Copy the current immutable object by replacing theservicesmap with the specified map.final ImmutableStoreStateImmutableStoreState.withTags(Map<String, ? extends HdesStore.StoreEntity> entries) Copy the current immutable object by replacing thetagsmap with the specified map. -
Uses of HdesStore.StoreEntity in io.resys.hdes.client.api.exceptions
Methods in io.resys.hdes.client.api.exceptions that return types with arguments of type HdesStore.StoreEntityConstructors in io.resys.hdes.client.api.exceptions with parameters of type HdesStore.StoreEntityModifierConstructorDescriptionStoreException(Exception e, String code, HdesStore.StoreEntity target) StoreException(Exception e, String code, HdesStore.StoreEntity target, HdesStore.StoreExceptionMsg... msg) StoreException(String code, HdesStore.StoreEntity target) StoreException(String code, HdesStore.StoreEntity target, HdesStore.StoreExceptionMsg... msg) -
Uses of HdesStore.StoreEntity in io.resys.hdes.client.spi
Methods in io.resys.hdes.client.spi that return types with arguments of type HdesStore.StoreEntityModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<List<HdesStore.StoreEntity>>HdesInMemoryStore.batch(HdesStore.ImportStoreEntity batchType) io.smallrye.mutiny.Uni<HdesStore.StoreEntity>HdesInMemoryStore.create(HdesStore.CreateStoreEntity newType) io.smallrye.mutiny.Uni<List<HdesStore.StoreEntity>>HdesInMemoryStore.delete(HdesStore.DeleteAstType deleteType) io.smallrye.mutiny.Uni<HdesStore.StoreEntity>HdesInMemoryStore.update(HdesStore.UpdateStoreEntity updateType) Constructor parameters in io.resys.hdes.client.spi with type arguments of type HdesStore.StoreEntityModifierConstructorDescriptionHdesInMemoryStore(Map<String, HdesStore.StoreEntity> entities) HdesInMemoryStore(Map<String, HdesStore.StoreEntity> entities, String branchName) -
Uses of HdesStore.StoreEntity in io.resys.hdes.client.spi.diff
Method parameters in io.resys.hdes.client.spi.diff with type arguments of type HdesStore.StoreEntityModifier and TypeMethodDescriptionHdesClientDiffBuilder.tags(Collection<HdesStore.StoreEntity> tags) -
Uses of HdesStore.StoreEntity in io.resys.hdes.client.spi.store
Methods in io.resys.hdes.client.spi.store that return HdesStore.StoreEntityModifier and TypeMethodDescriptionBlobDeserializer.fromString(Blob value) ThenaConfig.Deserializer.fromString(Blob value) ImmutableEntityState.getEntity()ThenaConfig.EntityState.getEntity()Methods in io.resys.hdes.client.spi.store that return types with arguments of type HdesStore.StoreEntityModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<List<HdesStore.StoreEntity>>ThenaStoreTemplate.batch(HdesStore.ImportStoreEntity batchType) io.smallrye.mutiny.Uni<HdesStore.StoreEntity>ThenaStoreTemplate.create(HdesStore.CreateStoreEntity newType) io.smallrye.mutiny.Uni<HdesStore.StoreEntity>PersistenceCommands.delete(HdesStore.StoreEntity toBeDeleted) io.smallrye.mutiny.Uni<HdesStore.StoreEntity>ThenaConfig.Commands.delete(HdesStore.StoreEntity toBeDeleted) io.smallrye.mutiny.Uni<List<HdesStore.StoreEntity>>ThenaStoreTemplate.delete(HdesStore.DeleteAstType deleteType) io.smallrye.mutiny.Uni<HdesStore.StoreEntity>io.smallrye.mutiny.Uni<HdesStore.StoreEntity>PersistenceCommands.save(HdesStore.StoreEntity toBeSaved) io.smallrye.mutiny.Uni<Collection<HdesStore.StoreEntity>>PersistenceCommands.save(Collection<HdesStore.StoreEntity> entities) io.smallrye.mutiny.Uni<HdesStore.StoreEntity>ThenaConfig.Commands.save(HdesStore.StoreEntity toBeSaved) io.smallrye.mutiny.Uni<Collection<HdesStore.StoreEntity>>ThenaConfig.Commands.save(Collection<HdesStore.StoreEntity> toBeSaved) io.smallrye.mutiny.Uni<HdesStore.StoreEntity>ThenaStoreTemplate.update(HdesStore.UpdateStoreEntity updateType) Methods in io.resys.hdes.client.spi.store with parameters of type HdesStore.StoreEntityModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<HdesStore.StoreEntity>PersistenceCommands.delete(HdesStore.StoreEntity toBeDeleted) io.smallrye.mutiny.Uni<HdesStore.StoreEntity>ThenaConfig.Commands.delete(HdesStore.StoreEntity toBeDeleted) ImmutableEntityState.Builder.entity(HdesStore.StoreEntity entity) Initializes the value for theentityattribute.io.smallrye.mutiny.Uni<HdesStore.StoreEntity>PersistenceCommands.save(HdesStore.StoreEntity toBeSaved) io.smallrye.mutiny.Uni<HdesStore.StoreEntity>ThenaConfig.Commands.save(HdesStore.StoreEntity toBeSaved) io.vertx.core.json.JsonObjectThenaConfig.Serializer.toString(HdesStore.StoreEntity entity) final ImmutableEntityStateImmutableEntityState.withEntity(HdesStore.StoreEntity value) Copy the current immutable object by setting a value for theentityattribute.Method parameters in io.resys.hdes.client.spi.store with type arguments of type HdesStore.StoreEntityModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Collection<HdesStore.StoreEntity>>PersistenceCommands.save(Collection<HdesStore.StoreEntity> entities) io.smallrye.mutiny.Uni<Collection<HdesStore.StoreEntity>>ThenaConfig.Commands.save(Collection<HdesStore.StoreEntity> toBeSaved) -
Uses of HdesStore.StoreEntity in io.resys.hdes.client.spi.summary
Method parameters in io.resys.hdes.client.spi.summary with type arguments of type HdesStore.StoreEntityModifier and TypeMethodDescriptionHdesClientSummaryBuilder.tags(Collection<HdesStore.StoreEntity> tags)