public class PageMetadata
extends com.epimorphics.rdfutil.ModelWrapper
Page
of results.Modifier and Type | Class and Description |
---|---|
static class |
PageMetadata.Execution
Encapsulates the execution object which produced the page's results
|
static class |
PageMetadata.Processor
Encapsulates the processor that generated the result set
|
static class |
PageMetadata.QueryResult
Encapsulates the query result object which documents a SPARQL query run to create the page
|
Constructor and Description |
---|
PageMetadata(Page page)
Construct a PageMetadata facade for the given
Page , by extracting
the metadata model. |
Modifier and Type | Method and Description |
---|---|
PageMetadata.Execution |
execution() |
com.epimorphics.rdfutil.RDFNodeWrapper |
pageRoot() |
PageMetadata.Processor |
processor() |
PageMetadata.QueryResult |
selectionQuery() |
PageMetadata.QueryResult |
viewingQuery() |
expandPrefix, expandQuery, getDataset, getDatasetWrapper, getLanguage, getModel, getNode, getPrefixes, getResource, listSubjects, listSubjects, lock, lockWrite, queryAsk, queryConstruct, querySelect, querySelectW, setLanguage, shortForm, unlock, wrapResultSet
public com.epimorphics.rdfutil.RDFNodeWrapper pageRoot()
public PageMetadata.Execution execution()
public PageMetadata.QueryResult selectionQuery()
public PageMetadata.QueryResult viewingQuery()
public PageMetadata.Processor processor()
Copyright © 2014. All Rights Reserved.