Uses of Class
org.projectbarbel.histo.DocumentJournal
-
Packages that use DocumentJournal Package Description org.projectbarbel.histo org.projectbarbel.histo.extension org.projectbarbel.histo.functions -
-
Uses of DocumentJournal in org.projectbarbel.histo
Fields in org.projectbarbel.histo declared as DocumentJournal Modifier and Type Field Description static DocumentJournalDocumentJournal. EMPTYSAMPLEMethods in org.projectbarbel.histo that return DocumentJournal Modifier and Type Method Description static DocumentJournalDocumentJournal. create(DocumentJournal.ProcessingState processingState, BarbelHistoContext context, com.googlecode.cqengine.IndexedCollection backbone, Object id)Creates the journal using the backbone as pre-created collection.static DocumentJournalDocumentJournal. create(DocumentJournal.ProcessingState processingState, BarbelHistoContext context, Object id)CreateDocumentJournalfrom context.DocumentJournalBarbelHistoCore. getDocumentJournal(Object id)DocumentJournalBarbelHisto. timeshift(Object id, ZonedDateTime time)Turn back time to see how document journals looked like in the past.DocumentJournalBarbelHistoCore. timeshift(Object id, ZonedDateTime time)Methods in org.projectbarbel.histo that return types with arguments of type DocumentJournal Modifier and Type Method Description Map<Object,DocumentJournal>BarbelHistoBuilder. getJournalStore()Map<Object,DocumentJournal>BarbelHistoContext. getJournalStore()Function<BarbelHistoContext,BiConsumer<DocumentJournal,Bitemporal>>BarbelHistoBuilder. getJournalUpdateStrategyProducer()Function<BarbelHistoContext,BiConsumer<DocumentJournal,Bitemporal>>BarbelHistoContext. getJournalUpdateStrategyProducer()Method parameters in org.projectbarbel.histo with type arguments of type DocumentJournal Modifier and Type Method Description BarbelHistoBuilderBarbelHistoBuilder. withJournalStore(Map<Object,DocumentJournal> journalStore)Define the collection that storesDocumentJournalinstances.BarbelHistoBuilderBarbelHistoBuilder. withJournalUpdateStrategyProducer(Function<BarbelHistoContext,BiConsumer<DocumentJournal,Bitemporal>> journalUpdateStrategy)Set the strategy how to update a journal. -
Uses of DocumentJournal in org.projectbarbel.histo.extension
Methods in org.projectbarbel.histo.extension with parameters of type DocumentJournal Modifier and Type Method Description abstract voidAbstractLockingListener. doAcquireLock(DocumentJournal journal)abstract voidAbstractLockingListener. doReleaseLock(DocumentJournal journal) -
Uses of DocumentJournal in org.projectbarbel.histo.functions
Methods in org.projectbarbel.histo.functions with parameters of type DocumentJournal Modifier and Type Method Description voidEmbeddingJournalUpdateStrategy. accept(DocumentJournal journal, Bitemporal update)
-