Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

DocumentMetaData Members

DocumentMetaData overview

Public Instance Constructors

icon DocumentMetaData Overloaded. Initializes a new instance of the DocumentMetaData class.

Public Instance Properties

iconClickThroughURL Gets or sets the URL used for click-through to the underlying document. Note: This value must be set when NOT using DocFetch.
iconContentType Gets or sets the HTTP content-type of this document, for example text/html. Note: This value must be set when using DocFetch.
iconDescription Gets or sets the textual description of this document.
iconFileName Gets or sets the file name of this document.
iconImageUUID 
iconIndexingURL Sets the URL used for crawl-time indexing to the underlying document. Relative URLs are resolved relative to the SOAP service (http://<server>:<port>/<application>/services/< service> Note: This value must be set when NOT using DocFetch.
iconName Gets or sets the display name of this document.
iconUseDocFetch Gets or sets whether or not to use DocFetch. If true, indicates that the crawler will use the DocFetch mechanism for clickthrough. If false, indicates that the crawler code will provide URLs for both click-through (ClickThroughURL) and crawl-time indexing (IndexingURL).

Public Instance Methods

iconEquals (inherited from Object) 
iconFromArray Overwrites the content of this map with the data from the input array.
iconGetOverloaded. Returns an object mapped to a key or uses a default object if no value is found.
iconGetHashCode (inherited from Object) 
iconGetType (inherited from Object) 
iconPut Inserts a key/value mapping into the map.
iconToArray Returns the contents of this map as a NamedValue array.
iconToString (inherited from Object) 

See Also

DocumentMetaData Class | Plumtree.Remote.Crawler Namespace | ToString | DateTimeFormatInfo