Uses of Interface
io.dialob.client.api.DialobStore.StoreCommand
-
Packages that use DialobStore.StoreCommand Package Description io.dialob.client.api io.dialob.client.spi io.dialob.client.spi.composer -
-
Uses of DialobStore.StoreCommand in io.dialob.client.api
Subinterfaces of DialobStore.StoreCommand in io.dialob.client.api Modifier and Type Interface Description static interfaceDialobStore.CreateStoreEntitystatic interfaceDialobStore.DeleteStoreEntitystatic interfaceDialobStore.EmptyCommandstatic interfaceDialobStore.UpdateStoreEntityClasses in io.dialob.client.api that implement DialobStore.StoreCommand Modifier and Type Class Description classImmutableCreateStoreEntityImmutable implementation ofDialobStore.CreateStoreEntity.classImmutableDeleteStoreEntityImmutable implementation ofDialobStore.DeleteStoreEntity.classImmutableEmptyCommandImmutable implementation ofDialobStore.EmptyCommand.classImmutableUpdateStoreEntityImmutable implementation ofDialobStore.UpdateStoreEntity.Methods in io.dialob.client.api with parameters of type DialobStore.StoreCommand Modifier and Type Method Description ImmutableCreateStoreEntity.BuilderImmutableCreateStoreEntity.Builder. from(DialobStore.StoreCommand instance)Fill a builder with attribute values from the providedio.dialob.client.api.DialobStore.StoreCommandinstance.ImmutableDeleteStoreEntity.BuilderImmutableDeleteStoreEntity.Builder. from(DialobStore.StoreCommand instance)Fill a builder with attribute values from the providedio.dialob.client.api.DialobStore.StoreCommandinstance.ImmutableEmptyCommand.BuilderImmutableEmptyCommand.Builder. from(DialobStore.StoreCommand instance)Fill a builder with attribute values from the providedio.dialob.client.api.DialobStore.StoreCommandinstance.ImmutableUpdateStoreEntity.BuilderImmutableUpdateStoreEntity.Builder. from(DialobStore.StoreCommand instance)Fill a builder with attribute values from the providedio.dialob.client.api.DialobStore.StoreCommandinstance.Method parameters in io.dialob.client.api with type arguments of type DialobStore.StoreCommand Modifier and Type Method Description io.smallrye.mutiny.Uni<List<DialobStore.StoreEntity>>DialobStore. batch(List<DialobStore.StoreCommand> batchType) -
Uses of DialobStore.StoreCommand in io.dialob.client.spi
Method parameters in io.dialob.client.spi with type arguments of type DialobStore.StoreCommand Modifier and Type Method Description io.smallrye.mutiny.Uni<List<DialobStore.StoreEntity>>DialobMemoryStore. batch(List<DialobStore.StoreCommand> batchType)io.smallrye.mutiny.Uni<List<DialobStore.StoreEntity>>DialobStoreTemplate. batch(List<DialobStore.StoreCommand> batchType) -
Uses of DialobStore.StoreCommand in io.dialob.client.spi.composer
Methods in io.dialob.client.spi.composer that return types with arguments of type DialobStore.StoreCommand Modifier and Type Method Description List<DialobStore.StoreCommand>ImportReleaseVisitor. initForm(DialobDocument.FormReleaseValueDocument original)List<DialobStore.StoreCommand>ImportReleaseVisitor. initFormRev(DialobDocument.FormReleaseValueDocument original)List<DialobStore.StoreCommand>CopyAsEntityVisitor. visit()List<DialobStore.StoreCommand>CreateFormDocumentVisitor. visit()List<DialobStore.StoreCommand>DeleteEntityVisitor. visit()List<DialobStore.StoreCommand>ImportReleaseVisitor. visit()
-