public class ArchivedDocumentImpl extends DocumentImpl implements ArchivedDocument
| Constructor and Description |
|---|
ArchivedDocumentImpl() |
ArchivedDocumentImpl(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Date |
getArchiveDate()
Gets the date when the element was archived.
|
long |
getDocumentAuthor() |
String |
getDocumentContentFileName() |
String |
getDocumentContentMimeType() |
Date |
getDocumentCreationDate() |
boolean |
getDocumentHasContent() |
String |
getDocumentURL() |
long |
getSourceObjectId()
Gets the identifier of the
BaseElement that the archived element comes from. |
int |
hashCode() |
void |
setArchiveDate(Date archiveDate) |
void |
setSourceObjectId(long sourceObjectId) |
String |
toString() |
getAuthor, getContentFileName, getContentMimeType, getContentStorageId, getCreationDate, getDescription, getFileName, getId, getIndex, getName, getProcessInstanceId, getUrl, getVersion, hasContent, setAuthor, setContentMimeType, setContentStorageId, setCreationDate, setDescription, setFileName, setHasContent, setId, setIndex, setName, setProcessInstanceId, setUrl, setVersionclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAuthor, getContentFileName, getContentMimeType, getContentStorageId, getCreationDate, getDescription, getIndex, getProcessInstanceId, getUrl, getVersion, hasContentgetNamegetIdpublic ArchivedDocumentImpl()
public ArchivedDocumentImpl(String name)
public String getDocumentURL()
getDocumentURL in interface ArchivedDocumentpublic boolean getDocumentHasContent()
getDocumentHasContent in interface ArchivedDocumentpublic long getDocumentAuthor()
getDocumentAuthor in interface ArchivedDocumentpublic String getDocumentContentMimeType()
getDocumentContentMimeType in interface ArchivedDocumentpublic String getDocumentContentFileName()
getDocumentContentFileName in interface ArchivedDocumentpublic Date getDocumentCreationDate()
getDocumentCreationDate in interface ArchivedDocumentpublic Date getArchiveDate()
ArchivedElementgetArchiveDate in interface ArchivedElementpublic long getSourceObjectId()
ArchivedElementBaseElement that the archived element comes from.getSourceObjectId in interface ArchivedElementpublic void setArchiveDate(Date archiveDate)
public void setSourceObjectId(long sourceObjectId)
public boolean equals(Object o)
equals in class DocumentImplpublic int hashCode()
hashCode in class DocumentImplpublic String toString()
toString in class DocumentImplCopyright © 2018 Bonitasoft S.A.. All rights reserved.