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