| Package | Description |
|---|---|
| io.serverlessworkflow.api.actions | |
| io.serverlessworkflow.api.deserializers | |
| io.serverlessworkflow.api.functions | |
| io.serverlessworkflow.api.serializers |
| Modifier and Type | Method and Description |
|---|---|
SubFlowRef |
Action.getSubFlowRef() |
| Modifier and Type | Method and Description |
|---|---|
void |
Action.setSubFlowRef(SubFlowRef subFlowRef) |
Action |
Action.withSubFlowRef(SubFlowRef subFlowRef) |
| Modifier and Type | Method and Description |
|---|---|
SubFlowRef |
SubFlowRefDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
SubFlowRef |
SubFlowRef.withInvoke(SubFlowRef.Invoke invoke) |
SubFlowRef |
SubFlowRef.withOnParentComplete(SubFlowRef.OnParentComplete onParentComplete) |
SubFlowRef |
SubFlowRef.withVersion(String version) |
SubFlowRef |
SubFlowRef.withWorkflowId(String workflowId) |
| Modifier and Type | Method and Description |
|---|---|
void |
SubFlowRefSerializer.serialize(SubFlowRef subflowRef,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
| Constructor and Description |
|---|
SubFlowRefSerializer(Class<SubFlowRef> t) |
Copyright © 2020–2023 CNCF. All rights reserved.