Uses of Interface
io.thestencil.persistence.api.ZoePersistence.Link
-
-
Uses of ZoePersistence.Link in io.thestencil.persistence.api
Classes in io.thestencil.persistence.api that implement ZoePersistence.Link Modifier and Type Class Description classImmutableLinkImmutable implementation ofZoePersistence.Link.Methods in io.thestencil.persistence.api that return types with arguments of type ZoePersistence.Link Modifier and Type Method Description com.google.common.collect.ImmutableMap<String,ZoePersistence.Entity<ZoePersistence.Link>>ImmutableSiteState. getLinks()Map<String,ZoePersistence.Entity<ZoePersistence.Link>>ZoePersistence.SiteState. getLinks()io.smallrye.mutiny.Uni<ZoePersistence.Entity<ZoePersistence.Link>>CreateBuilder. link(CreateBuilder.CreateLink init)io.smallrye.mutiny.Uni<ZoePersistence.Entity<ZoePersistence.Link>>DeleteBuilder. link(String linkId)io.smallrye.mutiny.Uni<ZoePersistence.Entity<ZoePersistence.Link>>UpdateBuilder. link(UpdateBuilder.LinkMutator changes)io.smallrye.mutiny.Uni<ZoePersistence.Entity<ZoePersistence.Link>>DeleteBuilder. linkArticlePage(DeleteBuilder.LinkArticlePage linkArticlePage)Methods in io.thestencil.persistence.api with parameters of type ZoePersistence.Link Modifier and Type Method Description static ImmutableLinkImmutableLink. copyOf(ZoePersistence.Link instance)Creates an immutable copy of aZoePersistence.Linkvalue.ImmutableLink.BuilderImmutableLink.Builder. from(ZoePersistence.Link instance)Fill a builder with attribute values from the providedLinkinstance.Method parameters in io.thestencil.persistence.api with type arguments of type ZoePersistence.Link Modifier and Type Method Description ImmutableSiteState.BuilderImmutableSiteState.Builder. links(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Link>> entries)Sets or replaces all mappings from the specified map as entries for thelinksmap.ImmutableSiteState.BuilderImmutableSiteState.Builder. putAllLinks(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Link>> entries)Put all mappings from the specified map as entries tolinksmap.ImmutableSiteState.BuilderImmutableSiteState.Builder. putLinks(String key, ZoePersistence.Entity<ZoePersistence.Link> value)Put one entry to thelinksmap.ImmutableSiteState.BuilderImmutableSiteState.Builder. putLinks(Map.Entry<String,? extends ZoePersistence.Entity<ZoePersistence.Link>> entry)Put one entry to thelinksmap.ImmutableSiteStateImmutableSiteState. withLinks(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Link>> entries)Copy the current immutable object by replacing thelinksmap with the specified map.
-