Uses of Interface
io.thestencil.persistence.api.ZoePersistence.Workflow
-
-
Uses of ZoePersistence.Workflow in io.thestencil.persistence.api
Classes in io.thestencil.persistence.api that implement ZoePersistence.Workflow Modifier and Type Class Description classImmutableWorkflowImmutable implementation ofZoePersistence.Workflow.Methods in io.thestencil.persistence.api that return types with arguments of type ZoePersistence.Workflow Modifier and Type Method Description com.google.common.collect.ImmutableMap<String,ZoePersistence.Entity<ZoePersistence.Workflow>>ImmutableSiteState. getWorkflows()Map<String,ZoePersistence.Entity<ZoePersistence.Workflow>>ZoePersistence.SiteState. getWorkflows()io.smallrye.mutiny.Uni<ZoePersistence.Entity<ZoePersistence.Workflow>>CreateBuilder. workflow(CreateBuilder.CreateWorkflow init)io.smallrye.mutiny.Uni<ZoePersistence.Entity<ZoePersistence.Workflow>>DeleteBuilder. workflow(String workflowId)io.smallrye.mutiny.Uni<ZoePersistence.Entity<ZoePersistence.Workflow>>UpdateBuilder. workflow(UpdateBuilder.WorkflowMutator changes)io.smallrye.mutiny.Uni<ZoePersistence.Entity<ZoePersistence.Workflow>>DeleteBuilder. workflowArticlePage(DeleteBuilder.WorkflowArticlePage workflowArticlePage)Methods in io.thestencil.persistence.api with parameters of type ZoePersistence.Workflow Modifier and Type Method Description static ImmutableWorkflowImmutableWorkflow. copyOf(ZoePersistence.Workflow instance)Creates an immutable copy of aZoePersistence.Workflowvalue.ImmutableWorkflow.BuilderImmutableWorkflow.Builder. from(ZoePersistence.Workflow instance)Fill a builder with attribute values from the providedWorkflowinstance.Method parameters in io.thestencil.persistence.api with type arguments of type ZoePersistence.Workflow Modifier and Type Method Description ImmutableSiteState.BuilderImmutableSiteState.Builder. putAllWorkflows(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Workflow>> entries)Put all mappings from the specified map as entries toworkflowsmap.ImmutableSiteState.BuilderImmutableSiteState.Builder. putWorkflows(String key, ZoePersistence.Entity<ZoePersistence.Workflow> value)Put one entry to theworkflowsmap.ImmutableSiteState.BuilderImmutableSiteState.Builder. putWorkflows(Map.Entry<String,? extends ZoePersistence.Entity<ZoePersistence.Workflow>> entry)Put one entry to theworkflowsmap.ImmutableSiteStateImmutableSiteState. withWorkflows(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Workflow>> entries)Copy the current immutable object by replacing theworkflowsmap with the specified map.ImmutableSiteState.BuilderImmutableSiteState.Builder. workflows(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Workflow>> entries)Sets or replaces all mappings from the specified map as entries for theworkflowsmap.
-