Oracle® Webcenter Interaction Development Kit 10.3.0.0.0

DocumentMetaData Members

DocumentMetaData overview

Public Instance Constructors

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

Public Instance Properties

ClickThroughURL Gets or sets the URL used for click-through to the underlying document. Note: This value must be set when NOT using DocFetch.
ContentType Gets or sets the HTTP content-type of this document, for example text/html. Note: This value must be set when using DocFetch.
Description Gets or sets the textual description of this document.
FileName Gets or sets the file name of this document.
ImageUUID 
IndexingURL 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.
Name Gets or sets the display name of this document.
UseDocFetch 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

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
FromArray Overwrites the content of this map with the data from the input array.
GetOverloaded. Returns an object mapped to a key or uses a default object if no value is found.
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.
Put Inserts a key/value mapping into the map.
ToArray Returns the contents of this map as a NamedValue array.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

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