Uses of Interface
io.dialob.client.api.DialobStore.StoreEntity
-
Packages that use DialobStore.StoreEntity Package Description io.dialob.client.api io.dialob.client.spi io.dialob.client.spi.composer io.dialob.client.spi.exceptions io.dialob.client.spi.store -
-
Uses of DialobStore.StoreEntity in io.dialob.client.api
Classes in io.dialob.client.api that implement DialobStore.StoreEntity Modifier and Type Class Description classImmutableStoreEntityImmutable implementation ofDialobStore.StoreEntity.Methods in io.dialob.client.api that return DialobStore.StoreEntity Modifier and Type Method Description DialobStore.StoreEntityDialobCache.CacheEntry. getSource()DialobStore.StoreEntityDialobClient.ProgramEnvirValue. getSource()DialobStore.StoreEntityImmutableCacheEntry. getSource()DialobStore.StoreEntityImmutableProgramWrapper. getSource()DialobStore.StoreEntityImmutableReleaseWrapper. getSource()DialobStore.StoreEntityImmutableRevisionWrapper. getSource()Methods in io.dialob.client.api that return types with arguments of type DialobStore.StoreEntity Modifier and Type Method Description io.smallrye.mutiny.Uni<List<DialobStore.StoreEntity>>DialobStore. batch(List<DialobStore.StoreCommand> batchType)io.smallrye.mutiny.Uni<DialobStore.StoreEntity>DialobStore. create(DialobStore.CreateStoreEntity newType)io.smallrye.mutiny.Uni<DialobStore.StoreEntity>DialobStore. delete(DialobStore.DeleteStoreEntity deleteType)io.smallrye.mutiny.Uni<DialobStore.StoreEntity>DialobStore.QueryBuilder. get(String id)Map<String,DialobStore.StoreEntity>DialobStore.StoreState. getForms()com.google.common.collect.ImmutableMap<String,DialobStore.StoreEntity>ImmutableStoreState. getForms()Map<String,DialobStore.StoreEntity>DialobStore.StoreState. getRevs()com.google.common.collect.ImmutableMap<String,DialobStore.StoreEntity>ImmutableStoreState. getRevs()Map<String,DialobStore.StoreEntity>DialobStore.StoreState. getTags()com.google.common.collect.ImmutableMap<String,DialobStore.StoreEntity>ImmutableStoreState. getTags()io.smallrye.mutiny.Uni<DialobStore.StoreEntity>DialobStore. update(DialobStore.UpdateStoreEntity updateType)Methods in io.dialob.client.api with parameters of type DialobStore.StoreEntity Modifier and Type Method Description static ImmutableStoreEntityImmutableStoreEntity. copyOf(DialobStore.StoreEntity instance)Creates an immutable copy of aDialobStore.StoreEntityvalue.DialobClient.EnvirCommandFormatBuilderDialobClient.EnvirCommandFormatBuilder. form(DialobStore.StoreEntity entity)ImmutableStoreEntity.BuilderImmutableStoreEntity.Builder. from(DialobStore.StoreEntity instance)Fill a builder with attribute values from the providedStoreEntityinstance.Optional<DialobDocument>DialobCache. getAst(DialobStore.StoreEntity src)Optional<DialobProgram>DialobCache. getProgram(DialobStore.StoreEntity src)ImmutableStoreState.BuilderImmutableStoreState.Builder. putForms(String key, DialobStore.StoreEntity value)Put one entry to theformsmap.ImmutableStoreState.BuilderImmutableStoreState.Builder. putRevs(String key, DialobStore.StoreEntity value)Put one entry to therevsmap.ImmutableStoreState.BuilderImmutableStoreState.Builder. putTags(String key, DialobStore.StoreEntity value)Put one entry to thetagsmap.DialobClient.EnvirCommandFormatBuilderDialobClient.EnvirCommandFormatBuilder. release(DialobStore.StoreEntity entity)DialobClient.EnvirCommandFormatBuilderDialobClient.EnvirCommandFormatBuilder. rev(DialobStore.StoreEntity entity)DialobDocumentDialobCache. setAst(DialobDocument ast, DialobStore.StoreEntity src)DialobProgramDialobCache. setProgram(DialobProgram program, DialobStore.StoreEntity src)ImmutableCacheEntry.BuilderImmutableCacheEntry.Builder. source(DialobStore.StoreEntity source)Initializes the value for thesourceattribute.ImmutableProgramWrapper.BuilderImmutableProgramWrapper.Builder. source(DialobStore.StoreEntity source)Initializes the value for thesourceattribute.ImmutableReleaseWrapper.BuilderImmutableReleaseWrapper.Builder. source(DialobStore.StoreEntity source)Initializes the value for thesourceattribute.ImmutableRevisionWrapper.BuilderImmutableRevisionWrapper.Builder. source(DialobStore.StoreEntity source)Initializes the value for thesourceattribute.DialobDocument.FormDocumentDialobClient.TypesMapper. toFormDoc(DialobStore.StoreEntity store)DialobDocument.FormReleaseDocumentDialobClient.TypesMapper. toFormReleaseDoc(DialobStore.StoreEntity store)DialobDocument.FormRevisionDocumentDialobClient.TypesMapper. toFormRevDoc(DialobStore.StoreEntity store)ImmutableCacheEntryImmutableCacheEntry. withSource(DialobStore.StoreEntity value)Copy the current immutable object by setting a value for thesourceattribute.ImmutableProgramWrapperImmutableProgramWrapper. withSource(DialobStore.StoreEntity value)Copy the current immutable object by setting a value for thesourceattribute.ImmutableReleaseWrapperImmutableReleaseWrapper. withSource(DialobStore.StoreEntity value)Copy the current immutable object by setting a value for thesourceattribute.ImmutableRevisionWrapperImmutableRevisionWrapper. withSource(DialobStore.StoreEntity value)Copy the current immutable object by setting a value for thesourceattribute.Method parameters in io.dialob.client.api with type arguments of type DialobStore.StoreEntity Modifier and Type Method Description ImmutableStoreState.BuilderImmutableStoreState.Builder. forms(Map<String,? extends DialobStore.StoreEntity> entries)Sets or replaces all mappings from the specified map as entries for theformsmap.ImmutableStoreState.BuilderImmutableStoreState.Builder. putAllForms(Map<String,? extends DialobStore.StoreEntity> entries)Put all mappings from the specified map as entries toformsmap.ImmutableStoreState.BuilderImmutableStoreState.Builder. putAllRevs(Map<String,? extends DialobStore.StoreEntity> entries)Put all mappings from the specified map as entries torevsmap.ImmutableStoreState.BuilderImmutableStoreState.Builder. putAllTags(Map<String,? extends DialobStore.StoreEntity> entries)Put all mappings from the specified map as entries totagsmap.ImmutableStoreState.BuilderImmutableStoreState.Builder. putForms(Map.Entry<String,? extends DialobStore.StoreEntity> entry)Put one entry to theformsmap.ImmutableStoreState.BuilderImmutableStoreState.Builder. putRevs(Map.Entry<String,? extends DialobStore.StoreEntity> entry)Put one entry to therevsmap.ImmutableStoreState.BuilderImmutableStoreState.Builder. putTags(Map.Entry<String,? extends DialobStore.StoreEntity> entry)Put one entry to thetagsmap.ImmutableStoreState.BuilderImmutableStoreState.Builder. revs(Map<String,? extends DialobStore.StoreEntity> entries)Sets or replaces all mappings from the specified map as entries for therevsmap.ImmutableStoreState.BuilderImmutableStoreState.Builder. tags(Map<String,? extends DialobStore.StoreEntity> entries)Sets or replaces all mappings from the specified map as entries for thetagsmap.ImmutableStoreStateImmutableStoreState. withForms(Map<String,? extends DialobStore.StoreEntity> entries)Copy the current immutable object by replacing theformsmap with the specified map.ImmutableStoreStateImmutableStoreState. withRevs(Map<String,? extends DialobStore.StoreEntity> entries)Copy the current immutable object by replacing therevsmap with the specified map.ImmutableStoreStateImmutableStoreState. withTags(Map<String,? extends DialobStore.StoreEntity> entries)Copy the current immutable object by replacing thetagsmap with the specified map. -
Uses of DialobStore.StoreEntity in io.dialob.client.spi
Methods in io.dialob.client.spi that return types with arguments of type DialobStore.StoreEntity 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)io.smallrye.mutiny.Uni<DialobStore.StoreEntity>DialobMemoryStore. create(DialobStore.CreateStoreEntity newType)io.smallrye.mutiny.Uni<DialobStore.StoreEntity>DialobStoreTemplate. create(DialobStore.CreateStoreEntity newType)io.smallrye.mutiny.Uni<DialobStore.StoreEntity>DialobMemoryStore. delete(DialobStore.DeleteStoreEntity deleteType)io.smallrye.mutiny.Uni<DialobStore.StoreEntity>DialobStoreTemplate. delete(DialobStore.DeleteStoreEntity deleteType)io.smallrye.mutiny.Uni<DialobStore.StoreEntity>DialobMemoryStore. update(DialobStore.UpdateStoreEntity updateType)io.smallrye.mutiny.Uni<DialobStore.StoreEntity>DialobStoreTemplate. update(DialobStore.UpdateStoreEntity updateType)Methods in io.dialob.client.spi with parameters of type DialobStore.StoreEntity Modifier and Type Method Description DialobProgramEnvirFactoryDialobProgramEnvirFactory. add(DialobStore.StoreEntity entity, boolean cachless)Optional<DialobDocument>DialobEhCache. getAst(DialobStore.StoreEntity src)Optional<DialobProgram>DialobEhCache. getProgram(DialobStore.StoreEntity src)DialobDocumentDialobEhCache. setAst(DialobDocument ast, DialobStore.StoreEntity src)DialobProgramDialobEhCache. setProgram(DialobProgram program, DialobStore.StoreEntity src)DialobDocument.FormDocumentDialobTypesMapperImpl. toFormDoc(DialobStore.StoreEntity store)DialobDocument.FormReleaseDocumentDialobTypesMapperImpl. toFormReleaseDoc(DialobStore.StoreEntity store)DialobDocument.FormRevisionDocumentDialobTypesMapperImpl. toFormRevDoc(DialobStore.StoreEntity store)Constructor parameters in io.dialob.client.spi with type arguments of type DialobStore.StoreEntity Constructor Description DialobMemoryStore(Map<String,DialobStore.StoreEntity> entities) -
Uses of DialobStore.StoreEntity in io.dialob.client.spi.composer
Methods in io.dialob.client.spi.composer that return types with arguments of type DialobStore.StoreEntity Modifier and Type Method Description List<DialobStore.StoreEntity>ReleaseDumpToStoreEntityVisitor. initForm(DialobDocument.FormReleaseValueDocument original)List<DialobStore.StoreEntity>ReleaseDumpToStoreEntityVisitor. initFormRev(DialobDocument.FormReleaseValueDocument original)Method parameters in io.dialob.client.spi.composer with type arguments of type DialobStore.StoreEntity Modifier and Type Method Description voidReleaseDumpToStoreEntityVisitor. visit(Consumer<DialobStore.StoreEntity> consumer) -
Uses of DialobStore.StoreEntity in io.dialob.client.spi.exceptions
Methods in io.dialob.client.spi.exceptions that return types with arguments of type DialobStore.StoreEntity Modifier and Type Method Description Optional<DialobStore.StoreEntity>StoreException. getTarget()Constructors in io.dialob.client.spi.exceptions with parameters of type DialobStore.StoreEntity Constructor Description StoreException(Exception e, String code, DialobStore.StoreEntity target)StoreException(Exception e, String code, DialobStore.StoreEntity target, DialobStore.StoreExceptionMsg... msg)StoreException(String code, DialobStore.StoreEntity target)StoreException(String code, DialobStore.StoreEntity target, DialobStore.StoreExceptionMsg... msg) -
Uses of DialobStore.StoreEntity in io.dialob.client.spi.store
Methods in io.dialob.client.spi.store that return DialobStore.StoreEntity Modifier and Type Method Description DialobStore.StoreEntityBlobDeserializer. fromString(io.resys.thena.docdb.api.models.Objects.Blob value)DialobStore.StoreEntityDialobStoreConfig.Deserializer. fromString(io.resys.thena.docdb.api.models.Objects.Blob value)DialobStore.StoreEntityDialobStoreConfig.EntityState. getEntity()DialobStore.StoreEntityImmutableEntityState. getEntity()DialobStore.StoreEntityPersistenceCommands. getEntityFromState(DialobStore.StoreState state, String id)Methods in io.dialob.client.spi.store that return types with arguments of type DialobStore.StoreEntity Modifier and Type Method Description io.smallrye.mutiny.Uni<DialobStore.StoreEntity>DialobStoreConfig.Commands. delete(DialobStore.StoreEntity toBeDeleted)io.smallrye.mutiny.Uni<DialobStore.StoreEntity>PersistenceCommands. delete(DialobStore.StoreEntity toBeDeleted)io.smallrye.mutiny.Uni<DialobStore.StoreEntity>DocumentQueryBuilder. get(String id)io.smallrye.mutiny.Uni<DialobStore.StoreEntity>DialobStoreConfig.Commands. save(DialobStore.StoreEntity toBeSaved)io.smallrye.mutiny.Uni<Collection<DialobStore.StoreEntity>>DialobStoreConfig.Commands. save(Collection<DialobStore.StoreEntity> toBeSaved)io.smallrye.mutiny.Uni<DialobStore.StoreEntity>PersistenceCommands. save(DialobStore.StoreEntity toBeSaved)io.smallrye.mutiny.Uni<Collection<DialobStore.StoreEntity>>PersistenceCommands. save(Collection<DialobStore.StoreEntity> entities)Methods in io.dialob.client.spi.store with parameters of type DialobStore.StoreEntity Modifier and Type Method Description io.smallrye.mutiny.Uni<DialobStore.StoreEntity>DialobStoreConfig.Commands. delete(DialobStore.StoreEntity toBeDeleted)io.smallrye.mutiny.Uni<DialobStore.StoreEntity>PersistenceCommands. delete(DialobStore.StoreEntity toBeDeleted)ImmutableEntityState.BuilderImmutableEntityState.Builder. entity(DialobStore.StoreEntity entity)Initializes the value for theentityattribute.io.smallrye.mutiny.Uni<DialobStore.StoreEntity>DialobStoreConfig.Commands. save(DialobStore.StoreEntity toBeSaved)io.smallrye.mutiny.Uni<DialobStore.StoreEntity>PersistenceCommands. save(DialobStore.StoreEntity toBeSaved)StringDialobStoreConfig.Serializer. toString(DialobStore.StoreEntity entity)ImmutableEntityStateImmutableEntityState. withEntity(DialobStore.StoreEntity value)Copy the current immutable object by setting a value for theentityattribute.Method parameters in io.dialob.client.spi.store with type arguments of type DialobStore.StoreEntity Modifier and Type Method Description io.smallrye.mutiny.Uni<Collection<DialobStore.StoreEntity>>DialobStoreConfig.Commands. save(Collection<DialobStore.StoreEntity> toBeSaved)io.smallrye.mutiny.Uni<Collection<DialobStore.StoreEntity>>PersistenceCommands. save(Collection<DialobStore.StoreEntity> entities)
-