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