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