Public Member Functions | |
| DocExtDocu (DBObject docdef) | |
| DocExtDocu (String urn) | |
| void | store () throws DirectorException |
| Store the current object meta information in the database. | |
| DBObject | toDBObject () |
| boolean | isInclude () |
| boolean | isInline () |
| String | categoryName () |
| Accessor for attribute categoryName. | |
| String | categoryName (String categoryName) |
| Mutator for attribute categoryName. | |
| String | caption () |
| Accessor for attribute caption. | |
| String | caption (String caption) |
| Mutator for attribute caption. | |
| String | file () |
| Accessor for attribute file. | |
| String | file (String file) |
| Mutator for attribute file. | |
| String | urn () |
| Accessor for attribute urn. | |
| String | urn (String urn) |
| Mutator for attribute urn. | |
| String | read () throws DirectorException |
| returns the document text | |
| void | fetch () throws DirectorException |
Static Public Member Functions | |
| static DocExtDocu | retrieve (String urn) throws DirectorException |
| static String | mangledUrn (String urn) |
| static String | unmangledUrn (String mangled) |
Protected Attributes | |
| String | categoryName = null |
| The document's category. | |
| String | caption = null |
| The document title. | |
| String | file = null |
| The document file. | |
| String | urn = null |
| The URN associated with this document. | |
Static Package Attributes | |
| static Cache | handlerCache = new Cache() |
|
|
|
|
|
|
|
|
Mutator for attribute caption. The document title. |
|
|
Accessor for attribute caption. The document title. |
|
|
Mutator for attribute categoryName. The document's category. |
|
|
Accessor for attribute categoryName. The document's category. |
|
|
|
|
|
Mutator for attribute file. The document file. |
|
|
Accessor for attribute file. The document file. |
|
|
|
|
|
|
|
|
|
|
|
returns the document text
|
|
|
|
|
|
Store the current object meta information in the database.
|
|
|
|
|
|
|
|
|
Mutator for attribute urn. The URN associated with this document. |
|
|
Accessor for attribute urn. The URN associated with this document. |
|
|
The document title.
|
|
|
The document's category.
|
|
|
The document file.
|
|
|
|
|
|
The URN associated with this document.
|
1.4.5