|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.plumtree.remote.crawler.TypeNamespace
Enumeration for portal's Document Type Map namespaces. The document type identifier and namespace help the portal decide how to interpret a document's metadata. Standard namespaces are "File" and "MIME," although crawlers may define new namespaces in the OTHER namespace.
| Field Summary | |
static TypeNamespace |
DOCUMENTUM
The Documentum namespace. |
static TypeNamespace |
EXCHANGE
The MS Exchange namespace. |
static TypeNamespace |
FILE
The file namespace. |
static TypeNamespace |
MIME
The MIME namespace. |
static TypeNamespace |
NOTES
The Lotus Notes namespace. |
static TypeNamespace |
OTHER
The Other namespace- used by content. |
| Method Summary | |
java.lang.String |
getCode()
Returns the underlying namespace string. |
static TypeNamespace |
parse(java.lang.String val)
Returns the TypeNamespace object corresponding to
a namespace string. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final TypeNamespace FILE
public static final TypeNamespace MIME
public static final TypeNamespace EXCHANGE
public static final TypeNamespace NOTES
public static final TypeNamespace DOCUMENTUM
public static final TypeNamespace OTHER
| Method Detail |
public java.lang.String getCode()
public static TypeNamespace parse(java.lang.String val)
TypeNamespace object corresponding to
a namespace string.
TypeNamespace object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©2007 BEA Systems, Inc. All Rights Reserved.