All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
Class |
Description |
ApiClient |
|
ApiClient.Api |
|
ApiKeyAuth |
|
ApiResponse<T> |
|
ApiResponseDecoder |
|
BaseCommand |
|
ChannelRequestStatus |
Gets or Sets ChannelRequestStatus
|
Client |
|
ClientOptions |
|
ClientSideException |
|
CommandCombination |
CommandCombination
|
CommandNotFoundException |
|
CommandRequest |
|
CommandRequest |
CommandRequest
|
CommandRequestMapper |
|
CommandResults |
This is the container of all requested commands' results/statuses
|
CommandResults |
CommandResults
|
CommandResultsMapper |
|
CommandWaitingType |
Gets or Sets CommandWaitingType
|
Communication |
|
CommunicationImpl |
|
CommunicationMethodDef |
|
Context |
|
Context |
Context
|
CronScheduleValidator |
|
DataAttributeDef |
|
DataAttributesRW |
|
DataAttributesRWImpl |
|
DefaultApi |
|
EncodedObject |
EncodedObject
|
EncodingUtils |
Utilities to support Swagger encoding formats in Feign.
|
ErrorResponse |
ErrorResponse
|
ErrorSubStatus |
Gets or Sets ErrorSubStatus
|
ExecuteApiFailurePolicy |
Gets or Sets ExecuteApiFailurePolicy
|
HealthInfo |
HealthInfo
|
HttpBasicAuth |
An interceptor that adds the request header needed to use HTTP basic authentication.
|
HttpBearerAuth |
An interceptor that adds the request header needed to use HTTP bearer authentication.
|
IDReusePolicy |
Gets or Sets IDReusePolicy
|
InternalChannelCommand |
|
InternalChannelCommandResult |
|
InternalChannelDef |
|
InternalChannelResultMapper |
|
InternalConditionalClose |
|
InterStateChannelCommand |
InterStateChannelCommand
|
InterStateChannelCommandMapper |
|
InterStateChannelPublishing |
InterStateChannelPublishing
|
InterStateChannelResult |
InterStateChannelResult
|
InvalidStateDecisionException |
This indicates something goes wrong in the state decision return.
|
IwfHttpException |
|
JacksonJsonObjectEncoder |
|
KeyValue |
KeyValue
|
LongPollTimeoutException |
|
NoRunningWorkflowException |
|
ObjectEncoder |
|
ObjectEncoderException |
|
ObjectWorkflow |
This is the interface to define an object workflow definition.
|
ParamExpander |
Param Expander to convert Date to RFC3339
|
Persistence |
|
PersistenceFieldDef |
|
PersistenceImpl |
|
PersistenceLoadingPolicy |
PersistenceLoadingPolicy
|
PersistenceLoadingType |
Gets or Sets PersistenceLoadingType
|
PersistenceOptions |
|
Registry |
|
ResetWorkflowTypeAndOptions |
|
RetryPolicy |
RetryPolicy
|
RFC3339DateFormat |
|
RPC |
This is for annotating an RPC method for an implementation of ObjectWorkflow
The method must be in the form of one of RpcDefinitions
An RPC implementation can call any APIs to update external systems directly.
|
RpcDefinitions |
|
RpcDefinitions.RpcFunc0<O> |
RPC definition
with: output, persistence, communication
without: input
|
RpcDefinitions.RpcFunc0NoPersistence<O> |
RPC definition
with: output, communication
without: input, persistence
|
RpcDefinitions.RpcFunc1<I,O> |
RPC definition
with: input, output, persistence, communication
without: NA
|
RpcDefinitions.RpcFunc1NoPersistence<I,O> |
RPC definition
with: input, output, communication
without: persistence
|
RpcDefinitions.RpcProc0 |
RPC definition
with: persistence, communication
without: input, output
|
RpcDefinitions.RpcProc0NoPersistence |
RPC definition
with: communication
without: input, output, persistence
|
RpcDefinitions.RpcProc1<I> |
RPC definition
with: input, persistence, communication
without: output
|
RpcDefinitions.RpcProc1NoPersistence<I> |
RPC definition
with: input, communication
without: output, persistence
|
RpcInvocationHandler |
|
SearchAttribute |
SearchAttribute
|
SearchAttributeDef |
|
SearchAttributeKeyAndType |
SearchAttributeKeyAndType
|
SearchAttributeRWImpl |
|
SearchAttributesRW |
|
SearchAttributeValueType |
Gets or Sets SearchAttributeValueType
|
ServerConfiguration |
Representing a Server configuration.
|
ServerErrorRetryDecoder |
|
ServerSideException |
|
ServerVariable |
Representing a Server Variable for server URL template substitution.
|
ServiceApiRetryConfig |
|
SignalChannelDef |
|
SignalCommand |
|
SignalCommand |
SignalCommand
|
SignalCommandMapper |
|
SignalCommandResult |
|
SignalResult |
SignalResult
|
SignalResultMapper |
|
StateCompletionOutput |
StateCompletionOutput
|
StateDecision |
|
StateDecision |
StateDecision
|
StateDecisionMapper |
|
StateDef |
|
StateExecutionLocals |
|
StateExecutionLocalsImpl |
|
StateMovement |
|
StateMovement |
StateMovement
|
StateMovementMapper |
|
StopWorkflowOptions |
|
StringUtil |
|
SuperCommand |
|
SuperCommand.Type |
|
TimerCommand |
|
TimerCommand |
TimerCommand
|
TimerCommandMapper |
|
TimerCommandResult |
|
TimerResult |
TimerResult
|
TimerResultMapper |
|
TimerStatus |
Gets or Sets TimerStatus
|
TriggerContinueAsNewRequest |
TriggerContinueAsNewRequest
|
TypeStore |
This class is used to store both the nameToTypeStore and prefixToTypeStore for the
data attribute, signal, and internal channel
in registry.
|
TypeStore.Type |
|
UnregisteredClient |
UntypedClient will let you invoke the APIs to iWF server without much type validation checks(workflow type, signalChannelName, etc).
|
UnregisteredWorkflowOptions |
|
WaitUntilApiFailurePolicy |
Gets or Sets WaitUntilApiFailurePolicy
|
WorkerErrorResponse |
WorkerErrorResponse
|
WorkerOptions |
|
WorkerService |
|
WorkflowAlreadyStartedException |
|
WorkflowConditionalClose |
WorkflowConditionalClose
|
WorkflowConditionalCloseType |
Gets or Sets WorkflowConditionalCloseType
|
WorkflowConfig |
WorkflowConfig
|
WorkflowConfig.ExecutingStateIdModeEnum |
Gets or Sets executingStateIdMode
|
WorkflowConfigUpdateRequest |
WorkflowConfigUpdateRequest
|
WorkflowDefinitionException |
|
WorkflowDumpRequest |
WorkflowDumpRequest
|
WorkflowDumpResponse |
WorkflowDumpResponse
|
WorkflowErrorType |
Gets or Sets WorkflowErrorType
|
WorkflowGetDataObjectsRequest |
WorkflowGetDataObjectsRequest
|
WorkflowGetDataObjectsResponse |
WorkflowGetDataObjectsResponse
|
WorkflowGetRequest |
WorkflowGetRequest
|
WorkflowGetResponse |
WorkflowGetResponse
|
WorkflowGetSearchAttributesRequest |
WorkflowGetSearchAttributesRequest
|
WorkflowGetSearchAttributesResponse |
WorkflowGetSearchAttributesResponse
|
WorkflowInfo |
|
WorkflowNotExistsOrOpenException |
Deprecated.
|
WorkflowOptionBuilderExtension |
This class is for extending ImmutableWorkflowOptions.Builder to provide a
better experience with strongly typing.
|
WorkflowOptions |
|
WorkflowResetRequest |
WorkflowResetRequest
|
WorkflowResetResponse |
WorkflowResetResponse
|
WorkflowResetType |
Gets or Sets WorkflowResetType
|
WorkflowRetryPolicy |
WorkflowRetryPolicy
|
WorkflowRpcRequest |
WorkflowRpcRequest
|
WorkflowRpcResponse |
WorkflowRpcResponse
|
WorkflowSearchRequest |
WorkflowSearchRequest
|
WorkflowSearchResponse |
WorkflowSearchResponse
|
WorkflowSearchResponseEntry |
WorkflowSearchResponseEntry
|
WorkflowSignalRequest |
WorkflowSignalRequest
|
WorkflowSkipTimerRequest |
WorkflowSkipTimerRequest
|
WorkflowStartOptions |
WorkflowStartOptions
|
WorkflowStartRequest |
WorkflowStartRequest
|
WorkflowStartResponse |
WorkflowStartResponse
|
WorkflowState<I> |
|
WorkflowStateExecuteRequest |
WorkflowStateExecuteRequest
|
WorkflowStateExecuteResponse |
WorkflowStateExecuteResponse
|
WorkflowStateOptions |
WorkflowStateOptions
|
WorkflowStateOptionsExtension |
|
WorkflowStateWaitUntilRequest |
WorkflowStateWaitUntilRequest
|
WorkflowStateWaitUntilResponse |
WorkflowStateWaitUntilResponse
|
WorkflowStatus |
Gets or Sets WorkflowStatus
|
WorkflowStopRequest |
WorkflowStopRequest
|
WorkflowStopType |
Gets or Sets WorkflowStopType
|
WorkflowUncompletedException |
|
WorkflowWaitForStateCompletionRequest |
WorkflowWaitForStateCompletionRequest
|
WorkflowWaitForStateCompletionResponse |
WorkflowWaitForStateCompletionResponse
|
WorkflowWorkerRpcRequest |
WorkflowWorkerRpcRequest
|
WorkflowWorkerRpcResponse |
WorkflowWorkerRpcResponse
|