Uses of Interface
io.thestencil.persistence.api.ZoePersistence.Page
-
-
Uses of ZoePersistence.Page in io.thestencil.persistence.api
Classes in io.thestencil.persistence.api that implement ZoePersistence.Page Modifier and Type Class Description classImmutablePageImmutable implementation ofZoePersistence.Page.Methods in io.thestencil.persistence.api that return types with arguments of type ZoePersistence.Page Modifier and Type Method Description com.google.common.collect.ImmutableMap<String,ZoePersistence.Entity<ZoePersistence.Page>>ImmutableSiteState. getPages()Map<String,ZoePersistence.Entity<ZoePersistence.Page>>ZoePersistence.SiteState. getPages()io.smallrye.mutiny.Uni<ZoePersistence.Entity<ZoePersistence.Page>>CreateBuilder. page(CreateBuilder.CreatePage init)io.smallrye.mutiny.Uni<ZoePersistence.Entity<ZoePersistence.Page>>DeleteBuilder. page(String pageId)io.smallrye.mutiny.Uni<ZoePersistence.Entity<ZoePersistence.Page>>UpdateBuilder. page(UpdateBuilder.PageMutator changes)io.smallrye.mutiny.Uni<List<ZoePersistence.Entity<ZoePersistence.Page>>>UpdateBuilder. pages(List<UpdateBuilder.PageMutator> changes)Methods in io.thestencil.persistence.api with parameters of type ZoePersistence.Page Modifier and Type Method Description static ImmutablePageImmutablePage. copyOf(ZoePersistence.Page instance)Creates an immutable copy of aZoePersistence.Pagevalue.ImmutablePage.BuilderImmutablePage.Builder. from(ZoePersistence.Page instance)Fill a builder with attribute values from the providedPageinstance.Method parameters in io.thestencil.persistence.api with type arguments of type ZoePersistence.Page Modifier and Type Method Description ImmutableSiteState.BuilderImmutableSiteState.Builder. pages(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Page>> entries)Sets or replaces all mappings from the specified map as entries for thepagesmap.ImmutableSiteState.BuilderImmutableSiteState.Builder. putAllPages(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Page>> entries)Put all mappings from the specified map as entries topagesmap.ImmutableSiteState.BuilderImmutableSiteState.Builder. putPages(String key, ZoePersistence.Entity<ZoePersistence.Page> value)Put one entry to thepagesmap.ImmutableSiteState.BuilderImmutableSiteState.Builder. putPages(Map.Entry<String,? extends ZoePersistence.Entity<ZoePersistence.Page>> entry)Put one entry to thepagesmap.ImmutableSiteStateImmutableSiteState. withPages(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Page>> entries)Copy the current immutable object by replacing thepagesmap with the specified map.
-