Package org.bonitasoft.engine.archive
Class ArchiveInsertRecord
- java.lang.Object
-
- org.bonitasoft.engine.recorder.model.Record
-
- org.bonitasoft.engine.recorder.model.InsertRecord
-
- org.bonitasoft.engine.archive.ArchiveInsertRecord
-
public class ArchiveInsertRecord extends InsertRecord
- Author:
- Baptiste Mesta
-
-
Constructor Summary
Constructors Constructor Description ArchiveInsertRecord(ArchivedPersistentObject entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArchivedPersistentObjectgetEntity()
-
-
-
Constructor Detail
-
ArchiveInsertRecord
public ArchiveInsertRecord(ArchivedPersistentObject entity)
-
-
Method Detail
-
getEntity
public ArchivedPersistentObject getEntity()
-
-