Interface IClientScopedUriBuilderContext
- 
- All Superinterfaces:
 IUriBuilderContext,Serializable
- All Known Subinterfaces:
 IFormRecordScopedUriBuilderContext,IFormVersionScopedUriBuilderContex,IProjectScopedUriBuilderContext
public interface IClientScopedUriBuilderContext extends IUriBuilderContext
Common interface representing context data needed for client scopedIUriResolvers.- Since:
 - 8.0.0
 - Author:
 - XIMA Media GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull MandantgetClient() 
 - 
 
- 
- 
Method Detail
- 
getClient
@NotNull @NotNull Mandant getClient()
- Returns:
 - the client to build a URI for.
 
 
 - 
 
 -