A B C D E F G H I J L M O R S T U V W Y 
All Classes All Packages

A

ALL - io.serverlessworkflow.api.types.Extension.ExtensionTarget
 
AllEventConsumptionStrategy - Class in io.serverlessworkflow.api.types
AllEventConsumptionStrategy
AllEventConsumptionStrategy() - Constructor for class io.serverlessworkflow.api.types.AllEventConsumptionStrategy
No args constructor for use in serialization
AllEventConsumptionStrategy(List<EventFilter>) - Constructor for class io.serverlessworkflow.api.types.AllEventConsumptionStrategy
 
AnyEventConsumptionStrategy - Class in io.serverlessworkflow.api.types
AnyEventConsumptionStrategy
AnyEventConsumptionStrategy() - Constructor for class io.serverlessworkflow.api.types.AnyEventConsumptionStrategy
No args constructor for use in serialization
AnyEventConsumptionStrategy(List<EventFilter>) - Constructor for class io.serverlessworkflow.api.types.AnyEventConsumptionStrategy
 
AsyncApiArguments - Class in io.serverlessworkflow.api.types
AsyncApiArguments
AsyncApiArguments() - Constructor for class io.serverlessworkflow.api.types.AsyncApiArguments
No args constructor for use in serialization
AsyncApiArguments(Object, String) - Constructor for class io.serverlessworkflow.api.types.AsyncApiArguments
 
AuthenticationPolicy - Class in io.serverlessworkflow.api.types
AuthenticationPolicy
AuthenticationPolicy() - Constructor for class io.serverlessworkflow.api.types.AuthenticationPolicy
 
AuthenticationPolicy(BasicAuthenticationPolicy) - Constructor for class io.serverlessworkflow.api.types.AuthenticationPolicy
 
AuthenticationPolicy(BearerAuthenticationPolicy) - Constructor for class io.serverlessworkflow.api.types.AuthenticationPolicy
 
AuthenticationPolicy(OAuth2AuthenticationPolicy) - Constructor for class io.serverlessworkflow.api.types.AuthenticationPolicy
 
AuthenticationPolicyReference - Class in io.serverlessworkflow.api.types
AuthenticationPolicyReference
AuthenticationPolicyReference() - Constructor for class io.serverlessworkflow.api.types.AuthenticationPolicyReference
No args constructor for use in serialization
AuthenticationPolicyReference(String) - Constructor for class io.serverlessworkflow.api.types.AuthenticationPolicyReference
 

B

BasicAuthenticationData - Class in io.serverlessworkflow.api.types
BasicAuthenticationData
BasicAuthenticationData() - Constructor for class io.serverlessworkflow.api.types.BasicAuthenticationData
No args constructor for use in serialization
BasicAuthenticationData(String, String) - Constructor for class io.serverlessworkflow.api.types.BasicAuthenticationData
 
BasicAuthenticationPolicy - Class in io.serverlessworkflow.api.types
BasicAuthenticationPolicy
BasicAuthenticationPolicy() - Constructor for class io.serverlessworkflow.api.types.BasicAuthenticationPolicy
No args constructor for use in serialization
BasicAuthenticationPolicy(BasicAuthenticationPolicyConfiguration) - Constructor for class io.serverlessworkflow.api.types.BasicAuthenticationPolicy
 
BasicAuthenticationPolicyConfiguration - Class in io.serverlessworkflow.api.types
BasicAuthenticationPolicyConfiguration
BasicAuthenticationPolicyConfiguration() - Constructor for class io.serverlessworkflow.api.types.BasicAuthenticationPolicyConfiguration
 
BasicAuthenticationPolicyConfiguration(BasicAuthenticationData) - Constructor for class io.serverlessworkflow.api.types.BasicAuthenticationPolicyConfiguration
 
BasicAuthenticationPolicyConfiguration(SecretBasedAuthenticationPolicy) - Constructor for class io.serverlessworkflow.api.types.BasicAuthenticationPolicyConfiguration
 
BeanDeserializerModifierWithValidation - Class in io.serverlessworkflow.serialization
 
BeanDeserializerModifierWithValidation() - Constructor for class io.serverlessworkflow.serialization.BeanDeserializerModifierWithValidation
 
BeanDeserializerWithValidation - Class in io.serverlessworkflow.serialization
 
BeanDeserializerWithValidation(BeanDeserializerBase) - Constructor for class io.serverlessworkflow.serialization.BeanDeserializerWithValidation
 
BearerAuthenticationData - Class in io.serverlessworkflow.api.types
BearerAuthenticationData
BearerAuthenticationData() - Constructor for class io.serverlessworkflow.api.types.BearerAuthenticationData
No args constructor for use in serialization
BearerAuthenticationData(String) - Constructor for class io.serverlessworkflow.api.types.BearerAuthenticationData
 
BearerAuthenticationPolicy - Class in io.serverlessworkflow.api.types
BearerAuthenticationPolicy
BearerAuthenticationPolicy() - Constructor for class io.serverlessworkflow.api.types.BearerAuthenticationPolicy
No args constructor for use in serialization
BearerAuthenticationPolicy(BearerAuthenticationPolicyConfiguration) - Constructor for class io.serverlessworkflow.api.types.BearerAuthenticationPolicy
 
BearerAuthenticationPolicyConfiguration - Class in io.serverlessworkflow.api.types
BearerAuthenticationPolicyConfiguration
BearerAuthenticationPolicyConfiguration() - Constructor for class io.serverlessworkflow.api.types.BearerAuthenticationPolicyConfiguration
 
BearerAuthenticationPolicyConfiguration(BearerAuthenticationData) - Constructor for class io.serverlessworkflow.api.types.BearerAuthenticationPolicyConfiguration
 
BearerAuthenticationPolicyConfiguration(SecretBasedAuthenticationPolicy) - Constructor for class io.serverlessworkflow.api.types.BearerAuthenticationPolicyConfiguration
 

C

CALL - io.serverlessworkflow.api.types.Extension.ExtensionTarget
 
CallAsyncAPI - Class in io.serverlessworkflow.api.types
CallAsyncAPI
CallAsyncAPI() - Constructor for class io.serverlessworkflow.api.types.CallAsyncAPI
No args constructor for use in serialization
CallAsyncAPI(String, AsyncApiArguments) - Constructor for class io.serverlessworkflow.api.types.CallAsyncAPI
 
CallFunction - Class in io.serverlessworkflow.api.types
CallFunction
CallFunction() - Constructor for class io.serverlessworkflow.api.types.CallFunction
No args constructor for use in serialization
CallFunction(String) - Constructor for class io.serverlessworkflow.api.types.CallFunction
 
CallGRPC - Class in io.serverlessworkflow.api.types
CallGRPC
CallGRPC() - Constructor for class io.serverlessworkflow.api.types.CallGRPC
No args constructor for use in serialization
CallGRPC(String, GRPCArguments) - Constructor for class io.serverlessworkflow.api.types.CallGRPC
 
CallHTTP - Class in io.serverlessworkflow.api.types
CallHTTP
CallHTTP() - Constructor for class io.serverlessworkflow.api.types.CallHTTP
No args constructor for use in serialization
CallHTTP(String, HTTPArguments) - Constructor for class io.serverlessworkflow.api.types.CallHTTP
 
CallOpenAPI - Class in io.serverlessworkflow.api.types
CallOpenAPI
CallOpenAPI() - Constructor for class io.serverlessworkflow.api.types.CallOpenAPI
No args constructor for use in serialization
CallOpenAPI(String, OpenAPIArguments) - Constructor for class io.serverlessworkflow.api.types.CallOpenAPI
 
CallTask - Class in io.serverlessworkflow.api.types
 
CallTask() - Constructor for class io.serverlessworkflow.api.types.CallTask
 
CallTask(CallAsyncAPI) - Constructor for class io.serverlessworkflow.api.types.CallTask
 
CallTask(CallFunction) - Constructor for class io.serverlessworkflow.api.types.CallTask
 
CallTask(CallGRPC) - Constructor for class io.serverlessworkflow.api.types.CallTask
 
CallTask(CallHTTP) - Constructor for class io.serverlessworkflow.api.types.CallTask
 
CallTask(CallOpenAPI) - Constructor for class io.serverlessworkflow.api.types.CallTask
 
CatchErrors - Class in io.serverlessworkflow.api.types
CatchErrors
CatchErrors() - Constructor for class io.serverlessworkflow.api.types.CatchErrors
 
COMPOSITE - io.serverlessworkflow.api.types.Extension.ExtensionTarget
 
Constant - Class in io.serverlessworkflow.api.types
The definition of the constant backoff to use, if any.
Constant() - Constructor for class io.serverlessworkflow.api.types.Constant
 
ConstantBackoff - Class in io.serverlessworkflow.api.types
ConstantBackoff
ConstantBackoff() - Constructor for class io.serverlessworkflow.api.types.ConstantBackoff
No args constructor for use in serialization
ConstantBackoff(Constant) - Constructor for class io.serverlessworkflow.api.types.ConstantBackoff
 
Container - Class in io.serverlessworkflow.api.types
Container
Container() - Constructor for class io.serverlessworkflow.api.types.Container
No args constructor for use in serialization
Container(String) - Constructor for class io.serverlessworkflow.api.types.Container
 
ContainerEnvironment - Class in io.serverlessworkflow.api.types
ContainerEnvironment
ContainerEnvironment() - Constructor for class io.serverlessworkflow.api.types.ContainerEnvironment
 
ContainerPorts - Class in io.serverlessworkflow.api.types
ContainerPorts
ContainerPorts() - Constructor for class io.serverlessworkflow.api.types.ContainerPorts
 
ContainerVolumes - Class in io.serverlessworkflow.api.types
ContainerVolumes
ContainerVolumes() - Constructor for class io.serverlessworkflow.api.types.ContainerVolumes
 
CONTENT - io.serverlessworkflow.api.types.HTTPArguments.WithHTTPOutput
 
CONTENT - io.serverlessworkflow.api.types.OpenAPIArguments.WithOpenAPIOutput
 
CONTINUE - io.serverlessworkflow.api.types.FlowDirective
 
CorrelateProperty - Class in io.serverlessworkflow.api.types
 
CorrelateProperty() - Constructor for class io.serverlessworkflow.api.types.CorrelateProperty
No args constructor for use in serialization
CorrelateProperty(String) - Constructor for class io.serverlessworkflow.api.types.CorrelateProperty
 

D

deserialize(JsonParser, DeserializationContext) - Method in class io.serverlessworkflow.serialization.BeanDeserializerWithValidation
 
DeserializeHelper - Class in io.serverlessworkflow.serialization
 
DeserializeHelper() - Constructor for class io.serverlessworkflow.serialization.DeserializeHelper
 
deserializeItem(JsonParser, Class<T>, Class<?>) - Static method in class io.serverlessworkflow.serialization.DeserializeHelper
 
deserializeOneOf(JsonParser, Class<T>, Collection<Class<?>>) - Static method in class io.serverlessworkflow.serialization.DeserializeHelper
 
Document - Class in io.serverlessworkflow.api.types
Document
Document() - Constructor for class io.serverlessworkflow.api.types.Document
No args constructor for use in serialization
Document(String, String, String, String) - Constructor for class io.serverlessworkflow.api.types.Document
 
DoTask - Class in io.serverlessworkflow.api.types
DoTask
DoTask() - Constructor for class io.serverlessworkflow.api.types.DoTask
No args constructor for use in serialization
DoTask(List<TaskItem>) - Constructor for class io.serverlessworkflow.api.types.DoTask
 
Duration - Class in io.serverlessworkflow.api.types
Duration
Duration() - Constructor for class io.serverlessworkflow.api.types.Duration
 

E

EMIT - io.serverlessworkflow.api.types.Extension.ExtensionTarget
 
EmitEventDefinition - Class in io.serverlessworkflow.api.types
EmitEventDefinition
EmitEventDefinition() - Constructor for class io.serverlessworkflow.api.types.EmitEventDefinition
 
EmitTask - Class in io.serverlessworkflow.api.types
EmitTask
EmitTask() - Constructor for class io.serverlessworkflow.api.types.EmitTask
No args constructor for use in serialization
EmitTask(EmitTaskConfiguration) - Constructor for class io.serverlessworkflow.api.types.EmitTask
 
EmitTaskConfiguration - Class in io.serverlessworkflow.api.types
EmitTaskConfiguration
EmitTaskConfiguration() - Constructor for class io.serverlessworkflow.api.types.EmitTaskConfiguration
No args constructor for use in serialization
EmitTaskConfiguration(EmitEventDefinition) - Constructor for class io.serverlessworkflow.api.types.EmitTaskConfiguration
 
END - io.serverlessworkflow.api.types.FlowDirective
 
Endpoint - Class in io.serverlessworkflow.api.types
Endpoint
Endpoint() - Constructor for class io.serverlessworkflow.api.types.Endpoint
No args constructor for use in serialization
Endpoint(Object) - Constructor for class io.serverlessworkflow.api.types.Endpoint
 
Error - Class in io.serverlessworkflow.api.types
Error
Error() - Constructor for class io.serverlessworkflow.api.types.Error
No args constructor for use in serialization
Error(Object, int, Object) - Constructor for class io.serverlessworkflow.api.types.Error
 
EventConsumptionStrategy - Class in io.serverlessworkflow.api.types
EventConsumptionStrategy
EventConsumptionStrategy() - Constructor for class io.serverlessworkflow.api.types.EventConsumptionStrategy
 
EventConsumptionStrategy(AllEventConsumptionStrategy) - Constructor for class io.serverlessworkflow.api.types.EventConsumptionStrategy
 
EventConsumptionStrategy(AnyEventConsumptionStrategy) - Constructor for class io.serverlessworkflow.api.types.EventConsumptionStrategy
 
EventConsumptionStrategy(OneEventConsumptionStrategy) - Constructor for class io.serverlessworkflow.api.types.EventConsumptionStrategy
 
EventFilter - Class in io.serverlessworkflow.api.types
EventFilter
EventFilter() - Constructor for class io.serverlessworkflow.api.types.EventFilter
No args constructor for use in serialization
EventFilter(EventProperties) - Constructor for class io.serverlessworkflow.api.types.EventFilter
 
EventFilterCorrelate - Class in io.serverlessworkflow.api.types
EventFilterCorrelate
EventFilterCorrelate() - Constructor for class io.serverlessworkflow.api.types.EventFilterCorrelate
 
EventProperties - Class in io.serverlessworkflow.api.types
EventProperties
EventProperties() - Constructor for class io.serverlessworkflow.api.types.EventProperties
 
EXIT - io.serverlessworkflow.api.types.FlowDirective
 
Exponential - Class in io.serverlessworkflow.api.types
The definition of the exponential backoff to use, if any.
Exponential() - Constructor for class io.serverlessworkflow.api.types.Exponential
 
ExponentialBackOff - Class in io.serverlessworkflow.api.types
ExponentialBackOff
ExponentialBackOff() - Constructor for class io.serverlessworkflow.api.types.ExponentialBackOff
No args constructor for use in serialization
ExponentialBackOff(Exponential) - Constructor for class io.serverlessworkflow.api.types.ExponentialBackOff
 
Export - Class in io.serverlessworkflow.api.types
Export
Export() - Constructor for class io.serverlessworkflow.api.types.Export
 
Extension - Class in io.serverlessworkflow.api.types
Extension
Extension() - Constructor for class io.serverlessworkflow.api.types.Extension
No args constructor for use in serialization
Extension(Extension.ExtensionTarget) - Constructor for class io.serverlessworkflow.api.types.Extension
 
Extension.ExtensionTarget - Enum in io.serverlessworkflow.api.types
ExtensionTarget
ExtensionItem - Class in io.serverlessworkflow.api.types
ExtensionItem
ExtensionItem() - Constructor for class io.serverlessworkflow.api.types.ExtensionItem
 
ExtensionItem(String, Extension) - Constructor for class io.serverlessworkflow.api.types.ExtensionItem
 
ExternalResourceURI - Class in io.serverlessworkflow.api.types
ExternalResourceURI
ExternalResourceURI() - Constructor for class io.serverlessworkflow.api.types.ExternalResourceURI
No args constructor for use in serialization
ExternalResourceURI(String) - Constructor for class io.serverlessworkflow.api.types.ExternalResourceURI
 
ExternalScript - Class in io.serverlessworkflow.api.types
ExternalScript
ExternalScript() - Constructor for class io.serverlessworkflow.api.types.ExternalScript
No args constructor for use in serialization
ExternalScript(Object) - Constructor for class io.serverlessworkflow.api.types.ExternalScript
 

F

FlowDirective - Enum in io.serverlessworkflow.api.types
 
FOR - io.serverlessworkflow.api.types.Extension.ExtensionTarget
 
ForkTask - Class in io.serverlessworkflow.api.types
ForkTask
ForkTask() - Constructor for class io.serverlessworkflow.api.types.ForkTask
No args constructor for use in serialization
ForkTask(ForkTaskConfiguration) - Constructor for class io.serverlessworkflow.api.types.ForkTask
 
ForkTaskConfiguration - Class in io.serverlessworkflow.api.types
ForkTaskConfiguration
ForkTaskConfiguration() - Constructor for class io.serverlessworkflow.api.types.ForkTaskConfiguration
No args constructor for use in serialization
ForkTaskConfiguration(List<TaskItem>) - Constructor for class io.serverlessworkflow.api.types.ForkTaskConfiguration
 
ForTask - Class in io.serverlessworkflow.api.types
ForTask
ForTask() - Constructor for class io.serverlessworkflow.api.types.ForTask
No args constructor for use in serialization
ForTask(ForTaskConfiguration, List<TaskItem>) - Constructor for class io.serverlessworkflow.api.types.ForTask
 
ForTaskConfiguration - Class in io.serverlessworkflow.api.types
ForTaskConfiguration
ForTaskConfiguration() - Constructor for class io.serverlessworkflow.api.types.ForTaskConfiguration
No args constructor for use in serialization
ForTaskConfiguration(String) - Constructor for class io.serverlessworkflow.api.types.ForTaskConfiguration
 
fromFileName(String) - Static method in enum io.serverlessworkflow.api.WorkflowFormat
 
fromPath(Path) - Static method in enum io.serverlessworkflow.api.WorkflowFormat
 
fromValue(String) - Static method in enum io.serverlessworkflow.api.types.Extension.ExtensionTarget
 
fromValue(String) - Static method in enum io.serverlessworkflow.api.types.FlowDirective
 
fromValue(String) - Static method in enum io.serverlessworkflow.api.types.HTTPArguments.WithHTTPOutput
 
fromValue(String) - Static method in enum io.serverlessworkflow.api.types.OpenAPIArguments.WithOpenAPIOutput
 
FunctionArguments - Class in io.serverlessworkflow.api.types
FunctionArguments
FunctionArguments() - Constructor for class io.serverlessworkflow.api.types.FunctionArguments
 

G

get() - Method in interface io.serverlessworkflow.api.OneOfValueProvider
 
get() - Method in class io.serverlessworkflow.api.types.AuthenticationPolicy
 
get() - Method in class io.serverlessworkflow.api.types.BasicAuthenticationPolicyConfiguration
 
get() - Method in class io.serverlessworkflow.api.types.BearerAuthenticationPolicyConfiguration
 
get() - Method in class io.serverlessworkflow.api.types.CallTask
 
get() - Method in class io.serverlessworkflow.api.types.EventConsumptionStrategy
 
get() - Method in class io.serverlessworkflow.api.types.OAuth2AuthenticationPolicyConfiguration
 
get() - Method in class io.serverlessworkflow.api.types.ReferenceableAuthenticationPolicy
 
get() - Method in class io.serverlessworkflow.api.types.RetryBackoff
 
get() - Method in class io.serverlessworkflow.api.types.RunTaskConfiguration
 
get() - Method in class io.serverlessworkflow.api.types.Schema
 
get() - Method in class io.serverlessworkflow.api.types.Script
 
get() - Method in class io.serverlessworkflow.api.types.Task
 
getActor() - Method in class io.serverlessworkflow.api.types.OAuth2AutenthicationData
OAuth2TokenDefinition
getAdditionalProperties() - Method in class io.serverlessworkflow.api.types.AuthenticationPolicy
 
getAdditionalProperties() - Method in class io.serverlessworkflow.api.types.CatchErrors
 
getAdditionalProperties() - Method in class io.serverlessworkflow.api.types.Constant
 
getAdditionalProperties() - Method in class io.serverlessworkflow.api.types.ContainerEnvironment
 
getAdditionalProperties() - Method in class io.serverlessworkflow.api.types.ContainerPorts
 
getAdditionalProperties() - Method in class io.serverlessworkflow.api.types.ContainerVolumes
 
getAdditionalProperties() - Method in class io.serverlessworkflow.api.types.EmitEventDefinition
 
getAdditionalProperties() - Method in class io.serverlessworkflow.api.types.EventFilterCorrelate
 
getAdditionalProperties() - Method in class io.serverlessworkflow.api.types.EventProperties
 
getAdditionalProperties() - Method in class io.serverlessworkflow.api.types.Exponential
 
getAdditionalProperties() - Method in class io.serverlessworkflow.api.types.FunctionArguments
 
getAdditionalProperties() - Method in class io.serverlessworkflow.api.types.Linear
 
getAdditionalProperties() - Method in class io.serverlessworkflow.api.types.RunTaskConfiguration
 
getAdditionalProperties() - Method in class io.serverlessworkflow.api.types.ScriptArguments
 
getAdditionalProperties() - Method in class io.serverlessworkflow.api.types.ScriptEnvironment
 
getAdditionalProperties() - Method in class io.serverlessworkflow.api.types.SetTaskConfiguration
 
getAdditionalProperties() - Method in class io.serverlessworkflow.api.types.ShellArguments
 
getAdditionalProperties() - Method in class io.serverlessworkflow.api.types.ShellEnvironment
 
getAdditionalProperties() - Method in class io.serverlessworkflow.api.types.SubflowInput
 
getAdditionalProperties() - Method in class io.serverlessworkflow.api.types.UseAuthentications
 
getAdditionalProperties() - Method in class io.serverlessworkflow.api.types.UseErrors
 
getAdditionalProperties() - Method in class io.serverlessworkflow.api.types.UseFunctions
 
getAdditionalProperties() - Method in class io.serverlessworkflow.api.types.UseRetries
 
getAdditionalProperties() - Method in class io.serverlessworkflow.api.types.WithAsyncAPIPayload
 
getAdditionalProperties() - Method in class io.serverlessworkflow.api.types.WithGRPCArguments
 
getAdditionalProperties() - Method in class io.serverlessworkflow.api.types.WithHTTPBody
 
getAdditionalProperties() - Method in class io.serverlessworkflow.api.types.WithHTTPHeaders
 
getAdditionalProperties() - Method in class io.serverlessworkflow.api.types.WithHTTPQuery
 
getAdditionalProperties() - Method in class io.serverlessworkflow.api.types.WithOpenAPIParameters
 
getAdditionalProperties() - Method in class io.serverlessworkflow.api.types.WorkflowTags
 
getAfter() - Method in class io.serverlessworkflow.api.types.Extension
TaskList
getAfter() - Method in class io.serverlessworkflow.api.types.Schedule
Duration
getAfter() - Method in class io.serverlessworkflow.api.types.Timeout
Duration
getAll() - Method in class io.serverlessworkflow.api.types.AllEventConsumptionStrategy
AllEventConsumptionStrategyConfiguration
getAllEventConsumptionStrategy() - Method in class io.serverlessworkflow.api.types.EventConsumptionStrategy
 
getAny() - Method in class io.serverlessworkflow.api.types.AnyEventConsumptionStrategy
AnyEventConsumptionStrategyConfiguration
getAnyEventConsumptionStrategy() - Method in class io.serverlessworkflow.api.types.EventConsumptionStrategy
 
getArguments() - Method in class io.serverlessworkflow.api.types.GRPCArguments
WithGRPCArguments
getArguments() - Method in class io.serverlessworkflow.api.types.Script
ScriptArguments
getArguments() - Method in class io.serverlessworkflow.api.types.Shell
ShellArguments
getAs() - Method in class io.serverlessworkflow.api.types.Export
ExportAs
getAs() - Method in class io.serverlessworkflow.api.types.Output
OutputAs
getAs() - Method in class io.serverlessworkflow.api.types.TryTaskCatch
CatchAs
getAt() - Method in class io.serverlessworkflow.api.types.ForTaskConfiguration
ForAt
getAttempt() - Method in class io.serverlessworkflow.api.types.RetryLimit
RetryLimitAttempt
getAudiences() - Method in class io.serverlessworkflow.api.types.OAuth2AutenthicationData
OAuth2AutenthicationDataAudiences
getAuthentication() - Method in class io.serverlessworkflow.api.types.AsyncApiArguments
ReferenceableAuthenticationPolicy
getAuthentication() - Method in class io.serverlessworkflow.api.types.Endpoint
ReferenceableAuthenticationPolicy
getAuthentication() - Method in class io.serverlessworkflow.api.types.ExternalResourceURI
ReferenceableAuthenticationPolicy
getAuthentication() - Method in class io.serverlessworkflow.api.types.OpenAPIArguments
ReferenceableAuthenticationPolicy
getAuthentication() - Method in class io.serverlessworkflow.api.types.WithGRPCService
ReferenceableAuthenticationPolicy
getAuthenticationPolicy() - Method in class io.serverlessworkflow.api.types.ReferenceableAuthenticationPolicy
 
getAuthenticationPolicyReference() - Method in class io.serverlessworkflow.api.types.ReferenceableAuthenticationPolicy
 
getAuthentications() - Method in class io.serverlessworkflow.api.types.Use
UseAuthentications
getAuthority() - Method in class io.serverlessworkflow.api.types.OAuth2AutenthicationData
OAuth2AutenthicationDataAuthority
getBackoff() - Method in class io.serverlessworkflow.api.types.RetryPolicy
RetryBackoff
getBasic() - Method in class io.serverlessworkflow.api.types.BasicAuthenticationPolicy
BasicAuthenticationPolicyConfiguration
getBasicAuthenticationData() - Method in class io.serverlessworkflow.api.types.BasicAuthenticationPolicyConfiguration
 
getBasicAuthenticationPolicy() - Method in class io.serverlessworkflow.api.types.AuthenticationPolicy
 
getBearer() - Method in class io.serverlessworkflow.api.types.BearerAuthenticationPolicy
BearerAuthenticationPolicyConfiguration
getBearerAuthenticationData() - Method in class io.serverlessworkflow.api.types.BearerAuthenticationPolicyConfiguration
 
getBearerAuthenticationPolicy() - Method in class io.serverlessworkflow.api.types.AuthenticationPolicy
 
getBefore() - Method in class io.serverlessworkflow.api.types.Extension
TaskList
getBinding() - Method in class io.serverlessworkflow.api.types.AsyncApiArguments
WithAsyncAPIBinding
getBody() - Method in class io.serverlessworkflow.api.types.HTTPArguments
WithHTTPBody
getBranches() - Method in class io.serverlessworkflow.api.types.ForkTaskConfiguration
TaskList
getCall() - Method in class io.serverlessworkflow.api.types.CallAsyncAPI
(Required)
getCall() - Method in class io.serverlessworkflow.api.types.CallFunction
The name of the function to call.
getCall() - Method in class io.serverlessworkflow.api.types.CallGRPC
(Required)
getCall() - Method in class io.serverlessworkflow.api.types.CallHTTP
(Required)
getCall() - Method in class io.serverlessworkflow.api.types.CallOpenAPI
(Required)
getCallAsyncAPI() - Method in class io.serverlessworkflow.api.types.CallTask
 
getCallFunction() - Method in class io.serverlessworkflow.api.types.CallTask
 
getCallGRPC() - Method in class io.serverlessworkflow.api.types.CallTask
 
getCallHTTP() - Method in class io.serverlessworkflow.api.types.CallTask
 
getCallOpenAPI() - Method in class io.serverlessworkflow.api.types.CallTask
 
getCallTask() - Method in class io.serverlessworkflow.api.types.Task
 
getCatch() - Method in class io.serverlessworkflow.api.types.TryTask
TryTaskCatch
getClient() - Method in class io.serverlessworkflow.api.types.OAuth2AutenthicationData
OAuth2AutenthicationDataClient
getCode() - Method in class io.serverlessworkflow.api.types.InlineScript
InlineScriptCode
getCommand() - Method in class io.serverlessworkflow.api.types.Container
ContainerCommand
getCommand() - Method in class io.serverlessworkflow.api.types.Shell
ShellCommand
getConstant() - Method in class io.serverlessworkflow.api.types.ConstantBackoff
The definition of the constant backoff to use, if any.
getConstantBackoff() - Method in class io.serverlessworkflow.api.types.RetryBackoff
 
getContainer() - Method in class io.serverlessworkflow.api.types.RunContainer
Container
getCorrelate() - Method in class io.serverlessworkflow.api.types.EventFilter
EventFilterCorrelate
getCount() - Method in class io.serverlessworkflow.api.types.RetryLimitAttempt
RetryLimitAttemptCount
getCron() - Method in class io.serverlessworkflow.api.types.Schedule
ScheduleCron
getDatacontenttype() - Method in class io.serverlessworkflow.api.types.EventProperties
EventDataContentType
getDataschema() - Method in class io.serverlessworkflow.api.types.EventProperties
EventDataschema
getDays() - Method in class io.serverlessworkflow.api.types.Duration
DurationDays
getDelay() - Method in class io.serverlessworkflow.api.types.RetryPolicy
Duration
getDetail() - Method in class io.serverlessworkflow.api.types.Error
ErrorDetails
getDo() - Method in class io.serverlessworkflow.api.types.DoTask
TaskList
getDo() - Method in class io.serverlessworkflow.api.types.ForTask
TaskList
getDo() - Method in class io.serverlessworkflow.api.types.TryTaskCatch
TaskList
getDo() - Method in class io.serverlessworkflow.api.types.Workflow
TaskList
getDocument() - Method in class io.serverlessworkflow.api.types.AsyncApiArguments
ExternalResource
getDocument() - Method in class io.serverlessworkflow.api.types.OpenAPIArguments
ExternalResource
getDocument() - Method in class io.serverlessworkflow.api.types.SchemaInline
The schema's inline definition.
getDocument() - Method in class io.serverlessworkflow.api.types.Workflow
Document
getDoTask() - Method in class io.serverlessworkflow.api.types.Task
 
getDsl() - Method in class io.serverlessworkflow.api.types.Document
WorkflowDSL
getDuration() - Method in class io.serverlessworkflow.api.types.RetryLimit
Duration
getDuration() - Method in class io.serverlessworkflow.api.types.RetryLimitAttempt
Duration
getEach() - Method in class io.serverlessworkflow.api.types.ForTaskConfiguration
ForEach
getEmit() - Method in class io.serverlessworkflow.api.types.EmitTask
EmitTaskConfiguration
getEmitTask() - Method in class io.serverlessworkflow.api.types.Task
 
getEndpoint() - Method in class io.serverlessworkflow.api.types.HTTPArguments
WithHTTPEndpoint
getEnvironment() - Method in class io.serverlessworkflow.api.types.Container
ContainerEnvironment
getEnvironment() - Method in class io.serverlessworkflow.api.types.Script
ScriptEnvironment
getEnvironment() - Method in class io.serverlessworkflow.api.types.Shell
ShellEnvironment
getError() - Method in class io.serverlessworkflow.api.types.RaiseTaskConfiguration
Error
getErrors() - Method in class io.serverlessworkflow.api.types.TryTaskCatch
CatchErrors
getErrors() - Method in class io.serverlessworkflow.api.types.Use
UseErrors
getEvent() - Method in class io.serverlessworkflow.api.types.EmitTaskConfiguration
EmitEventDefinition
getEvery() - Method in class io.serverlessworkflow.api.types.Schedule
Duration
getExceptWhen() - Method in class io.serverlessworkflow.api.types.RetryPolicy
RetryExcepWhen
getExceptWhen() - Method in class io.serverlessworkflow.api.types.TryTaskCatch
CatchExceptWhen
getExpect() - Method in class io.serverlessworkflow.api.types.CorrelateProperty
CorrelateExpect
getExponential() - Method in class io.serverlessworkflow.api.types.ExponentialBackOff
The definition of the exponential backoff to use, if any.
getExponentialBackOff() - Method in class io.serverlessworkflow.api.types.RetryBackoff
 
getExport() - Method in class io.serverlessworkflow.api.types.TaskBase
Export
getExtend() - Method in class io.serverlessworkflow.api.types.Extension
ExtensionTarget
getExtension() - Method in class io.serverlessworkflow.api.types.ExtensionItem
 
getExtensions() - Method in class io.serverlessworkflow.api.types.Use
UseExtensions
getExternalScript() - Method in class io.serverlessworkflow.api.types.Script
 
getFor() - Method in class io.serverlessworkflow.api.types.ForTask
ForTaskConfiguration
getFork() - Method in class io.serverlessworkflow.api.types.ForkTask
ForkTaskConfiguration
getForkTask() - Method in class io.serverlessworkflow.api.types.Task
 
getFormat() - Method in class io.serverlessworkflow.api.types.Schema
SchemaFormat
getForTask() - Method in class io.serverlessworkflow.api.types.Task
 
getFrom() - Method in class io.serverlessworkflow.api.types.CorrelateProperty
CorrelateFrom
getFrom() - Method in class io.serverlessworkflow.api.types.Input
InputFrom
getFrom() - Method in class io.serverlessworkflow.api.types.RetryPolicyJitter
Duration
getFunctions() - Method in class io.serverlessworkflow.api.types.Use
UseFunctions
getGrant() - Method in class io.serverlessworkflow.api.types.OAuth2AutenthicationData
OAuth2AutenthicationDataGrant
getHeaders() - Method in class io.serverlessworkflow.api.types.HTTPArguments
WithHTTPHeaders
getHost() - Method in class io.serverlessworkflow.api.types.WithGRPCService
WithGRPCServiceHost
getHours() - Method in class io.serverlessworkflow.api.types.Duration
DurationHours
getId() - Method in class io.serverlessworkflow.api.types.EventProperties
EventId
getId() - Method in class io.serverlessworkflow.api.types.OAuth2AutenthicationDataClient
ClientId
getIf() - Method in class io.serverlessworkflow.api.types.TaskBase
TaskBaseIf
getImage() - Method in class io.serverlessworkflow.api.types.Container
ContainerImage
getIn() - Method in class io.serverlessworkflow.api.types.ForTaskConfiguration
ForIn
getInlineScript() - Method in class io.serverlessworkflow.api.types.Script
 
getInput() - Method in class io.serverlessworkflow.api.types.SubflowConfiguration
SubflowInput
getInput() - Method in class io.serverlessworkflow.api.types.TaskBase
Input
getInput() - Method in class io.serverlessworkflow.api.types.Workflow
Input
getInstance() - Method in class io.serverlessworkflow.api.types.Error
ErrorInstance
getJitter() - Method in class io.serverlessworkflow.api.types.RetryPolicy
RetryPolicyJitter
getLanguage() - Method in class io.serverlessworkflow.api.types.Script
ScriptLanguage
getLimit() - Method in class io.serverlessworkflow.api.types.RetryPolicy
RetryLimit
getLinear() - Method in class io.serverlessworkflow.api.types.LinearBackoff
The definition of the linear backoff to use, if any.
getLinearBackoff() - Method in class io.serverlessworkflow.api.types.RetryBackoff
 
getListen() - Method in class io.serverlessworkflow.api.types.ListenTask
ListenTaskConfiguration
getListenTask() - Method in class io.serverlessworkflow.api.types.Task
 
getMessage() - Method in class io.serverlessworkflow.api.types.AsyncApiArguments
WithAsyncAPIMessage
getMethod() - Method in class io.serverlessworkflow.api.types.GRPCArguments
WithGRPCMethod
getMethod() - Method in class io.serverlessworkflow.api.types.HTTPArguments
WithHTTPMethod
getMilliseconds() - Method in class io.serverlessworkflow.api.types.Duration
DurationMilliseconds
getMinutes() - Method in class io.serverlessworkflow.api.types.Duration
DurationMinutes
getName() - Method in class io.serverlessworkflow.api.types.Document
WorkflowName
getName() - Method in class io.serverlessworkflow.api.types.ExtensionItem
 
getName() - Method in class io.serverlessworkflow.api.types.ExternalResourceURI
The external resource's name, if any.
getName() - Method in class io.serverlessworkflow.api.types.SubflowConfiguration
SubflowName
getName() - Method in class io.serverlessworkflow.api.types.SwitchItem
 
getName() - Method in class io.serverlessworkflow.api.types.TaskItem
 
getName() - Method in class io.serverlessworkflow.api.types.WithGRPCService
WithGRPCServiceName
getNamespace() - Method in class io.serverlessworkflow.api.types.Document
WorkflowNamespace
getNamespace() - Method in class io.serverlessworkflow.api.types.SubflowConfiguration
SubflowNamespace
getOauth2() - Method in class io.serverlessworkflow.api.types.OAuth2AuthenticationPolicy
OAuth2AuthenticationPolicyConfiguration
getOAuth2AutenthicationData() - Method in class io.serverlessworkflow.api.types.OAuth2AuthenticationPolicyConfiguration
 
getOAuth2AuthenticationPolicy() - Method in class io.serverlessworkflow.api.types.AuthenticationPolicy
 
getOn() - Method in class io.serverlessworkflow.api.types.Schedule
EventConsumptionStrategy
getOne() - Method in class io.serverlessworkflow.api.types.OneEventConsumptionStrategy
EventFilter
getOneEventConsumptionStrategy() - Method in class io.serverlessworkflow.api.types.EventConsumptionStrategy
 
getOperationId() - Method in class io.serverlessworkflow.api.types.OpenAPIArguments
WithOpenAPIOperation
getOperationRef() - Method in class io.serverlessworkflow.api.types.AsyncApiArguments
WithAsyncAPIOperation
getOutput() - Method in class io.serverlessworkflow.api.types.HTTPArguments
WithHTTPOutput
getOutput() - Method in class io.serverlessworkflow.api.types.OpenAPIArguments
WithOpenAPIOutput
getOutput() - Method in class io.serverlessworkflow.api.types.TaskBase
Output
getOutput() - Method in class io.serverlessworkflow.api.types.Workflow
Output
getParameters() - Method in class io.serverlessworkflow.api.types.OpenAPIArguments
WithOpenAPIParameters
getPassword() - Method in class io.serverlessworkflow.api.types.BasicAuthenticationData
The password to use.
getPassword() - Method in class io.serverlessworkflow.api.types.OAuth2AutenthicationData
OAuth2AutenthicationDataPassword
getPayload() - Method in class io.serverlessworkflow.api.types.AsyncApiArguments
WithAsyncAPIPayload
getPort() - Method in class io.serverlessworkflow.api.types.WithGRPCService
WithGRPCServicePost
getPorts() - Method in class io.serverlessworkflow.api.types.Container
ContainerPorts
getProto() - Method in class io.serverlessworkflow.api.types.GRPCArguments
ExternalResource
getQuery() - Method in class io.serverlessworkflow.api.types.HTTPArguments
WithHTTPQuery
getRaise() - Method in class io.serverlessworkflow.api.types.RaiseTask
RaiseTaskConfiguration
getRaiseTask() - Method in class io.serverlessworkflow.api.types.Task
 
getResource() - Method in class io.serverlessworkflow.api.types.SchemaExternal
ExternalResource
getRetries() - Method in class io.serverlessworkflow.api.types.Use
UseRetries
getRetry() - Method in class io.serverlessworkflow.api.types.TryTaskCatch
RetryPolicy
getRun() - Method in class io.serverlessworkflow.api.types.RunTask
RunTaskConfiguration
getRunContainer() - Method in class io.serverlessworkflow.api.types.RunTaskConfiguration
 
getRunScript() - Method in class io.serverlessworkflow.api.types.RunTaskConfiguration
 
getRunShell() - Method in class io.serverlessworkflow.api.types.RunTaskConfiguration
 
getRunTask() - Method in class io.serverlessworkflow.api.types.Task
 
getRunWorkflow() - Method in class io.serverlessworkflow.api.types.RunTaskConfiguration
 
getSchedule() - Method in class io.serverlessworkflow.api.types.Workflow
Schedule
getSchema() - Method in class io.serverlessworkflow.api.types.Export
Schema
getSchema() - Method in class io.serverlessworkflow.api.types.Input
Schema
getSchema() - Method in class io.serverlessworkflow.api.types.Output
Schema
getSchemaExternal() - Method in class io.serverlessworkflow.api.types.Schema
 
getSchemaInline() - Method in class io.serverlessworkflow.api.types.Schema
 
getScopes() - Method in class io.serverlessworkflow.api.types.OAuth2AutenthicationData
OAuth2AutenthicationDataScopes
getScript() - Method in class io.serverlessworkflow.api.types.RunScript
Script
getSeconds() - Method in class io.serverlessworkflow.api.types.Duration
DurationSeconds
getSecret() - Method in class io.serverlessworkflow.api.types.OAuth2AutenthicationDataClient
ClientSecret
getSecretBasedAuthenticationPolicy() - Method in class io.serverlessworkflow.api.types.BasicAuthenticationPolicyConfiguration
 
getSecretBasedAuthenticationPolicy() - Method in class io.serverlessworkflow.api.types.BearerAuthenticationPolicyConfiguration
 
getSecretBasedAuthenticationPolicy() - Method in class io.serverlessworkflow.api.types.OAuth2AuthenticationPolicyConfiguration
 
getSecrets() - Method in class io.serverlessworkflow.api.types.Use
UseSecrets
getServer() - Method in class io.serverlessworkflow.api.types.AsyncApiArguments
WithAsyncAPIServer
getService() - Method in class io.serverlessworkflow.api.types.GRPCArguments
WithGRPCService
getSet() - Method in class io.serverlessworkflow.api.types.SetTask
SetTaskConfiguration
getSetTask() - Method in class io.serverlessworkflow.api.types.Task
 
getShell() - Method in class io.serverlessworkflow.api.types.RunShell
Shell
getSource() - Method in class io.serverlessworkflow.api.types.EventProperties
EventSource
getSource() - Method in class io.serverlessworkflow.api.types.ExternalScript
ExternalResource
getStatus() - Method in class io.serverlessworkflow.api.types.Error
ErrorStatus
getSubject() - Method in class io.serverlessworkflow.api.types.EventProperties
EventSubject
getSubject() - Method in class io.serverlessworkflow.api.types.OAuth2AutenthicationData
OAuth2TokenDefinition
getSummary() - Method in class io.serverlessworkflow.api.types.Document
WorkflowSummary
getSwitch() - Method in class io.serverlessworkflow.api.types.SwitchTask
SwitchTaskConfiguration
getSwitchCase() - Method in class io.serverlessworkflow.api.types.SwitchItem
 
getSwitchTask() - Method in class io.serverlessworkflow.api.types.Task
 
getTags() - Method in class io.serverlessworkflow.api.types.Document
WorkflowTags
getTask() - Method in class io.serverlessworkflow.api.types.TaskItem
 
getThen() - Method in class io.serverlessworkflow.api.types.SwitchCase
FlowDirective
getThen() - Method in class io.serverlessworkflow.api.types.TaskBase
FlowDirective
getTime() - Method in class io.serverlessworkflow.api.types.EventProperties
EventTime
getTimeout() - Method in class io.serverlessworkflow.api.types.TaskBase
Timeout
getTimeout() - Method in class io.serverlessworkflow.api.types.Workflow
Timeout
getTitle() - Method in class io.serverlessworkflow.api.types.Document
WorkflowTitle
getTitle() - Method in class io.serverlessworkflow.api.types.Error
ErrorTitle
getTo() - Method in class io.serverlessworkflow.api.types.ListenTaskConfiguration
EventConsumptionStrategy
getTo() - Method in class io.serverlessworkflow.api.types.RetryPolicyJitter
Duration
getToken() - Method in class io.serverlessworkflow.api.types.BearerAuthenticationData
The bearer token to use.
getToken() - Method in class io.serverlessworkflow.api.types.OAuth2TokenDefinition
OAuth2Token
getTry() - Method in class io.serverlessworkflow.api.types.TryTask
TaskList
getTryTask() - Method in class io.serverlessworkflow.api.types.Task
 
getType() - Method in class io.serverlessworkflow.api.types.Error
ErrorType
getType() - Method in class io.serverlessworkflow.api.types.EventProperties
EventType
getType() - Method in class io.serverlessworkflow.api.types.OAuth2TokenDefinition
OAuth2TokenType
getUri() - Method in class io.serverlessworkflow.api.types.Endpoint
EndpointUri
getUri() - Method in class io.serverlessworkflow.api.types.ExternalResourceURI
ExternalResourceURIEndpoint
getUse() - Method in class io.serverlessworkflow.api.types.AuthenticationPolicyReference
ReferenceableAuthenticationPolicyName
getUse() - Method in class io.serverlessworkflow.api.types.SecretBasedAuthenticationPolicy
SecretBasedAuthenticationPolicyName
getUse() - Method in class io.serverlessworkflow.api.types.Workflow
Use
getUsername() - Method in class io.serverlessworkflow.api.types.BasicAuthenticationData
The username to use.
getUsername() - Method in class io.serverlessworkflow.api.types.OAuth2AutenthicationData
OAuth2AutenthicationDataUsername
getVersion() - Method in class io.serverlessworkflow.api.types.Document
WorkflowVersion
getVersion() - Method in class io.serverlessworkflow.api.types.SubflowConfiguration
SubflowVersion
getVolumes() - Method in class io.serverlessworkflow.api.types.Container
ContainerVolumes
getWait() - Method in class io.serverlessworkflow.api.types.WaitTask
Duration
getWaitTask() - Method in class io.serverlessworkflow.api.types.Task
 
getWhen() - Method in class io.serverlessworkflow.api.types.Extension
ExtensionCondition
getWhen() - Method in class io.serverlessworkflow.api.types.RetryPolicy
RetryWhen
getWhen() - Method in class io.serverlessworkflow.api.types.SwitchCase
SwitchCaseCondition
getWhen() - Method in class io.serverlessworkflow.api.types.TryTaskCatch
CatchWhen
getWhile() - Method in class io.serverlessworkflow.api.types.ForTask
While
getWith() - Method in class io.serverlessworkflow.api.types.CallAsyncAPI
AsyncApiArguments
getWith() - Method in class io.serverlessworkflow.api.types.CallFunction
FunctionArguments
getWith() - Method in class io.serverlessworkflow.api.types.CallGRPC
GRPCArguments
getWith() - Method in class io.serverlessworkflow.api.types.CallHTTP
HTTPArguments
getWith() - Method in class io.serverlessworkflow.api.types.CallOpenAPI
OpenAPIArguments
getWith() - Method in class io.serverlessworkflow.api.types.EmitEventDefinition
EventProperties
getWith() - Method in class io.serverlessworkflow.api.types.EventFilter
EventProperties
getWorkflow() - Method in class io.serverlessworkflow.api.types.RunWorkflow
SubflowConfiguration
GRPCArguments - Class in io.serverlessworkflow.api.types
GRPCArguments
GRPCArguments() - Constructor for class io.serverlessworkflow.api.types.GRPCArguments
No args constructor for use in serialization
GRPCArguments(Object, WithGRPCService, String) - Constructor for class io.serverlessworkflow.api.types.GRPCArguments
 

H

HTTPArguments - Class in io.serverlessworkflow.api.types
HTTPArguments
HTTPArguments() - Constructor for class io.serverlessworkflow.api.types.HTTPArguments
No args constructor for use in serialization
HTTPArguments(String, Object) - Constructor for class io.serverlessworkflow.api.types.HTTPArguments
 
HTTPArguments.WithHTTPOutput - Enum in io.serverlessworkflow.api.types
WithHTTPOutput

I

InlineScript - Class in io.serverlessworkflow.api.types
InlineScript
InlineScript() - Constructor for class io.serverlessworkflow.api.types.InlineScript
No args constructor for use in serialization
InlineScript(String) - Constructor for class io.serverlessworkflow.api.types.InlineScript
 
Input - Class in io.serverlessworkflow.api.types
Input
Input() - Constructor for class io.serverlessworkflow.api.types.Input
 
io.serverlessworkflow.api - package io.serverlessworkflow.api
 
io.serverlessworkflow.api.types - package io.serverlessworkflow.api.types
 
io.serverlessworkflow.serialization - package io.serverlessworkflow.serialization
 
isCompete() - Method in class io.serverlessworkflow.api.types.ForkTaskConfiguration
ForkCompete

J

JSON - io.serverlessworkflow.api.WorkflowFormat
 

L

Linear - Class in io.serverlessworkflow.api.types
The definition of the linear backoff to use, if any.
Linear() - Constructor for class io.serverlessworkflow.api.types.Linear
 
LinearBackoff - Class in io.serverlessworkflow.api.types
LinearBackoff
LinearBackoff() - Constructor for class io.serverlessworkflow.api.types.LinearBackoff
No args constructor for use in serialization
LinearBackoff(Linear) - Constructor for class io.serverlessworkflow.api.types.LinearBackoff
 
LISTEN - io.serverlessworkflow.api.types.Extension.ExtensionTarget
 
ListenTask - Class in io.serverlessworkflow.api.types
ListenTask
ListenTask() - Constructor for class io.serverlessworkflow.api.types.ListenTask
No args constructor for use in serialization
ListenTask(ListenTaskConfiguration) - Constructor for class io.serverlessworkflow.api.types.ListenTask
 
ListenTaskConfiguration - Class in io.serverlessworkflow.api.types
ListenTaskConfiguration
ListenTaskConfiguration() - Constructor for class io.serverlessworkflow.api.types.ListenTaskConfiguration
No args constructor for use in serialization
ListenTaskConfiguration(EventConsumptionStrategy) - Constructor for class io.serverlessworkflow.api.types.ListenTaskConfiguration
 

M

mapper() - Method in enum io.serverlessworkflow.api.WorkflowFormat
 
modifyDeserializer(DeserializationConfig, BeanDescription, JsonDeserializer<?>) - Method in class io.serverlessworkflow.serialization.BeanDeserializerModifierWithValidation
 

O

OAuth2AutenthicationData - Class in io.serverlessworkflow.api.types
OAuth2AutenthicationData
OAuth2AutenthicationData() - Constructor for class io.serverlessworkflow.api.types.OAuth2AutenthicationData
 
OAuth2AutenthicationDataClient - Class in io.serverlessworkflow.api.types
OAuth2AutenthicationDataClient
OAuth2AutenthicationDataClient() - Constructor for class io.serverlessworkflow.api.types.OAuth2AutenthicationDataClient
No args constructor for use in serialization
OAuth2AutenthicationDataClient(String) - Constructor for class io.serverlessworkflow.api.types.OAuth2AutenthicationDataClient
 
OAuth2AuthenticationPolicy - Class in io.serverlessworkflow.api.types
OAuth2AuthenticationPolicy
OAuth2AuthenticationPolicy() - Constructor for class io.serverlessworkflow.api.types.OAuth2AuthenticationPolicy
No args constructor for use in serialization
OAuth2AuthenticationPolicy(OAuth2AuthenticationPolicyConfiguration) - Constructor for class io.serverlessworkflow.api.types.OAuth2AuthenticationPolicy
 
OAuth2AuthenticationPolicyConfiguration - Class in io.serverlessworkflow.api.types
OAuth2AuthenticationPolicyConfiguration
OAuth2AuthenticationPolicyConfiguration() - Constructor for class io.serverlessworkflow.api.types.OAuth2AuthenticationPolicyConfiguration
 
OAuth2AuthenticationPolicyConfiguration(OAuth2AutenthicationData) - Constructor for class io.serverlessworkflow.api.types.OAuth2AuthenticationPolicyConfiguration
 
OAuth2AuthenticationPolicyConfiguration(SecretBasedAuthenticationPolicy) - Constructor for class io.serverlessworkflow.api.types.OAuth2AuthenticationPolicyConfiguration
 
OAuth2TokenDefinition - Class in io.serverlessworkflow.api.types
OAuth2TokenDefinition
OAuth2TokenDefinition() - Constructor for class io.serverlessworkflow.api.types.OAuth2TokenDefinition
No args constructor for use in serialization
OAuth2TokenDefinition(String, String) - Constructor for class io.serverlessworkflow.api.types.OAuth2TokenDefinition
 
OneEventConsumptionStrategy - Class in io.serverlessworkflow.api.types
OneEventConsumptionStrategy
OneEventConsumptionStrategy() - Constructor for class io.serverlessworkflow.api.types.OneEventConsumptionStrategy
No args constructor for use in serialization
OneEventConsumptionStrategy(EventFilter) - Constructor for class io.serverlessworkflow.api.types.OneEventConsumptionStrategy
 
OneOfValueProvider - Interface in io.serverlessworkflow.api
 
OpenAPIArguments - Class in io.serverlessworkflow.api.types
OpenAPIArguments
OpenAPIArguments() - Constructor for class io.serverlessworkflow.api.types.OpenAPIArguments
No args constructor for use in serialization
OpenAPIArguments(Object, String) - Constructor for class io.serverlessworkflow.api.types.OpenAPIArguments
 
OpenAPIArguments.WithOpenAPIOutput - Enum in io.serverlessworkflow.api.types
WithOpenAPIOutput
Output - Class in io.serverlessworkflow.api.types
Output
Output() - Constructor for class io.serverlessworkflow.api.types.Output
 

R

RAISE - io.serverlessworkflow.api.types.Extension.ExtensionTarget
 
RaiseTask - Class in io.serverlessworkflow.api.types
RaiseTask
RaiseTask() - Constructor for class io.serverlessworkflow.api.types.RaiseTask
No args constructor for use in serialization
RaiseTask(RaiseTaskConfiguration) - Constructor for class io.serverlessworkflow.api.types.RaiseTask
 
RaiseTaskConfiguration - Class in io.serverlessworkflow.api.types
RaiseTaskConfiguration
RaiseTaskConfiguration() - Constructor for class io.serverlessworkflow.api.types.RaiseTaskConfiguration
No args constructor for use in serialization
RaiseTaskConfiguration(Error) - Constructor for class io.serverlessworkflow.api.types.RaiseTaskConfiguration
 
RAW - io.serverlessworkflow.api.types.HTTPArguments.WithHTTPOutput
 
RAW - io.serverlessworkflow.api.types.OpenAPIArguments.WithOpenAPIOutput
 
readWorkflow(InputStream, WorkflowFormat) - Static method in class io.serverlessworkflow.api.WorkflowReader
 
readWorkflow(Reader, WorkflowFormat) - Static method in class io.serverlessworkflow.api.WorkflowReader
 
readWorkflow(Path, WorkflowFormat) - Static method in class io.serverlessworkflow.api.WorkflowReader
 
readWorkflowFromClasspath(String) - Static method in class io.serverlessworkflow.api.WorkflowReader
 
readWorkflowFromClasspath(String, ClassLoader, WorkflowFormat) - Static method in class io.serverlessworkflow.api.WorkflowReader
 
ReferenceableAuthenticationPolicy - Class in io.serverlessworkflow.api.types
ReferenceableAuthenticationPolicy
ReferenceableAuthenticationPolicy() - Constructor for class io.serverlessworkflow.api.types.ReferenceableAuthenticationPolicy
 
ReferenceableAuthenticationPolicy(AuthenticationPolicy) - Constructor for class io.serverlessworkflow.api.types.ReferenceableAuthenticationPolicy
 
ReferenceableAuthenticationPolicy(AuthenticationPolicyReference) - Constructor for class io.serverlessworkflow.api.types.ReferenceableAuthenticationPolicy
 
RESPONSE - io.serverlessworkflow.api.types.HTTPArguments.WithHTTPOutput
 
RESPONSE - io.serverlessworkflow.api.types.OpenAPIArguments.WithOpenAPIOutput
 
RetryBackoff - Class in io.serverlessworkflow.api.types
RetryBackoff
RetryBackoff() - Constructor for class io.serverlessworkflow.api.types.RetryBackoff
 
RetryBackoff(ConstantBackoff) - Constructor for class io.serverlessworkflow.api.types.RetryBackoff
 
RetryBackoff(ExponentialBackOff) - Constructor for class io.serverlessworkflow.api.types.RetryBackoff
 
RetryBackoff(LinearBackoff) - Constructor for class io.serverlessworkflow.api.types.RetryBackoff
 
RetryLimit - Class in io.serverlessworkflow.api.types
RetryLimit
RetryLimit() - Constructor for class io.serverlessworkflow.api.types.RetryLimit
 
RetryLimitAttempt - Class in io.serverlessworkflow.api.types
RetryLimitAttempt
RetryLimitAttempt() - Constructor for class io.serverlessworkflow.api.types.RetryLimitAttempt
 
RetryPolicy - Class in io.serverlessworkflow.api.types
RetryPolicy
RetryPolicy() - Constructor for class io.serverlessworkflow.api.types.RetryPolicy
 
RetryPolicyJitter - Class in io.serverlessworkflow.api.types
RetryPolicyJitter
RetryPolicyJitter() - Constructor for class io.serverlessworkflow.api.types.RetryPolicyJitter
No args constructor for use in serialization
RetryPolicyJitter(Duration, Duration) - Constructor for class io.serverlessworkflow.api.types.RetryPolicyJitter
 
RUN - io.serverlessworkflow.api.types.Extension.ExtensionTarget
 
RunContainer - Class in io.serverlessworkflow.api.types
RunContainer
RunContainer() - Constructor for class io.serverlessworkflow.api.types.RunContainer
No args constructor for use in serialization
RunContainer(Container) - Constructor for class io.serverlessworkflow.api.types.RunContainer
 
RunScript - Class in io.serverlessworkflow.api.types
RunScript
RunScript() - Constructor for class io.serverlessworkflow.api.types.RunScript
No args constructor for use in serialization
RunScript(Script) - Constructor for class io.serverlessworkflow.api.types.RunScript
 
RunShell - Class in io.serverlessworkflow.api.types
RunShell
RunShell() - Constructor for class io.serverlessworkflow.api.types.RunShell
No args constructor for use in serialization
RunShell(Shell) - Constructor for class io.serverlessworkflow.api.types.RunShell
 
RunTask - Class in io.serverlessworkflow.api.types
RunTask
RunTask() - Constructor for class io.serverlessworkflow.api.types.RunTask
No args constructor for use in serialization
RunTask(RunTaskConfiguration) - Constructor for class io.serverlessworkflow.api.types.RunTask
 
RunTaskConfiguration - Class in io.serverlessworkflow.api.types
RunTaskConfiguration
RunTaskConfiguration() - Constructor for class io.serverlessworkflow.api.types.RunTaskConfiguration
 
RunTaskConfiguration(RunContainer) - Constructor for class io.serverlessworkflow.api.types.RunTaskConfiguration
 
RunTaskConfiguration(RunScript) - Constructor for class io.serverlessworkflow.api.types.RunTaskConfiguration
 
RunTaskConfiguration(RunShell) - Constructor for class io.serverlessworkflow.api.types.RunTaskConfiguration
 
RunTaskConfiguration(RunWorkflow) - Constructor for class io.serverlessworkflow.api.types.RunTaskConfiguration
 
RunWorkflow - Class in io.serverlessworkflow.api.types
RunWorkflow
RunWorkflow() - Constructor for class io.serverlessworkflow.api.types.RunWorkflow
No args constructor for use in serialization
RunWorkflow(SubflowConfiguration) - Constructor for class io.serverlessworkflow.api.types.RunWorkflow
 

S

Schedule - Class in io.serverlessworkflow.api.types
Schedule
Schedule() - Constructor for class io.serverlessworkflow.api.types.Schedule
 
Schema - Class in io.serverlessworkflow.api.types
Schema
Schema() - Constructor for class io.serverlessworkflow.api.types.Schema
 
Schema(SchemaExternal) - Constructor for class io.serverlessworkflow.api.types.Schema
 
Schema(SchemaInline) - Constructor for class io.serverlessworkflow.api.types.Schema
 
SchemaExternal - Class in io.serverlessworkflow.api.types
SchemaExternal
SchemaExternal() - Constructor for class io.serverlessworkflow.api.types.SchemaExternal
No args constructor for use in serialization
SchemaExternal(Object) - Constructor for class io.serverlessworkflow.api.types.SchemaExternal
 
SchemaInline - Class in io.serverlessworkflow.api.types
SchemaInline
SchemaInline() - Constructor for class io.serverlessworkflow.api.types.SchemaInline
No args constructor for use in serialization
SchemaInline(Object) - Constructor for class io.serverlessworkflow.api.types.SchemaInline
 
Script - Class in io.serverlessworkflow.api.types
Script
Script() - Constructor for class io.serverlessworkflow.api.types.Script
No args constructor for use in serialization
Script(ExternalScript) - Constructor for class io.serverlessworkflow.api.types.Script
 
Script(InlineScript) - Constructor for class io.serverlessworkflow.api.types.Script
 
Script(String) - Constructor for class io.serverlessworkflow.api.types.Script
 
ScriptArguments - Class in io.serverlessworkflow.api.types
ScriptArguments
ScriptArguments() - Constructor for class io.serverlessworkflow.api.types.ScriptArguments
 
ScriptEnvironment - Class in io.serverlessworkflow.api.types
ScriptEnvironment
ScriptEnvironment() - Constructor for class io.serverlessworkflow.api.types.ScriptEnvironment
 
SecretBasedAuthenticationPolicy - Class in io.serverlessworkflow.api.types
SecretBasedAuthenticationPolicy
SecretBasedAuthenticationPolicy() - Constructor for class io.serverlessworkflow.api.types.SecretBasedAuthenticationPolicy
No args constructor for use in serialization
SecretBasedAuthenticationPolicy(String) - Constructor for class io.serverlessworkflow.api.types.SecretBasedAuthenticationPolicy
 
SerializeHelper - Class in io.serverlessworkflow.serialization
 
SerializeHelper() - Constructor for class io.serverlessworkflow.serialization.SerializeHelper
 
serializeOneOf(JsonGenerator, Object) - Static method in class io.serverlessworkflow.serialization.SerializeHelper
 
SET - io.serverlessworkflow.api.types.Extension.ExtensionTarget
 
setActor(OAuth2TokenDefinition) - Method in class io.serverlessworkflow.api.types.OAuth2AutenthicationData
OAuth2TokenDefinition
setAdditionalProperty(String, AuthenticationPolicy) - Method in class io.serverlessworkflow.api.types.UseAuthentications
 
setAdditionalProperty(String, CorrelateProperty) - Method in class io.serverlessworkflow.api.types.EventFilterCorrelate
 
setAdditionalProperty(String, Error) - Method in class io.serverlessworkflow.api.types.UseErrors
 
setAdditionalProperty(String, RetryPolicy) - Method in class io.serverlessworkflow.api.types.UseRetries
 
setAdditionalProperty(String, Task) - Method in class io.serverlessworkflow.api.types.UseFunctions
 
setAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.AuthenticationPolicy
 
setAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.CatchErrors
 
setAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.Constant
 
setAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.ContainerEnvironment
 
setAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.ContainerPorts
 
setAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.ContainerVolumes
 
setAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.EmitEventDefinition
 
setAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.EventProperties
 
setAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.Exponential
 
setAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.FunctionArguments
 
setAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.Linear
 
setAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.RunTaskConfiguration
 
setAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.ScriptArguments
 
setAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.ScriptEnvironment
 
setAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.SetTaskConfiguration
 
setAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.ShellArguments
 
setAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.ShellEnvironment
 
setAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.SubflowInput
 
setAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.WithAsyncAPIPayload
 
setAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.WithGRPCArguments
 
setAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.WithHTTPBody
 
setAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.WithHTTPHeaders
 
setAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.WithHTTPQuery
 
setAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.WithOpenAPIParameters
 
setAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.WorkflowTags
 
setAfter(Duration) - Method in class io.serverlessworkflow.api.types.Schedule
Duration
setAfter(Duration) - Method in class io.serverlessworkflow.api.types.Timeout
Duration
setAfter(List<TaskItem>) - Method in class io.serverlessworkflow.api.types.Extension
TaskList
setAll(List<EventFilter>) - Method in class io.serverlessworkflow.api.types.AllEventConsumptionStrategy
AllEventConsumptionStrategyConfiguration
setAny(List<EventFilter>) - Method in class io.serverlessworkflow.api.types.AnyEventConsumptionStrategy
AnyEventConsumptionStrategyConfiguration
setArguments(ScriptArguments) - Method in class io.serverlessworkflow.api.types.Script
ScriptArguments
setArguments(ShellArguments) - Method in class io.serverlessworkflow.api.types.Shell
ShellArguments
setArguments(WithGRPCArguments) - Method in class io.serverlessworkflow.api.types.GRPCArguments
WithGRPCArguments
setAs(Object) - Method in class io.serverlessworkflow.api.types.Export
ExportAs
setAs(Object) - Method in class io.serverlessworkflow.api.types.Output
OutputAs
setAs(String) - Method in class io.serverlessworkflow.api.types.TryTaskCatch
CatchAs
setAt(String) - Method in class io.serverlessworkflow.api.types.ForTaskConfiguration
ForAt
setAttempt(RetryLimitAttempt) - Method in class io.serverlessworkflow.api.types.RetryLimit
RetryLimitAttempt
setAudiences(List<String>) - Method in class io.serverlessworkflow.api.types.OAuth2AutenthicationData
OAuth2AutenthicationDataAudiences
setAuthentication(ReferenceableAuthenticationPolicy) - Method in class io.serverlessworkflow.api.types.AsyncApiArguments
ReferenceableAuthenticationPolicy
setAuthentication(ReferenceableAuthenticationPolicy) - Method in class io.serverlessworkflow.api.types.Endpoint
ReferenceableAuthenticationPolicy
setAuthentication(ReferenceableAuthenticationPolicy) - Method in class io.serverlessworkflow.api.types.ExternalResourceURI
ReferenceableAuthenticationPolicy
setAuthentication(ReferenceableAuthenticationPolicy) - Method in class io.serverlessworkflow.api.types.OpenAPIArguments
ReferenceableAuthenticationPolicy
setAuthentication(ReferenceableAuthenticationPolicy) - Method in class io.serverlessworkflow.api.types.WithGRPCService
ReferenceableAuthenticationPolicy
setAuthentications(UseAuthentications) - Method in class io.serverlessworkflow.api.types.Use
UseAuthentications
setAuthority(String) - Method in class io.serverlessworkflow.api.types.OAuth2AutenthicationData
OAuth2AutenthicationDataAuthority
setBackoff(RetryBackoff) - Method in class io.serverlessworkflow.api.types.RetryPolicy
RetryBackoff
setBasic(BasicAuthenticationPolicyConfiguration) - Method in class io.serverlessworkflow.api.types.BasicAuthenticationPolicy
BasicAuthenticationPolicyConfiguration
setBearer(BearerAuthenticationPolicyConfiguration) - Method in class io.serverlessworkflow.api.types.BearerAuthenticationPolicy
BearerAuthenticationPolicyConfiguration
setBefore(List<TaskItem>) - Method in class io.serverlessworkflow.api.types.Extension
TaskList
setBinding(String) - Method in class io.serverlessworkflow.api.types.AsyncApiArguments
WithAsyncAPIBinding
setBody(WithHTTPBody) - Method in class io.serverlessworkflow.api.types.HTTPArguments
WithHTTPBody
setBranches(List<TaskItem>) - Method in class io.serverlessworkflow.api.types.ForkTaskConfiguration
TaskList
setCall(String) - Method in class io.serverlessworkflow.api.types.CallAsyncAPI
(Required)
setCall(String) - Method in class io.serverlessworkflow.api.types.CallFunction
The name of the function to call.
setCall(String) - Method in class io.serverlessworkflow.api.types.CallGRPC
(Required)
setCall(String) - Method in class io.serverlessworkflow.api.types.CallHTTP
(Required)
setCall(String) - Method in class io.serverlessworkflow.api.types.CallOpenAPI
(Required)
setCatch(TryTaskCatch) - Method in class io.serverlessworkflow.api.types.TryTask
TryTaskCatch
setClient(OAuth2AutenthicationDataClient) - Method in class io.serverlessworkflow.api.types.OAuth2AutenthicationData
OAuth2AutenthicationDataClient
setCode(String) - Method in class io.serverlessworkflow.api.types.InlineScript
InlineScriptCode
setCommand(String) - Method in class io.serverlessworkflow.api.types.Container
ContainerCommand
setCommand(String) - Method in class io.serverlessworkflow.api.types.Shell
ShellCommand
setCompete(boolean) - Method in class io.serverlessworkflow.api.types.ForkTaskConfiguration
ForkCompete
setConstant(Constant) - Method in class io.serverlessworkflow.api.types.ConstantBackoff
The definition of the constant backoff to use, if any.
setContainer(Container) - Method in class io.serverlessworkflow.api.types.RunContainer
Container
setCorrelate(EventFilterCorrelate) - Method in class io.serverlessworkflow.api.types.EventFilter
EventFilterCorrelate
setCount(int) - Method in class io.serverlessworkflow.api.types.RetryLimitAttempt
RetryLimitAttemptCount
setCron(String) - Method in class io.serverlessworkflow.api.types.Schedule
ScheduleCron
setDatacontenttype(String) - Method in class io.serverlessworkflow.api.types.EventProperties
EventDataContentType
setDataschema(Object) - Method in class io.serverlessworkflow.api.types.EventProperties
EventDataschema
setDays(int) - Method in class io.serverlessworkflow.api.types.Duration
DurationDays
setDelay(Duration) - Method in class io.serverlessworkflow.api.types.RetryPolicy
Duration
setDetail(String) - Method in class io.serverlessworkflow.api.types.Error
ErrorDetails
setDo(List<TaskItem>) - Method in class io.serverlessworkflow.api.types.DoTask
TaskList
setDo(List<TaskItem>) - Method in class io.serverlessworkflow.api.types.ForTask
TaskList
setDo(List<TaskItem>) - Method in class io.serverlessworkflow.api.types.TryTaskCatch
TaskList
setDo(List<TaskItem>) - Method in class io.serverlessworkflow.api.types.Workflow
TaskList
setDocument(Document) - Method in class io.serverlessworkflow.api.types.Workflow
Document
setDocument(Object) - Method in class io.serverlessworkflow.api.types.AsyncApiArguments
ExternalResource
setDocument(Object) - Method in class io.serverlessworkflow.api.types.OpenAPIArguments
ExternalResource
setDocument(Object) - Method in class io.serverlessworkflow.api.types.SchemaInline
The schema's inline definition.
setDsl(String) - Method in class io.serverlessworkflow.api.types.Document
WorkflowDSL
setDuration(Duration) - Method in class io.serverlessworkflow.api.types.RetryLimit
Duration
setDuration(Duration) - Method in class io.serverlessworkflow.api.types.RetryLimitAttempt
Duration
setEach(String) - Method in class io.serverlessworkflow.api.types.ForTaskConfiguration
ForEach
setEmit(EmitTaskConfiguration) - Method in class io.serverlessworkflow.api.types.EmitTask
EmitTaskConfiguration
setEndpoint(Object) - Method in class io.serverlessworkflow.api.types.HTTPArguments
WithHTTPEndpoint
setEnvironment(ContainerEnvironment) - Method in class io.serverlessworkflow.api.types.Container
ContainerEnvironment
setEnvironment(ScriptEnvironment) - Method in class io.serverlessworkflow.api.types.Script
ScriptEnvironment
setEnvironment(ShellEnvironment) - Method in class io.serverlessworkflow.api.types.Shell
ShellEnvironment
setError(Error) - Method in class io.serverlessworkflow.api.types.RaiseTaskConfiguration
Error
setErrors(CatchErrors) - Method in class io.serverlessworkflow.api.types.TryTaskCatch
CatchErrors
setErrors(UseErrors) - Method in class io.serverlessworkflow.api.types.Use
UseErrors
setEvent(EmitEventDefinition) - Method in class io.serverlessworkflow.api.types.EmitTaskConfiguration
EmitEventDefinition
setEvery(Duration) - Method in class io.serverlessworkflow.api.types.Schedule
Duration
setExceptWhen(String) - Method in class io.serverlessworkflow.api.types.RetryPolicy
RetryExcepWhen
setExceptWhen(String) - Method in class io.serverlessworkflow.api.types.TryTaskCatch
CatchExceptWhen
setExpect(String) - Method in class io.serverlessworkflow.api.types.CorrelateProperty
CorrelateExpect
setExponential(Exponential) - Method in class io.serverlessworkflow.api.types.ExponentialBackOff
The definition of the exponential backoff to use, if any.
setExport(Export) - Method in class io.serverlessworkflow.api.types.TaskBase
Export
setExtend(Extension.ExtensionTarget) - Method in class io.serverlessworkflow.api.types.Extension
ExtensionTarget
setExtensions(List<ExtensionItem>) - Method in class io.serverlessworkflow.api.types.Use
UseExtensions
setFor(ForTaskConfiguration) - Method in class io.serverlessworkflow.api.types.ForTask
ForTaskConfiguration
setFork(ForkTaskConfiguration) - Method in class io.serverlessworkflow.api.types.ForkTask
ForkTaskConfiguration
setFormat(String) - Method in class io.serverlessworkflow.api.types.Schema
SchemaFormat
setFrom(Duration) - Method in class io.serverlessworkflow.api.types.RetryPolicyJitter
Duration
setFrom(Object) - Method in class io.serverlessworkflow.api.types.Input
InputFrom
setFrom(String) - Method in class io.serverlessworkflow.api.types.CorrelateProperty
CorrelateFrom
setFunctions(UseFunctions) - Method in class io.serverlessworkflow.api.types.Use
UseFunctions
setGrant(String) - Method in class io.serverlessworkflow.api.types.OAuth2AutenthicationData
OAuth2AutenthicationDataGrant
setHeaders(WithHTTPHeaders) - Method in class io.serverlessworkflow.api.types.HTTPArguments
WithHTTPHeaders
setHost(String) - Method in class io.serverlessworkflow.api.types.WithGRPCService
WithGRPCServiceHost
setHours(int) - Method in class io.serverlessworkflow.api.types.Duration
DurationHours
setId(String) - Method in class io.serverlessworkflow.api.types.EventProperties
EventId
setId(String) - Method in class io.serverlessworkflow.api.types.OAuth2AutenthicationDataClient
ClientId
setIf(String) - Method in class io.serverlessworkflow.api.types.TaskBase
TaskBaseIf
setImage(String) - Method in class io.serverlessworkflow.api.types.Container
ContainerImage
setIn(String) - Method in class io.serverlessworkflow.api.types.ForTaskConfiguration
ForIn
setInput(Input) - Method in class io.serverlessworkflow.api.types.TaskBase
Input
setInput(Input) - Method in class io.serverlessworkflow.api.types.Workflow
Input
setInput(SubflowInput) - Method in class io.serverlessworkflow.api.types.SubflowConfiguration
SubflowInput
setInstance(Object) - Method in class io.serverlessworkflow.api.types.Error
ErrorInstance
setJitter(RetryPolicyJitter) - Method in class io.serverlessworkflow.api.types.RetryPolicy
RetryPolicyJitter
setLanguage(String) - Method in class io.serverlessworkflow.api.types.Script
ScriptLanguage
setLimit(RetryLimit) - Method in class io.serverlessworkflow.api.types.RetryPolicy
RetryLimit
setLinear(Linear) - Method in class io.serverlessworkflow.api.types.LinearBackoff
The definition of the linear backoff to use, if any.
setListen(ListenTaskConfiguration) - Method in class io.serverlessworkflow.api.types.ListenTask
ListenTaskConfiguration
setMessage(String) - Method in class io.serverlessworkflow.api.types.AsyncApiArguments
WithAsyncAPIMessage
setMethod(String) - Method in class io.serverlessworkflow.api.types.GRPCArguments
WithGRPCMethod
setMethod(String) - Method in class io.serverlessworkflow.api.types.HTTPArguments
WithHTTPMethod
setMilliseconds(int) - Method in class io.serverlessworkflow.api.types.Duration
DurationMilliseconds
setMinutes(int) - Method in class io.serverlessworkflow.api.types.Duration
DurationMinutes
setName(String) - Method in class io.serverlessworkflow.api.types.Document
WorkflowName
setName(String) - Method in class io.serverlessworkflow.api.types.ExternalResourceURI
The external resource's name, if any.
setName(String) - Method in class io.serverlessworkflow.api.types.SubflowConfiguration
SubflowName
setName(String) - Method in class io.serverlessworkflow.api.types.WithGRPCService
WithGRPCServiceName
setNamespace(String) - Method in class io.serverlessworkflow.api.types.Document
WorkflowNamespace
setNamespace(String) - Method in class io.serverlessworkflow.api.types.SubflowConfiguration
SubflowNamespace
setOauth2(OAuth2AuthenticationPolicyConfiguration) - Method in class io.serverlessworkflow.api.types.OAuth2AuthenticationPolicy
OAuth2AuthenticationPolicyConfiguration
setOn(EventConsumptionStrategy) - Method in class io.serverlessworkflow.api.types.Schedule
EventConsumptionStrategy
setOne(EventFilter) - Method in class io.serverlessworkflow.api.types.OneEventConsumptionStrategy
EventFilter
setOperationId(String) - Method in class io.serverlessworkflow.api.types.OpenAPIArguments
WithOpenAPIOperation
setOperationRef(String) - Method in class io.serverlessworkflow.api.types.AsyncApiArguments
WithAsyncAPIOperation
setOutput(HTTPArguments.WithHTTPOutput) - Method in class io.serverlessworkflow.api.types.HTTPArguments
WithHTTPOutput
setOutput(OpenAPIArguments.WithOpenAPIOutput) - Method in class io.serverlessworkflow.api.types.OpenAPIArguments
WithOpenAPIOutput
setOutput(Output) - Method in class io.serverlessworkflow.api.types.TaskBase
Output
setOutput(Output) - Method in class io.serverlessworkflow.api.types.Workflow
Output
setParameters(WithOpenAPIParameters) - Method in class io.serverlessworkflow.api.types.OpenAPIArguments
WithOpenAPIParameters
setPassword(String) - Method in class io.serverlessworkflow.api.types.BasicAuthenticationData
The password to use.
setPassword(String) - Method in class io.serverlessworkflow.api.types.OAuth2AutenthicationData
OAuth2AutenthicationDataPassword
setPayload(WithAsyncAPIPayload) - Method in class io.serverlessworkflow.api.types.AsyncApiArguments
WithAsyncAPIPayload
setPort(int) - Method in class io.serverlessworkflow.api.types.WithGRPCService
WithGRPCServicePost
setPorts(ContainerPorts) - Method in class io.serverlessworkflow.api.types.Container
ContainerPorts
setProto(Object) - Method in class io.serverlessworkflow.api.types.GRPCArguments
ExternalResource
setQuery(WithHTTPQuery) - Method in class io.serverlessworkflow.api.types.HTTPArguments
WithHTTPQuery
setRaise(RaiseTaskConfiguration) - Method in class io.serverlessworkflow.api.types.RaiseTask
RaiseTaskConfiguration
setResource(Object) - Method in class io.serverlessworkflow.api.types.SchemaExternal
ExternalResource
setRetries(UseRetries) - Method in class io.serverlessworkflow.api.types.Use
UseRetries
setRetry(RetryPolicy) - Method in class io.serverlessworkflow.api.types.TryTaskCatch
RetryPolicy
setRun(RunTaskConfiguration) - Method in class io.serverlessworkflow.api.types.RunTask
RunTaskConfiguration
setSchedule(Schedule) - Method in class io.serverlessworkflow.api.types.Workflow
Schedule
setSchema(Schema) - Method in class io.serverlessworkflow.api.types.Export
Schema
setSchema(Schema) - Method in class io.serverlessworkflow.api.types.Input
Schema
setSchema(Schema) - Method in class io.serverlessworkflow.api.types.Output
Schema
setScopes(List<String>) - Method in class io.serverlessworkflow.api.types.OAuth2AutenthicationData
OAuth2AutenthicationDataScopes
setScript(Script) - Method in class io.serverlessworkflow.api.types.RunScript
Script
setSeconds(int) - Method in class io.serverlessworkflow.api.types.Duration
DurationSeconds
setSecret(String) - Method in class io.serverlessworkflow.api.types.OAuth2AutenthicationDataClient
ClientSecret
setSecrets(List<String>) - Method in class io.serverlessworkflow.api.types.Use
UseSecrets
setServer(String) - Method in class io.serverlessworkflow.api.types.AsyncApiArguments
WithAsyncAPIServer
setService(WithGRPCService) - Method in class io.serverlessworkflow.api.types.GRPCArguments
WithGRPCService
setSet(SetTaskConfiguration) - Method in class io.serverlessworkflow.api.types.SetTask
SetTaskConfiguration
setShell(Shell) - Method in class io.serverlessworkflow.api.types.RunShell
Shell
setSource(Object) - Method in class io.serverlessworkflow.api.types.EventProperties
EventSource
setSource(Object) - Method in class io.serverlessworkflow.api.types.ExternalScript
ExternalResource
setStatus(int) - Method in class io.serverlessworkflow.api.types.Error
ErrorStatus
setSubject(OAuth2TokenDefinition) - Method in class io.serverlessworkflow.api.types.OAuth2AutenthicationData
OAuth2TokenDefinition
setSubject(String) - Method in class io.serverlessworkflow.api.types.EventProperties
EventSubject
setSummary(String) - Method in class io.serverlessworkflow.api.types.Document
WorkflowSummary
setSwitch(List<SwitchItem>) - Method in class io.serverlessworkflow.api.types.SwitchTask
SwitchTaskConfiguration
setTags(WorkflowTags) - Method in class io.serverlessworkflow.api.types.Document
WorkflowTags
SetTask - Class in io.serverlessworkflow.api.types
SetTask
SetTask() - Constructor for class io.serverlessworkflow.api.types.SetTask
No args constructor for use in serialization
SetTask(SetTaskConfiguration) - Constructor for class io.serverlessworkflow.api.types.SetTask
 
SetTaskConfiguration - Class in io.serverlessworkflow.api.types
SetTaskConfiguration
SetTaskConfiguration() - Constructor for class io.serverlessworkflow.api.types.SetTaskConfiguration
 
setThen(Object) - Method in class io.serverlessworkflow.api.types.SwitchCase
FlowDirective
setThen(Object) - Method in class io.serverlessworkflow.api.types.TaskBase
FlowDirective
setTime(Object) - Method in class io.serverlessworkflow.api.types.EventProperties
EventTime
setTimeout(Timeout) - Method in class io.serverlessworkflow.api.types.TaskBase
Timeout
setTimeout(Timeout) - Method in class io.serverlessworkflow.api.types.Workflow
Timeout
setTitle(String) - Method in class io.serverlessworkflow.api.types.Document
WorkflowTitle
setTitle(String) - Method in class io.serverlessworkflow.api.types.Error
ErrorTitle
setTo(Duration) - Method in class io.serverlessworkflow.api.types.RetryPolicyJitter
Duration
setTo(EventConsumptionStrategy) - Method in class io.serverlessworkflow.api.types.ListenTaskConfiguration
EventConsumptionStrategy
setToken(String) - Method in class io.serverlessworkflow.api.types.BearerAuthenticationData
The bearer token to use.
setToken(String) - Method in class io.serverlessworkflow.api.types.OAuth2TokenDefinition
OAuth2Token
setTry(List<TaskItem>) - Method in class io.serverlessworkflow.api.types.TryTask
TaskList
setType(Object) - Method in class io.serverlessworkflow.api.types.Error
ErrorType
setType(String) - Method in class io.serverlessworkflow.api.types.EventProperties
EventType
setType(String) - Method in class io.serverlessworkflow.api.types.OAuth2TokenDefinition
OAuth2TokenType
setUri(Object) - Method in class io.serverlessworkflow.api.types.Endpoint
EndpointUri
setUri(String) - Method in class io.serverlessworkflow.api.types.ExternalResourceURI
ExternalResourceURIEndpoint
setUse(Use) - Method in class io.serverlessworkflow.api.types.Workflow
Use
setUse(String) - Method in class io.serverlessworkflow.api.types.AuthenticationPolicyReference
ReferenceableAuthenticationPolicyName
setUse(String) - Method in class io.serverlessworkflow.api.types.SecretBasedAuthenticationPolicy
SecretBasedAuthenticationPolicyName
setUsername(String) - Method in class io.serverlessworkflow.api.types.BasicAuthenticationData
The username to use.
setUsername(String) - Method in class io.serverlessworkflow.api.types.OAuth2AutenthicationData
OAuth2AutenthicationDataUsername
setVersion(String) - Method in class io.serverlessworkflow.api.types.Document
WorkflowVersion
setVersion(String) - Method in class io.serverlessworkflow.api.types.SubflowConfiguration
SubflowVersion
setVolumes(ContainerVolumes) - Method in class io.serverlessworkflow.api.types.Container
ContainerVolumes
setWait(Duration) - Method in class io.serverlessworkflow.api.types.WaitTask
Duration
setWhen(String) - Method in class io.serverlessworkflow.api.types.Extension
ExtensionCondition
setWhen(String) - Method in class io.serverlessworkflow.api.types.RetryPolicy
RetryWhen
setWhen(String) - Method in class io.serverlessworkflow.api.types.SwitchCase
SwitchCaseCondition
setWhen(String) - Method in class io.serverlessworkflow.api.types.TryTaskCatch
CatchWhen
setWhile(String) - Method in class io.serverlessworkflow.api.types.ForTask
While
setWith(AsyncApiArguments) - Method in class io.serverlessworkflow.api.types.CallAsyncAPI
AsyncApiArguments
setWith(EventProperties) - Method in class io.serverlessworkflow.api.types.EmitEventDefinition
EventProperties
setWith(EventProperties) - Method in class io.serverlessworkflow.api.types.EventFilter
EventProperties
setWith(FunctionArguments) - Method in class io.serverlessworkflow.api.types.CallFunction
FunctionArguments
setWith(GRPCArguments) - Method in class io.serverlessworkflow.api.types.CallGRPC
GRPCArguments
setWith(HTTPArguments) - Method in class io.serverlessworkflow.api.types.CallHTTP
HTTPArguments
setWith(OpenAPIArguments) - Method in class io.serverlessworkflow.api.types.CallOpenAPI
OpenAPIArguments
setWorkflow(SubflowConfiguration) - Method in class io.serverlessworkflow.api.types.RunWorkflow
SubflowConfiguration
Shell - Class in io.serverlessworkflow.api.types
Shell
Shell() - Constructor for class io.serverlessworkflow.api.types.Shell
No args constructor for use in serialization
Shell(String) - Constructor for class io.serverlessworkflow.api.types.Shell
 
ShellArguments - Class in io.serverlessworkflow.api.types
ShellArguments
ShellArguments() - Constructor for class io.serverlessworkflow.api.types.ShellArguments
 
ShellEnvironment - Class in io.serverlessworkflow.api.types
ShellEnvironment
ShellEnvironment() - Constructor for class io.serverlessworkflow.api.types.ShellEnvironment
 
SubflowConfiguration - Class in io.serverlessworkflow.api.types
SubflowConfiguration
SubflowConfiguration() - Constructor for class io.serverlessworkflow.api.types.SubflowConfiguration
No args constructor for use in serialization
SubflowConfiguration(String, String, String) - Constructor for class io.serverlessworkflow.api.types.SubflowConfiguration
 
SubflowInput - Class in io.serverlessworkflow.api.types
SubflowInput
SubflowInput() - Constructor for class io.serverlessworkflow.api.types.SubflowInput
 
SWITCH - io.serverlessworkflow.api.types.Extension.ExtensionTarget
 
SwitchCase - Class in io.serverlessworkflow.api.types
SwitchCase
SwitchCase() - Constructor for class io.serverlessworkflow.api.types.SwitchCase
No args constructor for use in serialization
SwitchCase(Object) - Constructor for class io.serverlessworkflow.api.types.SwitchCase
 
SwitchItem - Class in io.serverlessworkflow.api.types
SwitchItem
SwitchItem() - Constructor for class io.serverlessworkflow.api.types.SwitchItem
 
SwitchItem(String, SwitchCase) - Constructor for class io.serverlessworkflow.api.types.SwitchItem
 
SwitchTask - Class in io.serverlessworkflow.api.types
SwitchTask
SwitchTask() - Constructor for class io.serverlessworkflow.api.types.SwitchTask
No args constructor for use in serialization
SwitchTask(List<SwitchItem>) - Constructor for class io.serverlessworkflow.api.types.SwitchTask
 

T

Task - Class in io.serverlessworkflow.api.types
 
Task() - Constructor for class io.serverlessworkflow.api.types.Task
 
Task(CallTask) - Constructor for class io.serverlessworkflow.api.types.Task
 
Task(DoTask) - Constructor for class io.serverlessworkflow.api.types.Task
 
Task(EmitTask) - Constructor for class io.serverlessworkflow.api.types.Task
 
Task(ForkTask) - Constructor for class io.serverlessworkflow.api.types.Task
 
Task(ForTask) - Constructor for class io.serverlessworkflow.api.types.Task
 
Task(ListenTask) - Constructor for class io.serverlessworkflow.api.types.Task
 
Task(RaiseTask) - Constructor for class io.serverlessworkflow.api.types.Task
 
Task(RunTask) - Constructor for class io.serverlessworkflow.api.types.Task
 
Task(SetTask) - Constructor for class io.serverlessworkflow.api.types.Task
 
Task(SwitchTask) - Constructor for class io.serverlessworkflow.api.types.Task
 
Task(TryTask) - Constructor for class io.serverlessworkflow.api.types.Task
 
Task(WaitTask) - Constructor for class io.serverlessworkflow.api.types.Task
 
TaskBase - Class in io.serverlessworkflow.api.types
TaskBase
TaskBase() - Constructor for class io.serverlessworkflow.api.types.TaskBase
 
TaskItem - Class in io.serverlessworkflow.api.types
TaskItem
TaskItem() - Constructor for class io.serverlessworkflow.api.types.TaskItem
 
TaskItem(String, Task) - Constructor for class io.serverlessworkflow.api.types.TaskItem
 
Timeout - Class in io.serverlessworkflow.api.types
Timeout
Timeout() - Constructor for class io.serverlessworkflow.api.types.Timeout
No args constructor for use in serialization
Timeout(Duration) - Constructor for class io.serverlessworkflow.api.types.Timeout
 
toString() - Method in enum io.serverlessworkflow.api.types.Extension.ExtensionTarget
 
toString() - Method in enum io.serverlessworkflow.api.types.FlowDirective
 
toString() - Method in enum io.serverlessworkflow.api.types.HTTPArguments.WithHTTPOutput
 
toString() - Method in enum io.serverlessworkflow.api.types.OpenAPIArguments.WithOpenAPIOutput
 
TRY - io.serverlessworkflow.api.types.Extension.ExtensionTarget
 
TryTask - Class in io.serverlessworkflow.api.types
TryTask
TryTask() - Constructor for class io.serverlessworkflow.api.types.TryTask
No args constructor for use in serialization
TryTask(List<TaskItem>, TryTaskCatch) - Constructor for class io.serverlessworkflow.api.types.TryTask
 
TryTaskCatch - Class in io.serverlessworkflow.api.types
TryTaskCatch
TryTaskCatch() - Constructor for class io.serverlessworkflow.api.types.TryTaskCatch
 

U

Use - Class in io.serverlessworkflow.api.types
Use
Use() - Constructor for class io.serverlessworkflow.api.types.Use
 
UseAuthentications - Class in io.serverlessworkflow.api.types
UseAuthentications
UseAuthentications() - Constructor for class io.serverlessworkflow.api.types.UseAuthentications
 
UseErrors - Class in io.serverlessworkflow.api.types
UseErrors
UseErrors() - Constructor for class io.serverlessworkflow.api.types.UseErrors
 
UseFunctions - Class in io.serverlessworkflow.api.types
UseFunctions
UseFunctions() - Constructor for class io.serverlessworkflow.api.types.UseFunctions
 
UseRetries - Class in io.serverlessworkflow.api.types
UseRetries
UseRetries() - Constructor for class io.serverlessworkflow.api.types.UseRetries
 

V

value() - Method in enum io.serverlessworkflow.api.types.Extension.ExtensionTarget
 
value() - Method in enum io.serverlessworkflow.api.types.FlowDirective
 
value() - Method in enum io.serverlessworkflow.api.types.HTTPArguments.WithHTTPOutput
 
value() - Method in enum io.serverlessworkflow.api.types.OpenAPIArguments.WithOpenAPIOutput
 
valueOf(String) - Static method in enum io.serverlessworkflow.api.types.Extension.ExtensionTarget
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.serverlessworkflow.api.types.FlowDirective
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.serverlessworkflow.api.types.HTTPArguments.WithHTTPOutput
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.serverlessworkflow.api.types.OpenAPIArguments.WithOpenAPIOutput
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.serverlessworkflow.api.WorkflowFormat
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.serverlessworkflow.api.types.Extension.ExtensionTarget
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.serverlessworkflow.api.types.FlowDirective
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.serverlessworkflow.api.types.HTTPArguments.WithHTTPOutput
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.serverlessworkflow.api.types.OpenAPIArguments.WithOpenAPIOutput
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.serverlessworkflow.api.WorkflowFormat
Returns an array containing the constants of this enum type, in the order they are declared.

W

WAIT - io.serverlessworkflow.api.types.Extension.ExtensionTarget
 
WaitTask - Class in io.serverlessworkflow.api.types
WaitTask
WaitTask() - Constructor for class io.serverlessworkflow.api.types.WaitTask
No args constructor for use in serialization
WaitTask(Duration) - Constructor for class io.serverlessworkflow.api.types.WaitTask
 
withActor(OAuth2TokenDefinition) - Method in class io.serverlessworkflow.api.types.OAuth2AutenthicationData
 
withAdditionalProperty(String, AuthenticationPolicy) - Method in class io.serverlessworkflow.api.types.UseAuthentications
 
withAdditionalProperty(String, CorrelateProperty) - Method in class io.serverlessworkflow.api.types.EventFilterCorrelate
 
withAdditionalProperty(String, Error) - Method in class io.serverlessworkflow.api.types.UseErrors
 
withAdditionalProperty(String, RetryPolicy) - Method in class io.serverlessworkflow.api.types.UseRetries
 
withAdditionalProperty(String, Task) - Method in class io.serverlessworkflow.api.types.UseFunctions
 
withAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.AuthenticationPolicy
 
withAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.CatchErrors
 
withAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.Constant
 
withAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.ContainerEnvironment
 
withAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.ContainerPorts
 
withAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.ContainerVolumes
 
withAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.EmitEventDefinition
 
withAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.EventProperties
 
withAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.Exponential
 
withAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.FunctionArguments
 
withAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.Linear
 
withAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.RunTaskConfiguration
 
withAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.ScriptArguments
 
withAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.ScriptEnvironment
 
withAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.SetTaskConfiguration
 
withAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.ShellArguments
 
withAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.ShellEnvironment
 
withAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.SubflowInput
 
withAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.WithAsyncAPIPayload
 
withAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.WithGRPCArguments
 
withAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.WithHTTPBody
 
withAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.WithHTTPHeaders
 
withAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.WithHTTPQuery
 
withAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.WithOpenAPIParameters
 
withAdditionalProperty(String, Object) - Method in class io.serverlessworkflow.api.types.WorkflowTags
 
withAfter(Duration) - Method in class io.serverlessworkflow.api.types.Schedule
 
withAfter(Duration) - Method in class io.serverlessworkflow.api.types.Timeout
 
withAfter(List<TaskItem>) - Method in class io.serverlessworkflow.api.types.Extension
 
withAll(List<EventFilter>) - Method in class io.serverlessworkflow.api.types.AllEventConsumptionStrategy
 
withAny(List<EventFilter>) - Method in class io.serverlessworkflow.api.types.AnyEventConsumptionStrategy
 
withArguments(ScriptArguments) - Method in class io.serverlessworkflow.api.types.Script
 
withArguments(ShellArguments) - Method in class io.serverlessworkflow.api.types.Shell
 
withArguments(WithGRPCArguments) - Method in class io.serverlessworkflow.api.types.GRPCArguments
 
withAs(Object) - Method in class io.serverlessworkflow.api.types.Export
 
withAs(Object) - Method in class io.serverlessworkflow.api.types.Output
 
withAs(String) - Method in class io.serverlessworkflow.api.types.TryTaskCatch
 
WithAsyncAPIPayload - Class in io.serverlessworkflow.api.types
WithAsyncAPIPayload
WithAsyncAPIPayload() - Constructor for class io.serverlessworkflow.api.types.WithAsyncAPIPayload
 
withAt(String) - Method in class io.serverlessworkflow.api.types.ForTaskConfiguration
 
withAttempt(RetryLimitAttempt) - Method in class io.serverlessworkflow.api.types.RetryLimit
 
withAudiences(List<String>) - Method in class io.serverlessworkflow.api.types.OAuth2AutenthicationData
 
withAuthentication(ReferenceableAuthenticationPolicy) - Method in class io.serverlessworkflow.api.types.AsyncApiArguments
 
withAuthentication(ReferenceableAuthenticationPolicy) - Method in class io.serverlessworkflow.api.types.Endpoint
 
withAuthentication(ReferenceableAuthenticationPolicy) - Method in class io.serverlessworkflow.api.types.ExternalResourceURI
 
withAuthentication(ReferenceableAuthenticationPolicy) - Method in class io.serverlessworkflow.api.types.OpenAPIArguments
 
withAuthentication(ReferenceableAuthenticationPolicy) - Method in class io.serverlessworkflow.api.types.WithGRPCService
 
withAuthentications(UseAuthentications) - Method in class io.serverlessworkflow.api.types.Use
 
withAuthority(String) - Method in class io.serverlessworkflow.api.types.OAuth2AutenthicationData
 
withBackoff(RetryBackoff) - Method in class io.serverlessworkflow.api.types.RetryPolicy
 
withBasic(BasicAuthenticationPolicyConfiguration) - Method in class io.serverlessworkflow.api.types.BasicAuthenticationPolicy
 
withBearer(BearerAuthenticationPolicyConfiguration) - Method in class io.serverlessworkflow.api.types.BearerAuthenticationPolicy
 
withBefore(List<TaskItem>) - Method in class io.serverlessworkflow.api.types.Extension
 
withBinding(String) - Method in class io.serverlessworkflow.api.types.AsyncApiArguments
 
withBody(WithHTTPBody) - Method in class io.serverlessworkflow.api.types.HTTPArguments
 
withBranches(List<TaskItem>) - Method in class io.serverlessworkflow.api.types.ForkTaskConfiguration
 
withCall(String) - Method in class io.serverlessworkflow.api.types.CallAsyncAPI
 
withCall(String) - Method in class io.serverlessworkflow.api.types.CallFunction
 
withCall(String) - Method in class io.serverlessworkflow.api.types.CallGRPC
 
withCall(String) - Method in class io.serverlessworkflow.api.types.CallHTTP
 
withCall(String) - Method in class io.serverlessworkflow.api.types.CallOpenAPI
 
withCatch(TryTaskCatch) - Method in class io.serverlessworkflow.api.types.TryTask
 
withClient(OAuth2AutenthicationDataClient) - Method in class io.serverlessworkflow.api.types.OAuth2AutenthicationData
 
withCode(String) - Method in class io.serverlessworkflow.api.types.InlineScript
 
withCommand(String) - Method in class io.serverlessworkflow.api.types.Container
 
withCommand(String) - Method in class io.serverlessworkflow.api.types.Shell
 
withCompete(boolean) - Method in class io.serverlessworkflow.api.types.ForkTaskConfiguration
 
withConstant(Constant) - Method in class io.serverlessworkflow.api.types.ConstantBackoff
 
withContainer(Container) - Method in class io.serverlessworkflow.api.types.RunContainer
 
withCorrelate(EventFilterCorrelate) - Method in class io.serverlessworkflow.api.types.EventFilter
 
withCount(int) - Method in class io.serverlessworkflow.api.types.RetryLimitAttempt
 
withCron(String) - Method in class io.serverlessworkflow.api.types.Schedule
 
withDatacontenttype(String) - Method in class io.serverlessworkflow.api.types.EventProperties
 
withDataschema(Object) - Method in class io.serverlessworkflow.api.types.EventProperties
 
withDays(int) - Method in class io.serverlessworkflow.api.types.Duration
 
withDelay(Duration) - Method in class io.serverlessworkflow.api.types.RetryPolicy
 
withDetail(String) - Method in class io.serverlessworkflow.api.types.Error
 
withDo(List<TaskItem>) - Method in class io.serverlessworkflow.api.types.DoTask
 
withDo(List<TaskItem>) - Method in class io.serverlessworkflow.api.types.ForTask
 
withDo(List<TaskItem>) - Method in class io.serverlessworkflow.api.types.TryTaskCatch
 
withDo(List<TaskItem>) - Method in class io.serverlessworkflow.api.types.Workflow
 
withDocument(Document) - Method in class io.serverlessworkflow.api.types.Workflow
 
withDocument(Object) - Method in class io.serverlessworkflow.api.types.AsyncApiArguments
 
withDocument(Object) - Method in class io.serverlessworkflow.api.types.OpenAPIArguments
 
withDocument(Object) - Method in class io.serverlessworkflow.api.types.SchemaInline
 
withDsl(String) - Method in class io.serverlessworkflow.api.types.Document
 
withDuration(Duration) - Method in class io.serverlessworkflow.api.types.RetryLimit
 
withDuration(Duration) - Method in class io.serverlessworkflow.api.types.RetryLimitAttempt
 
withEach(String) - Method in class io.serverlessworkflow.api.types.ForTaskConfiguration
 
withEmit(EmitTaskConfiguration) - Method in class io.serverlessworkflow.api.types.EmitTask
 
withEndpoint(Object) - Method in class io.serverlessworkflow.api.types.HTTPArguments
 
withEnvironment(ContainerEnvironment) - Method in class io.serverlessworkflow.api.types.Container
 
withEnvironment(ScriptEnvironment) - Method in class io.serverlessworkflow.api.types.Script
 
withEnvironment(ShellEnvironment) - Method in class io.serverlessworkflow.api.types.Shell
 
withError(Error) - Method in class io.serverlessworkflow.api.types.RaiseTaskConfiguration
 
withErrors(CatchErrors) - Method in class io.serverlessworkflow.api.types.TryTaskCatch
 
withErrors(UseErrors) - Method in class io.serverlessworkflow.api.types.Use
 
withEvent(EmitEventDefinition) - Method in class io.serverlessworkflow.api.types.EmitTaskConfiguration
 
withEvery(Duration) - Method in class io.serverlessworkflow.api.types.Schedule
 
withExceptWhen(String) - Method in class io.serverlessworkflow.api.types.RetryPolicy
 
withExceptWhen(String) - Method in class io.serverlessworkflow.api.types.TryTaskCatch
 
withExpect(String) - Method in class io.serverlessworkflow.api.types.CorrelateProperty
 
withExponential(Exponential) - Method in class io.serverlessworkflow.api.types.ExponentialBackOff
 
withExport(Export) - Method in class io.serverlessworkflow.api.types.TaskBase
 
withExtend(Extension.ExtensionTarget) - Method in class io.serverlessworkflow.api.types.Extension
 
withExtensions(List<ExtensionItem>) - Method in class io.serverlessworkflow.api.types.Use
 
withFor(ForTaskConfiguration) - Method in class io.serverlessworkflow.api.types.ForTask
 
withFork(ForkTaskConfiguration) - Method in class io.serverlessworkflow.api.types.ForkTask
 
withFormat(String) - Method in class io.serverlessworkflow.api.types.Schema
 
withFrom(Duration) - Method in class io.serverlessworkflow.api.types.RetryPolicyJitter
 
withFrom(Object) - Method in class io.serverlessworkflow.api.types.Input
 
withFrom(String) - Method in class io.serverlessworkflow.api.types.CorrelateProperty
 
withFunctions(UseFunctions) - Method in class io.serverlessworkflow.api.types.Use
 
withGrant(String) - Method in class io.serverlessworkflow.api.types.OAuth2AutenthicationData
 
WithGRPCArguments - Class in io.serverlessworkflow.api.types
WithGRPCArguments
WithGRPCArguments() - Constructor for class io.serverlessworkflow.api.types.WithGRPCArguments
 
WithGRPCService - Class in io.serverlessworkflow.api.types
WithGRPCService
WithGRPCService() - Constructor for class io.serverlessworkflow.api.types.WithGRPCService
No args constructor for use in serialization
WithGRPCService(String, String) - Constructor for class io.serverlessworkflow.api.types.WithGRPCService
 
withHeaders(WithHTTPHeaders) - Method in class io.serverlessworkflow.api.types.HTTPArguments
 
withHost(String) - Method in class io.serverlessworkflow.api.types.WithGRPCService
 
withHours(int) - Method in class io.serverlessworkflow.api.types.Duration
 
WithHTTPBody - Class in io.serverlessworkflow.api.types
WithHTTPBody
WithHTTPBody() - Constructor for class io.serverlessworkflow.api.types.WithHTTPBody
 
WithHTTPHeaders - Class in io.serverlessworkflow.api.types
WithHTTPHeaders
WithHTTPHeaders() - Constructor for class io.serverlessworkflow.api.types.WithHTTPHeaders
 
WithHTTPQuery - Class in io.serverlessworkflow.api.types
WithHTTPQuery
WithHTTPQuery() - Constructor for class io.serverlessworkflow.api.types.WithHTTPQuery
 
withId(String) - Method in class io.serverlessworkflow.api.types.EventProperties
 
withId(String) - Method in class io.serverlessworkflow.api.types.OAuth2AutenthicationDataClient
 
withIf(String) - Method in class io.serverlessworkflow.api.types.TaskBase
 
withImage(String) - Method in class io.serverlessworkflow.api.types.Container
 
withIn(String) - Method in class io.serverlessworkflow.api.types.ForTaskConfiguration
 
withInput(Input) - Method in class io.serverlessworkflow.api.types.TaskBase
 
withInput(Input) - Method in class io.serverlessworkflow.api.types.Workflow
 
withInput(SubflowInput) - Method in class io.serverlessworkflow.api.types.SubflowConfiguration
 
withInstance(Object) - Method in class io.serverlessworkflow.api.types.Error
 
withJitter(RetryPolicyJitter) - Method in class io.serverlessworkflow.api.types.RetryPolicy
 
withLanguage(String) - Method in class io.serverlessworkflow.api.types.Script
 
withLimit(RetryLimit) - Method in class io.serverlessworkflow.api.types.RetryPolicy
 
withLinear(Linear) - Method in class io.serverlessworkflow.api.types.LinearBackoff
 
withListen(ListenTaskConfiguration) - Method in class io.serverlessworkflow.api.types.ListenTask
 
withMessage(String) - Method in class io.serverlessworkflow.api.types.AsyncApiArguments
 
withMethod(String) - Method in class io.serverlessworkflow.api.types.GRPCArguments
 
withMethod(String) - Method in class io.serverlessworkflow.api.types.HTTPArguments
 
withMilliseconds(int) - Method in class io.serverlessworkflow.api.types.Duration
 
withMinutes(int) - Method in class io.serverlessworkflow.api.types.Duration
 
withName(String) - Method in class io.serverlessworkflow.api.types.Document
 
withName(String) - Method in class io.serverlessworkflow.api.types.ExternalResourceURI
 
withName(String) - Method in class io.serverlessworkflow.api.types.SubflowConfiguration
 
withName(String) - Method in class io.serverlessworkflow.api.types.WithGRPCService
 
withNamespace(String) - Method in class io.serverlessworkflow.api.types.Document
 
withNamespace(String) - Method in class io.serverlessworkflow.api.types.SubflowConfiguration
 
withOauth2(OAuth2AuthenticationPolicyConfiguration) - Method in class io.serverlessworkflow.api.types.OAuth2AuthenticationPolicy
 
withOn(EventConsumptionStrategy) - Method in class io.serverlessworkflow.api.types.Schedule
 
withOne(EventFilter) - Method in class io.serverlessworkflow.api.types.OneEventConsumptionStrategy
 
WithOpenAPIParameters - Class in io.serverlessworkflow.api.types
WithOpenAPIParameters
WithOpenAPIParameters() - Constructor for class io.serverlessworkflow.api.types.WithOpenAPIParameters
 
withOperationId(String) - Method in class io.serverlessworkflow.api.types.OpenAPIArguments
 
withOperationRef(String) - Method in class io.serverlessworkflow.api.types.AsyncApiArguments
 
withOutput(HTTPArguments.WithHTTPOutput) - Method in class io.serverlessworkflow.api.types.HTTPArguments
 
withOutput(OpenAPIArguments.WithOpenAPIOutput) - Method in class io.serverlessworkflow.api.types.OpenAPIArguments
 
withOutput(Output) - Method in class io.serverlessworkflow.api.types.TaskBase
 
withOutput(Output) - Method in class io.serverlessworkflow.api.types.Workflow
 
withParameters(WithOpenAPIParameters) - Method in class io.serverlessworkflow.api.types.OpenAPIArguments
 
withPassword(String) - Method in class io.serverlessworkflow.api.types.BasicAuthenticationData
 
withPassword(String) - Method in class io.serverlessworkflow.api.types.OAuth2AutenthicationData
 
withPayload(WithAsyncAPIPayload) - Method in class io.serverlessworkflow.api.types.AsyncApiArguments
 
withPort(int) - Method in class io.serverlessworkflow.api.types.WithGRPCService
 
withPorts(ContainerPorts) - Method in class io.serverlessworkflow.api.types.Container
 
withProto(Object) - Method in class io.serverlessworkflow.api.types.GRPCArguments
 
withQuery(WithHTTPQuery) - Method in class io.serverlessworkflow.api.types.HTTPArguments
 
withRaise(RaiseTaskConfiguration) - Method in class io.serverlessworkflow.api.types.RaiseTask
 
withResource(Object) - Method in class io.serverlessworkflow.api.types.SchemaExternal
 
withRetries(UseRetries) - Method in class io.serverlessworkflow.api.types.Use
 
withRetry(RetryPolicy) - Method in class io.serverlessworkflow.api.types.TryTaskCatch
 
withRun(RunTaskConfiguration) - Method in class io.serverlessworkflow.api.types.RunTask
 
withSchedule(Schedule) - Method in class io.serverlessworkflow.api.types.Workflow
 
withSchema(Schema) - Method in class io.serverlessworkflow.api.types.Export
 
withSchema(Schema) - Method in class io.serverlessworkflow.api.types.Input
 
withSchema(Schema) - Method in class io.serverlessworkflow.api.types.Output
 
withScopes(List<String>) - Method in class io.serverlessworkflow.api.types.OAuth2AutenthicationData
 
withScript(Script) - Method in class io.serverlessworkflow.api.types.RunScript
 
withSeconds(int) - Method in class io.serverlessworkflow.api.types.Duration
 
withSecret(String) - Method in class io.serverlessworkflow.api.types.OAuth2AutenthicationDataClient
 
withSecrets(List<String>) - Method in class io.serverlessworkflow.api.types.Use
 
withServer(String) - Method in class io.serverlessworkflow.api.types.AsyncApiArguments
 
withService(WithGRPCService) - Method in class io.serverlessworkflow.api.types.GRPCArguments
 
withSet(SetTaskConfiguration) - Method in class io.serverlessworkflow.api.types.SetTask
 
withShell(Shell) - Method in class io.serverlessworkflow.api.types.RunShell
 
withSource(Object) - Method in class io.serverlessworkflow.api.types.EventProperties
 
withSource(Object) - Method in class io.serverlessworkflow.api.types.ExternalScript
 
withStatus(int) - Method in class io.serverlessworkflow.api.types.Error
 
withSubject(OAuth2TokenDefinition) - Method in class io.serverlessworkflow.api.types.OAuth2AutenthicationData
 
withSubject(String) - Method in class io.serverlessworkflow.api.types.EventProperties
 
withSummary(String) - Method in class io.serverlessworkflow.api.types.Document
 
withSwitch(List<SwitchItem>) - Method in class io.serverlessworkflow.api.types.SwitchTask
 
withTags(WorkflowTags) - Method in class io.serverlessworkflow.api.types.Document
 
withThen(Object) - Method in class io.serverlessworkflow.api.types.SwitchCase
 
withThen(Object) - Method in class io.serverlessworkflow.api.types.TaskBase
 
withTime(Object) - Method in class io.serverlessworkflow.api.types.EventProperties
 
withTimeout(Timeout) - Method in class io.serverlessworkflow.api.types.TaskBase
 
withTimeout(Timeout) - Method in class io.serverlessworkflow.api.types.Workflow
 
withTitle(String) - Method in class io.serverlessworkflow.api.types.Document
 
withTitle(String) - Method in class io.serverlessworkflow.api.types.Error
 
withTo(Duration) - Method in class io.serverlessworkflow.api.types.RetryPolicyJitter
 
withTo(EventConsumptionStrategy) - Method in class io.serverlessworkflow.api.types.ListenTaskConfiguration
 
withToken(String) - Method in class io.serverlessworkflow.api.types.BearerAuthenticationData
 
withToken(String) - Method in class io.serverlessworkflow.api.types.OAuth2TokenDefinition
 
withTry(List<TaskItem>) - Method in class io.serverlessworkflow.api.types.TryTask
 
withType(Object) - Method in class io.serverlessworkflow.api.types.Error
 
withType(String) - Method in class io.serverlessworkflow.api.types.EventProperties
 
withType(String) - Method in class io.serverlessworkflow.api.types.OAuth2TokenDefinition
 
withUri(Object) - Method in class io.serverlessworkflow.api.types.Endpoint
 
withUri(String) - Method in class io.serverlessworkflow.api.types.ExternalResourceURI
 
withUse(Use) - Method in class io.serverlessworkflow.api.types.Workflow
 
withUse(String) - Method in class io.serverlessworkflow.api.types.AuthenticationPolicyReference
 
withUse(String) - Method in class io.serverlessworkflow.api.types.SecretBasedAuthenticationPolicy
 
withUsername(String) - Method in class io.serverlessworkflow.api.types.BasicAuthenticationData
 
withUsername(String) - Method in class io.serverlessworkflow.api.types.OAuth2AutenthicationData
 
withVersion(String) - Method in class io.serverlessworkflow.api.types.Document
 
withVersion(String) - Method in class io.serverlessworkflow.api.types.SubflowConfiguration
 
withVolumes(ContainerVolumes) - Method in class io.serverlessworkflow.api.types.Container
 
withWait(Duration) - Method in class io.serverlessworkflow.api.types.WaitTask
 
withWhen(String) - Method in class io.serverlessworkflow.api.types.Extension
 
withWhen(String) - Method in class io.serverlessworkflow.api.types.RetryPolicy
 
withWhen(String) - Method in class io.serverlessworkflow.api.types.SwitchCase
 
withWhen(String) - Method in class io.serverlessworkflow.api.types.TryTaskCatch
 
withWhile(String) - Method in class io.serverlessworkflow.api.types.ForTask
 
withWith(AsyncApiArguments) - Method in class io.serverlessworkflow.api.types.CallAsyncAPI
 
withWith(EventProperties) - Method in class io.serverlessworkflow.api.types.EmitEventDefinition
 
withWith(EventProperties) - Method in class io.serverlessworkflow.api.types.EventFilter
 
withWith(FunctionArguments) - Method in class io.serverlessworkflow.api.types.CallFunction
 
withWith(GRPCArguments) - Method in class io.serverlessworkflow.api.types.CallGRPC
 
withWith(HTTPArguments) - Method in class io.serverlessworkflow.api.types.CallHTTP
 
withWith(OpenAPIArguments) - Method in class io.serverlessworkflow.api.types.CallOpenAPI
 
withWorkflow(SubflowConfiguration) - Method in class io.serverlessworkflow.api.types.RunWorkflow
 
Workflow - Class in io.serverlessworkflow.api.types
Serverless Workflow DSL - Workflow Schema.
Workflow() - Constructor for class io.serverlessworkflow.api.types.Workflow
No args constructor for use in serialization
Workflow(Document, List<TaskItem>) - Constructor for class io.serverlessworkflow.api.types.Workflow
 
WorkflowFormat - Enum in io.serverlessworkflow.api
 
WorkflowReader - Class in io.serverlessworkflow.api
 
WorkflowTags - Class in io.serverlessworkflow.api.types
WorkflowTags
WorkflowTags() - Constructor for class io.serverlessworkflow.api.types.WorkflowTags
 
WorkflowWriter - Class in io.serverlessworkflow.api
 
writeWorkflow(OutputStream, Workflow, WorkflowFormat) - Static method in class io.serverlessworkflow.api.WorkflowWriter
 
writeWorkflow(Writer, Workflow, WorkflowFormat) - Static method in class io.serverlessworkflow.api.WorkflowWriter
 
writeWorkflow(Path, Workflow) - Static method in class io.serverlessworkflow.api.WorkflowWriter
 
writeWorkflow(Path, Workflow, WorkflowFormat) - Static method in class io.serverlessworkflow.api.WorkflowWriter
 

Y

YAML - io.serverlessworkflow.api.WorkflowFormat
 
A B C D E F G H I J L M O R S T U V W Y 
All Classes All Packages