|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.aduna.infosource.crawl.CrawlSchema
public class CrawlSchema
CrawlSchema defines properties, classes, etc. for capturing information regarding CrawlingRepositories that is not already captured by other vocabularies. Examples are constants for modeling access data, crawl results, crawl reports, etc.
| Field Summary | |
|---|---|
static org.openrdf.model.Resource |
ACCESS_DATA_CONTEXT
The Resource used as context identifier for all AccessData-related statements in the Repository. |
static org.openrdf.model.URI |
AUTHENTIC_SOURCE
Property for connecting a MetadataContext with the ID of the file/webpage/... |
static org.openrdf.model.URI |
CHANGED_COUNT
The changedCount property of a CrawlReport. |
static org.openrdf.model.URI |
COMPLETED_EXIT_CODE
Symbolic Resource indicating the Completed crawl exit code. |
static org.openrdf.model.URI |
CRAWL_EXIT_CODE
The crawlExitCode property of a CrawlReport. |
static org.openrdf.model.URI |
CRAWL_MODE
Property that indicates the type of crawling (currently: Refresh or FullRecrawl). |
static org.openrdf.model.URI |
CRAWL_REPORT
Class that identifies crawl reports. |
static org.openrdf.model.URI |
CRAWL_STARTED
The crawlStarted property of a CrawlReport. |
static org.openrdf.model.URI |
CRAWL_STOPPED
The crawlStopped property of a CrawlReport. |
static String |
DATA_OBJECT_CONTEXT_PREFIX
Prefix for crawl context URIs. |
static org.openrdf.model.URI |
FATAL_ERROR_EXIT_CODE
Symbolic Resource indicating the Fatal Error crawl exit code. |
static org.openrdf.model.Literal |
FULL_RECRAWL_CRAWL_MODE
Symbolic value indicating the FullRecrawl crawl mode. |
static org.openrdf.model.URI |
HAS_CRAWL_REPORT
Property that associates CrawlReports with DataSources. |
static org.openrdf.model.URI |
METADATA_CONTEXT
Class for context Resources that serve as context for statements obtained from a DataObject. |
static org.openrdf.model.Resource |
METADATA_META_CONTEXT
Resource that defines the single context of all Statements that describe Resources of type MetadataContext. |
static org.openrdf.model.URI |
NEW_COUNT
The newCount property of a CrawlReport. |
static String |
NS
Namespace for the InfoSource vocabulary. |
static org.openrdf.model.Literal |
REFRESH_CRAWL_MODE
Symbolic value indicating the Refresh crawl mode. |
static org.openrdf.model.URI |
REMOVED_COUNT
The removedCount property of a CrawlReport. |
static org.openrdf.model.URI |
STOP_REQUESTED_EXIT_CODE
Symbolic Resource indicating the Stop Requested crawl exit code. |
static org.openrdf.model.URI |
UNCHANGED_COUNT
The unchangedCount property of a CrawlReport. |
| Constructor Summary | |
|---|---|
CrawlSchema()
|
|
| Method Summary | |
|---|---|
static org.openrdf.model.URI |
toURI(org.semanticdesktop.aperture.crawler.ExitCode exitCode)
Resolves an ExitCode to the corresponding symbolic URI. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String NS
public static final org.openrdf.model.Resource ACCESS_DATA_CONTEXT
public static final String DATA_OBJECT_CONTEXT_PREFIX
public static final org.openrdf.model.URI METADATA_CONTEXT
public static final org.openrdf.model.Resource METADATA_META_CONTEXT
public static final org.openrdf.model.URI AUTHENTIC_SOURCE
public static final org.openrdf.model.URI CRAWL_REPORT
public static final org.openrdf.model.URI HAS_CRAWL_REPORT
public static final org.openrdf.model.URI CRAWL_MODE
public static final org.openrdf.model.URI CRAWL_STARTED
public static final org.openrdf.model.URI CRAWL_STOPPED
public static final org.openrdf.model.URI CRAWL_EXIT_CODE
public static final org.openrdf.model.URI NEW_COUNT
public static final org.openrdf.model.URI CHANGED_COUNT
public static final org.openrdf.model.URI REMOVED_COUNT
public static final org.openrdf.model.URI UNCHANGED_COUNT
public static final org.openrdf.model.Literal REFRESH_CRAWL_MODE
public static final org.openrdf.model.Literal FULL_RECRAWL_CRAWL_MODE
public static final org.openrdf.model.URI COMPLETED_EXIT_CODE
public static final org.openrdf.model.URI STOP_REQUESTED_EXIT_CODE
public static final org.openrdf.model.URI FATAL_ERROR_EXIT_CODE
| Constructor Detail |
|---|
public CrawlSchema()
| Method Detail |
|---|
public static org.openrdf.model.URI toURI(org.semanticdesktop.aperture.crawler.ExitCode exitCode)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||