|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.semanticdesktop.aperture.datasource.imap.IMAPDS
public class IMAPDS
Vocabulary File. Created by org.semanticdesktop.aperture.vocabulary.VocabularyWriter on Thu Jul 01 14:28:15 CEST 2010 input file: /core/src/main/resources/org/semanticdesktop/aperture/datasource/imap/imapDataSource.ttl namespace: http://aperture.semanticdesktop.org/ontology/2007/08/12/imapds#
Field Summary | |
---|---|
static URI |
basepath
Type: Property Label: Base Path Comment: The base path of the IMAP data source Domain: http://aperture.semanticdesktop.org/ontology/2007/08/12/imapds#IMAPDataSource Range: http://www.w3.org/2001/XMLSchema#string |
static URI |
connectionSecurity
Type: Property Label: Connection security Comment: The level of security for the connection Domain: http://aperture.semanticdesktop.org/ontology/2007/08/12/imapds#IMAPDataSource Range: http://aperture.semanticdesktop.org/ontology/2007/08/12/imapds#ConnectionSecurity |
static URI |
ConnectionSecurity
Type: Class Comment: Type of connection security, instances of this class serve as values for the connectionSecurity property |
static URI |
hostname
Type: Property Label: Host name Comment: The host name of the IMAP server Domain: http://aperture.semanticdesktop.org/ontology/2007/08/12/imapds#IMAPDataSource Range: http://www.w3.org/2001/XMLSchema#string |
static URI |
ignoreUidValidity
Type: Property Label: Ignore UID Validity? |
static URI |
ImapDataSource
Type: Class Label: IMAP Account Data Source Comment: Describes a mailbox accessible with the IMAP protocol |
static String |
IMAPDS_RESOURCE_PATH
Path to the ontology resource |
static URI |
includeInbox
Type: Property Label: Include Inbox? |
static URI |
maximumDepth
Type: Property Label: Maximum Depth Comment: Maximum depth of the crawl Domain: http://aperture.semanticdesktop.org/ontology/2007/08/12/imapds#IMAPDataSource Range: http://www.w3.org/2001/XMLSchema#integer |
static URI |
maximumSize
Type: Property Label: Maximum Size Comment: Maximum size (in bytes) of the attachments that are to be reported by the crawler Domain: http://aperture.semanticdesktop.org/ontology/2007/08/12/imapds#IMAPDataSource Range: http://www.w3.org/2001/XMLSchema#long |
static URI |
NS_IMAPDS
The namespace for IMAPDS |
static URI |
PLAIN
Type: Instance of http://aperture.semanticdesktop.org/ontology/2007/08/12/imapds#ConnectionSecurity |
static URI |
port
Type: Property Label: Port number Comment: The port number where the IMAP server is listening for connections Domain: http://aperture.semanticdesktop.org/ontology/2007/08/12/imapds#IMAPDataSource Range: http://www.w3.org/2001/XMLSchema#integer |
static URI |
SSL
Type: Instance of http://aperture.semanticdesktop.org/ontology/2007/08/12/imapds#ConnectionSecurity |
static URI |
SSL_NO_CERT
Type: Instance of http://aperture.semanticdesktop.org/ontology/2007/08/12/imapds#ConnectionSecurity |
static URI |
sslFileName
Type: Property Label: SSL File Name Comment: The path to the ssl keyfile Domain: http://aperture.semanticdesktop.org/ontology/2007/08/12/imapds#IMAPDataSource Range: http://www.w3.org/2001/XMLSchema#string |
static URI |
sslFilePassword
Type: Property Label: SSL File Password Comment: Keyphrase for the SSL keyfile Domain: http://aperture.semanticdesktop.org/ontology/2007/08/12/imapds#IMAPDataSource Range: http://www.w3.org/2001/XMLSchema#string |
static URI |
useHeadersHash
Type: Property Label: Use Headers Hash Comment: On mh-backed IMAP folders the crawler doesn't use the UID as part of the URI. |
Constructor Summary | |
---|---|
IMAPDS()
|
Method Summary | |
---|---|
static void |
getIMAPDSOntology(Model model)
Puts the IMAPDS ontology into the given model. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String IMAPDS_RESOURCE_PATH
public static final URI NS_IMAPDS
public static final URI ImapDataSource
public static final URI ConnectionSecurity
public static final URI PLAIN
public static final URI SSL
public static final URI SSL_NO_CERT
public static final URI hostname
public static final URI port
public static final URI basepath
public static final URI includeInbox
public static final URI maximumDepth
public static final URI maximumSize
public static final URI ignoreUidValidity
public static final URI connectionSecurity
public static final URI sslFileName
public static final URI sslFilePassword
public static final URI useHeadersHash
Constructor Detail |
---|
public IMAPDS()
Method Detail |
---|
public static void getIMAPDSOntology(Model model)
model
- The model for the source ontology to be put into.
Exception
- if something goes wrong.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |