/AWS1/CL_SFNTESTSTATECONF¶
Contains configurations for the tested state.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_retrierretrycount TYPE /AWS1/SFNRETRIERRETRYCOUNT /AWS1/SFNRETRIERRETRYCOUNT¶
The number of retry attempts that have occurred for the state's Retry that applies to the mocked error.
iv_errorcausedbystate TYPE /AWS1/SFNTESTSTATESTATENAME /AWS1/SFNTESTSTATESTATENAME¶
The name of the state from which an error originates when an error is mocked for a Map or Parallel state.
iv_mapiterationfailurecount TYPE /AWS1/SFNMAPITERATIONFAILCOUNT /AWS1/SFNMAPITERATIONFAILCOUNT¶
The number of Map state iterations that failed during the Map state invocation.
iv_mapitemreaderdata TYPE /AWS1/SFNSENSITIVEDATA /AWS1/SFNSENSITIVEDATA¶
The data read by ItemReader in Distributed Map states as found in its original source.
Queryable Attributes¶
retrierRetryCount¶
The number of retry attempts that have occurred for the state's Retry that applies to the mocked error.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RETRIERRETRYCOUNT() |
Getter for RETRIERRETRYCOUNT, with configurable default |
ASK_RETRIERRETRYCOUNT() |
Getter for RETRIERRETRYCOUNT w/ exceptions if field has no v |
HAS_RETRIERRETRYCOUNT() |
Determine if RETRIERRETRYCOUNT has a value |
errorCausedByState¶
The name of the state from which an error originates when an error is mocked for a Map or Parallel state.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORCAUSEDBYSTATE() |
Getter for ERRORCAUSEDBYSTATE, with configurable default |
ASK_ERRORCAUSEDBYSTATE() |
Getter for ERRORCAUSEDBYSTATE w/ exceptions if field has no |
HAS_ERRORCAUSEDBYSTATE() |
Determine if ERRORCAUSEDBYSTATE has a value |
mapIterationFailureCount¶
The number of Map state iterations that failed during the Map state invocation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAPITERATIONFAILURECOUNT() |
Getter for MAPITERATIONFAILURECOUNT, with configurable defau |
ASK_MAPITERATIONFAILURECOUNT() |
Getter for MAPITERATIONFAILURECOUNT w/ exceptions if field h |
HAS_MAPITERATIONFAILURECOUNT() |
Determine if MAPITERATIONFAILURECOUNT has a value |
mapItemReaderData¶
The data read by ItemReader in Distributed Map states as found in its original source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAPITEMREADERDATA() |
Getter for MAPITEMREADERDATA, with configurable default |
ASK_MAPITEMREADERDATA() |
Getter for MAPITEMREADERDATA w/ exceptions if field has no v |
HAS_MAPITEMREADERDATA() |
Determine if MAPITEMREADERDATA has a value |