public interface ILinkedDataFragmentRequest
| Modifier and Type | Field and Description |
|---|---|
static String |
PARAMETERNAME_PAGE |
static long |
TRIPLESPERPAGE |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatasetURL()
Returns the URL of the dataset to which the requested LDF belongs.
|
String |
getFragmentURL()
Returns the URL of the requested LDF.
|
long |
getPageNumber()
Returns the number of the page requested for the LDF; if this is not a
page-based request (that is, if
isPageRequest() returns true),
then this method returns 1. |
boolean |
isPageRequest()
Returns true if the request is for a specific page of the requested
fragment.
|
static final long TRIPLESPERPAGE
static final String PARAMETERNAME_PAGE
String getFragmentURL()
String getDatasetURL()
boolean isPageRequest()
getPageNumber() can be used to obtain
the requested page number.long getPageNumber()
isPageRequest() returns true),
then this method returns 1.Copyright © 2022. All rights reserved.