|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.plumtree.remote.crawler.CrawlerConstants
Static constants related to crawlers.
| Field Summary | |
static java.lang.String |
CLICK_FILE
Value for the TAG_CLICK tag representing the file
clickthrough type. |
static java.lang.String |
CLICK_PORTLET
Value for the TAG_CLICK tag representing the Portlet
clickthrough type. |
static java.lang.String |
CLICK_URL
Value for the TAG_CLICK tag representing the URL
clickthrough type. |
static java.lang.String |
DOCTYPE_DOCUMENTUM
Value for the TAG_DOCTYPE tag representing the Documentum
document type. |
static java.lang.String |
DOCTYPE_EXCHANGE
Value for the TAG_DOCTYPE tag representing the Exchange document
type. |
static java.lang.String |
DOCTYPE_FILE
Value for the TAG_DOCTYPE tag representing the file
document type. |
static java.lang.String |
DOCTYPE_MIME
Value for the TAG_DOCTYPE tag representing the MIME
document type. |
static java.lang.String |
DOCTYPE_NOTES
Value for the TAG_DOCTYPE tag representing the Notes document
type. |
static java.lang.String |
DOCTYPE_OTHER
Value for the TAG_DOCTYPE tag representing other document types. |
static java.lang.String |
NS_CARD
Card submission namespace. |
static java.lang.String |
NS_CRAWL
Crawler namespace. |
static java.lang.String |
NS_DATA
Data source namespace. |
static java.lang.String |
TAG_CLICK
This tag represents the type of clickthrough used for documents. |
static java.lang.String |
TAG_COMMUNITY_ID
This tag represents the Community ID and is required to be set to "0" on the 4.5 Solaris portal when using portlet(gadget) click-through |
static java.lang.String |
TAG_DEPTH
This tag represents how deep the crawler will crawl. |
static java.lang.String |
TAG_DESCRIPTION
If specified, this text becomes part of the Crawler object description (e.g. |
static java.lang.String |
TAG_DOC_ID
This tag represents the portal document type identifier. |
static java.lang.String |
TAG_DOCTYPE
This tag represents the portal document type map to use; it should be either DOCTYPE_FILE or DOCTYPE_MIME. |
static java.lang.String |
TAG_FOLDER_NAME
Human-readable string of the start location, used for tracing and logging. |
static java.lang.String |
TAG_GID
Used for SOAP clickthroughs. |
static java.lang.String |
TAG_LOGIN_TOKEN
Login token stored in data source info. |
static java.lang.String |
TAG_PATH
This tag represents the starting path of a crawl. |
static java.lang.String |
TAG_PROPERTIES
This tag represents whether properties from GetMetaData or the local accessor should be used. |
static java.lang.String |
TAG_PROPERTIES_LOCAL
Value for TAG_PROPERTIES. |
static java.lang.String |
TAG_PROPERTIES_REMOTE
Value for TAG_PROPERTIES. |
static java.lang.String |
TAG_THREADS
This tag represents the maximum number of threads that can be crawled at the same time. |
static java.lang.String |
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 through the portal. |
| Constructor Summary | |
CrawlerConstants()
|
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static java.lang.String NS_DATA
public static java.lang.String NS_CRAWL
public static final java.lang.String NS_CARD
public static final java.lang.String TAG_DEPTH
storage=integer attribute for the control,
or the portal will not recognize the value. If the tag is not present,
the portal will only crawl the first level.
public static final java.lang.String TAG_GID
public static final java.lang.String TAG_PATH
IContainerProvider.attachToContainer(java.lang.String, com.plumtree.remote.crawler.ChildRequestHint, java.lang.String).
public static final java.lang.String TAG_THREADS
storage=integer attribute for the control, or the portal will not
recognize the value.
In version 5.0, this setting is controlled by the server.
public static final java.lang.String TAG_CLICK
CLICK_FILE, CLICK_URL, or
CLICK_PORTLET.
When used with the 5.0 EDK DocFetch mechanism, must always be CLICK_URL
public static final java.lang.String TAG_TIMEOUT
public static final java.lang.String TAG_DOC_ID
TAG_DOCTYPE. In the
case of DOCTYPE_FILE, it should be the file name,
including extension. In the case of DOCTYPE_MIME, it
should be a MIME type, e.g. text/html
public static final java.lang.String TAG_DOCTYPE
DOCTYPE_FILE or DOCTYPE_MIME.
public static final java.lang.String TAG_DESCRIPTION
public static final java.lang.String TAG_FOLDER_NAME
public static final java.lang.String TAG_LOGIN_TOKEN
public static final java.lang.String TAG_COMMUNITY_ID
public static final java.lang.String DOCTYPE_FILE
TAG_DOCTYPE tag representing the file
document type.
public static final java.lang.String DOCTYPE_MIME
TAG_DOCTYPE tag representing the MIME
document type.
public static final java.lang.String DOCTYPE_NOTES
TAG_DOCTYPE tag representing the Notes document
type.
public static final java.lang.String DOCTYPE_EXCHANGE
TAG_DOCTYPE tag representing the Exchange document
type.
public static final java.lang.String DOCTYPE_DOCUMENTUM
TAG_DOCTYPE tag representing the Documentum
document type.
public static final java.lang.String DOCTYPE_OTHER
TAG_DOCTYPE tag representing other document types.
public static java.lang.String CLICK_FILE
TAG_CLICK tag representing the file
clickthrough type. In version 4.5, the portal calls
IDocumentProvider.attachToDocument(java.lang.String, java.lang.String, java.lang.String, com.plumtree.remote.crawler.DocumentFormat) and
IDocument.getDocument() over SOAP to retrieve the
document for clickthrough.
public static java.lang.String CLICK_URL
TAG_CLICK tag representing the URL
clickthrough type. The portal forwards users to the ClickThroughURL
returned by IDocument.getMetaData(String[]) during crawls.
public static java.lang.String CLICK_PORTLET
TAG_CLICK tag representing the Portlet
clickthrough type.
public static java.lang.String TAG_PROPERTIES
TAG_PROPERTIES_LOCAL or TAG_PROPERTIES_REMOTE
public static java.lang.String TAG_PROPERTIES_LOCAL
public static java.lang.String TAG_PROPERTIES_REMOTE
| Constructor Detail |
public CrawlerConstants()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©2007 BEA Systems, Inc. All Rights Reserved.