Accessing documents in Java classes

The Document class lets you examine and manipulate document attributes and contents. You gain access to a Document object through methods in the Database, View, ViewEntry, and DocumentCollection classes. See "Accessing views and folders" for accessing documents through views. You can:

  • Access document properties
  • Collect all documents and unprocessed documents
  • Collect documents by searching
  • Locate a document by ID
  • Create a document
  • Remove a document
  • Copy a document
  • Mail a document
  • Generate XML representation of a document