Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

CrawlerConstants Members

CrawlerConstants overview

Public Static Fields

iconiconCLICK_FILE Value for the TAG_CLICK tag representing the file click-through type.
iconiconCLICK_PORTLET Value for the TAG_CLICK tag representing the Portlet click-through type.
iconiconCLICK_URL Value for the TAG_CLICK tag representing the URL click-through type.
iconiconDOCTYPE_DOCUMENTUM Value for the TAG_DOCTYPE tag representing the Documentum document type.
iconiconDOCTYPE_EXCHANGE Value for the TAG_DOCTYPE tag representing the Exchange document type.
iconiconDOCTYPE_FILE Value for the TAG_DOCTYPE tag representing the file document type.
iconiconDOCTYPE_MIME Value for the TAG_DOCTYPE tag representing the MIME document type.
iconiconDOCTYPE_NOTES Value for the TAG_DOCTYPE tag representing the Notes document type.
iconiconDOCTYPE_OTHER Value for the TAG_DOCTYPE tag representing other document types.
iconiconNS_CARD Card submission namespace.
iconiconNS_CRAWL Crawler namespace.
iconiconNS_DATA Data source namespace.
iconiconTAG_CLICK Represents the type of click-through used for documents.
iconiconTAG_COMMUNITY_ID Represents Community ID. On the 4.5 Solaris portal, this tag must be set to "0" when using portlet click-through.
iconiconTAG_DEPTH Represents how deep the crawler will crawl.
iconiconTAG_DESCRIPTION If specified, this text becomes part of the Crawler object description (For example, "This crawler begins in the Zanzibar folder.").
iconiconTAG_DOC_ID Represents the portal document type identifier.
iconiconTAG_DOCTYPE Represents the document type map to use. Should be either DOCTYPE_FILE or DOCTYPE_MIME.
iconiconTAG_FOLDER_NAME Human-readable form of the start location, used for tracing and logging.
iconiconTAG_GID Used for SOAP clickthroughs.
iconiconTAG_LOGIN_TOKEN Login token stored in DataSourceInfo
iconiconTAG_PATH The starting path of a crawl.
iconiconTAG_PROPERTIES Represents whether properties from GetMetaData or the local accessor should be used. The value must be one of TAG_PROPERTIES_LOCAL or TAG_PROPERTIES_REMOTE.
iconiconTAG_PROPERTIES_LOCAL Value for TAG_PROPERTIES. Properties from local accessors override properties from GetMetaData (for example, MS Word Author overrides Documentum Author).
iconiconTAG_PROPERTIES_REMOTE Value for TAG_PROPERTIES. Properties from GetMetaData override properties from local accessors (for example, Documentum Author overrides MS Word Author).
iconiconTAG_THREADS Represents the maximum number of threads that can be crawled at the same time.
iconiconTAG_TIMEOUT In version 4.5, this tag represents the SOAP timeout for the portal. In version 5.0, this setting is stored in the Web Service object and configured in the portal.

Public Instance Constructors

icon CrawlerConstants Constructor

Public Instance Methods

iconEquals (inherited from Object) 
iconGetHashCode (inherited from Object) 
iconGetType (inherited from Object) 
iconToString (inherited from Object) 

See Also

CrawlerConstants Class | Plumtree.Remote.Crawler Namespace