|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The representation of a document's metadata.
| Method Summary | |
Object |
getAttribute(String attributeName)
Deprecated. Return the value of the named attribute. |
Collection |
getAttributeNames()
Deprecated. Return the list of all the attribute names in this metedata. |
String |
getAuthor()
Deprecated. Get the identifier of the user who created the document. |
String |
getComments()
Deprecated. Get any free form text comments about the document. |
Timestamp |
getCreationDate()
Deprecated. Get the date the document was created on. |
String |
getDescription()
Deprecated. Get a free form text description of the document. |
String |
getID()
Deprecated. Get the unique id of the document. |
String |
getLastModifiedBy()
Deprecated. Get the identifier of the user who last modified the document. |
Timestamp |
getLastModifiedDate()
Deprecated. Get the date the document was last modified on. |
String |
getLockedBy()
Deprecated. Get the identifier of the user who has the document locked (null if not locked). |
String |
getMimeType()
Deprecated. Get the mime type of the document, in "major/minor" MIME format (e.g. |
String |
getName()
Deprecated. Get the name of the document. |
long |
getSize()
Deprecated. Get the size of the document in bytes. |
int |
getVersion()
Deprecated. Get the version number of the document. |
| Method Detail |
public Object getAttribute(String attributeName)
throws DocumentException
If the attribute is multi-valued, this can be a Collection. Otherwise, it will be a String, Number, Boolean, or Timestamp.
This only needs to return values for attributes that do not correspond to a get method on this interface.
attributeName - the name of the attribute.
DocumentException - thrown on an error.
public Collection getAttributeNames()
throws DocumentException
This is not the list of all the possible values for this document (that comes from the DocumentSchemaDef).
DocumentException - thrown on an error.
public String getAuthor()
throws DocumentException
DocumentException - thrown on an error.
public String getComments()
throws DocumentException
DocumentException - thrown on an error.
public Timestamp getCreationDate()
throws DocumentException
DocumentException - thrown on an error.
public String getDescription()
throws DocumentException
DocumentException - thrown on an error.
public String getID()
throws DocumentException
DocumentException - thrown on an error.
public String getLastModifiedBy()
throws DocumentException
DocumentException - thrown on an error.
public Timestamp getLastModifiedDate()
throws DocumentException
DocumentException - thrown on an error.
public String getLockedBy()
throws DocumentException
DocumentException - thrown on an error.
public String getMimeType()
throws DocumentException
DocumentException - thrown on an error.
public String getName()
throws DocumentException
This will generally correspond to the original file name of the document.
DocumentException - thrown on an error.
public long getSize()
throws DocumentException
DocumentException - thrown on an error.
public int getVersion()
throws DocumentException
DocumentException - thrown on an error.
|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||