Interface IAvailabilityContext
- 
- All Superinterfaces:
 Serializable
- All Known Subinterfaces:
 IRequestAvailabilityContext
- All Known Implementing Classes:
 AvailabilityContext,RequestAvailabilityContext
public interface IAvailabilityContext extends Serializable
Common interface for parameters needed to check the availability of a web endpoint.- Since:
 - 8.0.0
 - Author:
 - XIMA Media GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MandantgetClient()VorganggetFormRecord()ProjektgetProject() 
 - 
 
- 
- 
Method Detail
- 
getClient
@Nullable Mandant getClient()
- Returns:
 - client to check the availability of a web endpoint for. May be 
null. 
 
- 
getProject
@Nullable Projekt getProject()
- Returns:
 - project to check the availability of a web endpoint for. May be 
null. 
 
- 
getFormRecord
@Nullable Vorgang getFormRecord()
- Returns:
 - form record to check the availability of a web endpoint for. May be 
null. 
 
 - 
 
 -