Uses of Class
io.serverlessworkflow.api.functions.SubFlowRef
-
Packages that use SubFlowRef Package Description io.serverlessworkflow.api.actions io.serverlessworkflow.api.deserializers io.serverlessworkflow.api.functions io.serverlessworkflow.api.serializers -
-
Uses of SubFlowRef in io.serverlessworkflow.api.actions
Methods in io.serverlessworkflow.api.actions that return SubFlowRef Modifier and Type Method Description SubFlowRef
Action. getSubFlowRef()
Methods in io.serverlessworkflow.api.actions with parameters of type SubFlowRef Modifier and Type Method Description void
Action. setSubFlowRef(SubFlowRef subFlowRef)
Action
Action. withSubFlowRef(SubFlowRef subFlowRef)
-
Uses of SubFlowRef in io.serverlessworkflow.api.deserializers
Methods in io.serverlessworkflow.api.deserializers that return SubFlowRef Modifier and Type Method Description SubFlowRef
SubFlowRefDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)
-
Uses of SubFlowRef in io.serverlessworkflow.api.functions
Methods in io.serverlessworkflow.api.functions that return SubFlowRef Modifier and Type Method Description SubFlowRef
SubFlowRef. withInvoke(SubFlowRef.Invoke invoke)
SubFlowRef
SubFlowRef. withOnParentComplete(SubFlowRef.OnParentComplete onParentComplete)
SubFlowRef
SubFlowRef. withVersion(String version)
SubFlowRef
SubFlowRef. withWorkflowId(String workflowId)
-
Uses of SubFlowRef in io.serverlessworkflow.api.serializers
Methods in io.serverlessworkflow.api.serializers with parameters of type SubFlowRef Modifier and Type Method Description void
SubFlowRefSerializer. serialize(SubFlowRef subflowRef, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider)
Constructor parameters in io.serverlessworkflow.api.serializers with type arguments of type SubFlowRef Constructor Description SubFlowRefSerializer(Class<SubFlowRef> t)
-