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 DocumentJournal
DocumentJournal. EMPTYSAMPLE
Methods in org.projectbarbel.histo that return DocumentJournal Modifier and Type Method Description static DocumentJournal
DocumentJournal. create(DocumentJournal.ProcessingState processingState, BarbelHistoContext context, com.googlecode.cqengine.IndexedCollection backbone, Object id)
Creates the journal using the backbone as pre-created collection.static DocumentJournal
DocumentJournal. create(DocumentJournal.ProcessingState processingState, BarbelHistoContext context, Object id)
CreateDocumentJournal
from context.DocumentJournal
BarbelHistoCore. getDocumentJournal(Object id)
DocumentJournal
BarbelHisto. timeshift(Object id, ZonedDateTime time)
Turn back time to see how document journals looked like in the past.DocumentJournal
BarbelHistoCore. 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 BarbelHistoBuilder
BarbelHistoBuilder. withJournalStore(Map<Object,DocumentJournal> journalStore)
Define the collection that storesDocumentJournal
instances.BarbelHistoBuilder
BarbelHistoBuilder. 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 void
AbstractLockingListener. doAcquireLock(DocumentJournal journal)
abstract void
AbstractLockingListener. 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 void
EmbeddingJournalUpdateStrategy. accept(DocumentJournal journal, Bitemporal update)
-