Class SAMappedDocument
- java.lang.Object
-
- org.bonitasoft.engine.core.document.model.AbstractSDocumentMapping
-
- org.bonitasoft.engine.core.document.model.AbstractSMappedDocument
-
- org.bonitasoft.engine.core.document.model.archive.SAMappedDocument
-
- All Implemented Interfaces:
java.io.Serializable,ArchivedPersistentObject,PersistentObject
@Entity public class SAMappedDocument extends AbstractSMappedDocument implements ArchivedPersistentObject
- Author:
- Baptiste Mesta
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.bonitasoft.engine.core.document.model.AbstractSMappedDocument
document
-
-
Constructor Summary
Constructors Constructor Description SAMappedDocument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<? extends PersistentObject>getPersistentObjectInterface()-
Methods inherited from class org.bonitasoft.engine.core.document.model.AbstractSMappedDocument
getAuthor, getCreationDate, getDocument, getFileName, getMimeType, getUrl, hasContent, setDocument
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bonitasoft.engine.persistence.ArchivedPersistentObject
getArchiveDate, getSourceObjectId
-
Methods inherited from interface org.bonitasoft.engine.persistence.PersistentObject
getId, setId, setTenantId
-
-
-
-
Method Detail
-
getPersistentObjectInterface
public java.lang.Class<? extends PersistentObject> getPersistentObjectInterface()
- Specified by:
getPersistentObjectInterfacein interfaceArchivedPersistentObject
-
-