Interface IProjectScopedUriBuilderContext
- 
- All Superinterfaces:
 IClientScopedUriBuilderContext,IUriBuilderContext,Serializable
- All Known Subinterfaces:
 IFormRecordScopedUriBuilderContext,IFormVersionScopedUriBuilderContex
public interface IProjectScopedUriBuilderContext extends IClientScopedUriBuilderContext
Common interface representing context data needed for project scopedIUriResolvers.- Since:
 - 8.0.0
 - Author:
 - XIMA Media GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull ProjektgetProject()- 
Methods inherited from interface de.xima.fc.security.interfaces.endpoint.uri.IClientScopedUriBuilderContext
getClient 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getProject
@NotNull @NotNull Projekt getProject()
- Returns:
 - the project to build a URI for.
 
 
 - 
 
 -