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 SubFlowRefAction. getSubFlowRef()Methods in io.serverlessworkflow.api.actions with parameters of type SubFlowRef Modifier and Type Method Description voidAction. setSubFlowRef(SubFlowRef subFlowRef)ActionAction. 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 SubFlowRefSubFlowRefDeserializer. 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 SubFlowRefSubFlowRef. withInvoke(SubFlowRef.Invoke invoke)SubFlowRefSubFlowRef. withOnParentComplete(SubFlowRef.OnParentComplete onParentComplete)SubFlowRefSubFlowRef. withVersion(String version)SubFlowRefSubFlowRef. 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 voidSubFlowRefSerializer. 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)
-