Interface IAvailabilityContext
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
IRequestAvailabilityContext
- All Known Implementing Classes:
AvailabilityContext
,RequestAvailabilityContext
Common interface for parameters needed to check the availability of a web endpoint.
- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getClient
- Returns:
- client to check the availability of a web endpoint for. May be
null
.
-
getProject
- Returns:
- project to check the availability of a web endpoint for. May be
null
.
-
getFormRecord
- Returns:
- form record to check the availability of a web endpoint for. May be
null
.
-