Public Member Functions | |
| DocURNHandler (DBObject dbo) | |
| DocURNHandler | instantiate (String urn) |
| int | matches (String urn) |
| DBObject | handlerDef () |
| String | urn () |
| String | localURN () |
| String | fetch () throws DirectorException |
| void | fetchInto (java.io.File file) throws DirectorException |
| void | fetchInto (java.io.OutputStream out) throws DirectorException |
| String | category () |
| Accessor for attribute category. | |
| String | caption () |
| Accessor for attribute caption. | |
| String | caption (String caption) |
| Mutator for attribute caption. | |
| String | type () |
| Accessor for attribute type. | |
| String | type (String type) |
| Mutator for attribute type. | |
Static Public Member Functions | |
| static DocURNHandler | getHandler (String urn) |
Protected Member Functions | |
| Object | _setupIO (String kind) throws DirectorException |
Static Protected Member Functions | |
| static Vector | getHandlers () |
Protected Attributes | |
| String | caption = null |
| String | type = null |
Package Attributes | |
| DBObject | handlerDef = null |
| String | urn = null |
Static Package Attributes | |
| static Cache | handlerCache = new Cache() |
|
|
|
|
|
|
|
|
Mutator for attribute caption.
|
|
|
Accessor for attribute caption.
|
|
|
Accessor for attribute category. Accessor for attribute category.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Mutator for attribute type.
|
|
|
Accessor for attribute type.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.5