Uses of Class
io.serverlessworkflow.api.start.Start
-
Packages that use Start Package Description io.serverlessworkflow.api io.serverlessworkflow.api.deserializers io.serverlessworkflow.api.serializers io.serverlessworkflow.api.start -
-
Uses of Start in io.serverlessworkflow.api
Methods in io.serverlessworkflow.api that return Start Modifier and Type Method Description Start
Workflow. getStart()
State start definitionMethods in io.serverlessworkflow.api with parameters of type Start Modifier and Type Method Description void
Workflow. setStart(Start start)
State start definitionWorkflow
Workflow. withStart(Start start)
-
Uses of Start in io.serverlessworkflow.api.deserializers
Methods in io.serverlessworkflow.api.deserializers that return Start Modifier and Type Method Description Start
StartDefinitionDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)
-
Uses of Start in io.serverlessworkflow.api.serializers
Methods in io.serverlessworkflow.api.serializers with parameters of type Start Modifier and Type Method Description void
StartDefinitionSerializer. serialize(Start start, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider)
Constructor parameters in io.serverlessworkflow.api.serializers with type arguments of type Start Constructor Description StartDefinitionSerializer(Class<Start> t)
-
Uses of Start in io.serverlessworkflow.api.start
Methods in io.serverlessworkflow.api.start that return Start Modifier and Type Method Description Start
Start. withSchedule(Schedule schedule)
Start
Start. withStateName(String stateName)
-