Plumtree EDK (Enterprise Web Development Kit) 5.4.0

CrawlerConstants Members

CrawlerConstants overview

Public Static Fields

CLICK_FILE Value for the TAG_CLICK tag representing the file clickthrough type.
CLICK_PORTLET Value for the TAG_CLICK tag representing the Portlet clickthrough type.
CLICK_URL Value for the TAG_CLICK tag representing the URL clickthrough type.
DOCTYPE_DOCUMENTUM Value for the TAG_DOCTYPE tag representing the Documentum document type.
DOCTYPE_EXCHANGE Value for the TAG_DOCTYPE tag representing the Exchange document type.
DOCTYPE_FILE Value for the TAG_DOCTYPE tag representing the file document type.
DOCTYPE_MIME Value for the TAG_DOCTYPE tag representing the MIME document type.
DOCTYPE_NOTES Value for the TAG_DOCTYPE tag representing the Notes document type.
DOCTYPE_OTHER Value for the TAG_DOCTYPE tag representing other document types.
NS_CARD Card submission namespace.
NS_CRAWL Crawler namespace.
NS_DATA Data source namespace.
TAG_CLICK This tag represents the type of clickthrough used for documents.
TAG_COMMUNITY_ID This tag represents Community ID and is required to be set to "0" on the 4.5 Solaris portal when using portlet(gadget) click-through
TAG_DEPTH This tag represents how deep the crawler will crawl.
TAG_DESCRIPTION If specified, this text becomes part of the Crawler object description (e.g. "This crawler begins in the Zanzibar folder.").
TAG_DOC_ID This tag represents the portal document type identifier.
TAG_DOCTYPE This tag represents the Plumtree document type map to use. Should be either DOCTYPE_FILE or DOCTYPE_MIME.
TAG_FOLDER_NAME Human-readable form of the start location, used for tracing and logging.
TAG_GID Used for SOAP clickthroughs.
TAG_LOGIN_TOKEN Login token stored in DataSourceInfo
TAG_PATH The starting path of a crawl.
TAG_PROPERTIES This tag 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
TAG_PROPERTIES_LOCAL Value for TAG_PROPERTIES. Properties from local accessors override properties from GetMetaData (e.g. MS Word Author overrides Documentum Author)
TAG_PROPERTIES_REMOTE Value for TAG_PROPERTIES. Properties from GetMetaData override properties from local accessors (e.g. Documentum Author overrides MS Word Author)
TAG_THREADS This tag represents the maximum number of threads that can be crawled at the same time.
TAG_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

CrawlerConstants Constructor

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

CrawlerConstants Class | Plumtree.Remote.Crawler Namespace