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 scopedIUriResolver
s.- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull Projekt
getProject()
-
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.
-
-