DEPRECATED
The representation of a document's metadata.
com.bea.p13n.content.document.ref.DefaultDocumentMetadata
Method Summary |
public |
|
public |
|
public |
|
public |
|
public |
|
public |
|
public |
|
public |
|
public |
|
public |
|
public |
|
public |
|
public long |
|
public int |
|
Method Detail |
publicReturn the value of the named attribute.Object
getAttribute(String
attributeName)
throwsDocumentException
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.
DocumentException
publicReturn the list of all the attribute names in this metedata.Collection
getAttributeNames()
throwsDocumentException
This is not the list of all the possible values for this document (that comes from the DocumentSchemaDef).
DocumentException
publicGet the identifier of the user who created the document.String
getAuthor()
throwsDocumentException
DocumentException
publicGet any free form text comments about the document.String
getComments()
throwsDocumentException
DocumentException
publicGet the date the document was created on.Timestamp
getCreationDate()
throwsDocumentException
DocumentException
publicGet a free form text description of the document.String
getDescription()
throwsDocumentException
DocumentException
publicGet the unique id of the document.String
getID()
throwsDocumentException
DocumentException
publicGet the identifier of the user who last modified the document.String
getLastModifiedBy()
throwsDocumentException
DocumentException
publicGet the date the document was last modified on.Timestamp
getLastModifiedDate()
throwsDocumentException
DocumentException
publicGet the identifier of the user who has the document locked (null if not locked).String
getLockedBy()
throwsDocumentException
DocumentException
publicGet the mime type of the document, in "major/minor" MIME format (e.g. "text/html", "application/x-banner-ad").String
getMimeType()
throwsDocumentException
DocumentException
publicGet the name of the document.String
getName()
throwsDocumentException
This will generally correspond to the original file name of the document.
DocumentException
public long getSize()Get the size of the document in bytes.
throwsDocumentException
DocumentException
public int getVersion()Get the version number of the document.
throwsDocumentException
DocumentException