Class AbstractSDocumentMapping
java.lang.Object
org.bonitasoft.engine.core.document.model.AbstractSDocumentMapping
- All Implemented Interfaces:
Serializable,PersistentObject
- Direct Known Subclasses:
AbstractSMappedDocument,SADocumentMapping,SDocumentMapping
Mapping for a document
can be part of a list of document, in that case all documents have the same name and an index If it's standalone documents index = -1
- Author:
- Baptiste Mesta
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractSDocumentMapping(long documentId, long processInstanceId, String name) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bonitasoft.engine.persistence.PersistentObject
getId, setId
-
Constructor Details
-
AbstractSDocumentMapping
-