Uses of Class
org.projectbarbel.histo.model.RecordPeriod
-
Packages that use RecordPeriod Package Description org.projectbarbel.histo.model -
-
Uses of RecordPeriod in org.projectbarbel.histo.model
Fields in org.projectbarbel.histo.model declared as RecordPeriod Modifier and Type Field Description protected RecordPeriod
BitemporalStamp. recordTime
Methods in org.projectbarbel.histo.model that return RecordPeriod Modifier and Type Method Description RecordPeriod
RecordPeriod. activate()
RecordPeriod
RecordPeriod.Builder. build()
static RecordPeriod
RecordPeriod. createActive()
static RecordPeriod
RecordPeriod. createActive(BarbelHistoContext context)
RecordPeriod
BitemporalStamp. getRecordTime()
RecordPeriod
RecordPeriod. inactivate(BarbelHistoContext context)
Methods in org.projectbarbel.histo.model with parameters of type RecordPeriod Modifier and Type Method Description static BitemporalStamp
BitemporalStamp. of(String activity, Object documentId, EffectivePeriod effectiveTime, RecordPeriod recordTime)
BitemporalStamp.Builder
BitemporalStamp.Builder. withRecordTime(RecordPeriod recordTime)
-