WebCenter Interaction API  
 

IPTAccessor Members

IPTAccessor overview

Public Instance Methods

public methodAttachToDocument Attaches this Accessor to the document identified by information in the PropertyBag
public methodDocumentSummary Returns a human readable summary of the document
public methodGetAccessorCLSID Returns the CLSID associated with this accessor
public methodGetCommonFields Returns names and descriptions of fields that are commonly returned from GetFields, for use in a mapping UI. The columns correspond to PT_FIELDARRAY_INDICES values.
public methodGetDescription Returns a description of this Accessor
public methodGetDocumentImageUUID Returns the UUID for the image that should be used to represent the document in the UI
public methodGetDocumentLocationFormatID Each Accessor knows how to deal with a particular format of document (for example, some Accessors parse files, while others know how to extract metadata from Lotus Notes.) This identifier documents the type of document that this Accessor knows how to deal with.
public methodGetFields Returns a 2D array containing the metadata found in the document. The first column contains the name of the field, as a string. The second column contains the value of the field. This matrix is row-major: name = fields[row][0] value = fields[row][1]
public methodGetFileExtension Returns the file extension (e.g. "xls" for Excel files) to be used when writing the indexing file
public methodGetImageUUID Returns the UUID for the image that's used to represent this Accessor in the UI
public methodGetName Returns the name of this Accessor
public methodGetSuggestedCardName Returns a suggested name for the Card to be made, which is typically generated from a field in the document
public methodGetSuggestedDocumentTypeMapEntries Returns suggested entries for the Document Type Map. This should only be called by the installer.
public methodGetURLInfo Returns additional URL info that helps the UI perform clickthrough on the document
public methodQueryCapability Used to determine if the Accessor supports certain operations. Pass in a value from PT_ACCESSOR_CAPABILITIES
public methodWriteIndexingFile Writes an indexing file to the specified path. Typically, this copies the file to the indicated location, but some Accessors may write a "custom" indexing file which contains more or less information than that contained in the original document.

See Also

IPTAccessor Interface | com.plumtree.server Namespace | IPTDataSourceProvider