Uses of Class
org.projectbarbel.histo.DocumentJournal.ProcessingState
-
Packages that use DocumentJournal.ProcessingState Package Description org.projectbarbel.histo -
-
Uses of DocumentJournal.ProcessingState in org.projectbarbel.histo
Methods in org.projectbarbel.histo that return DocumentJournal.ProcessingState Modifier and Type Method Description DocumentJournal.ProcessingState
DocumentJournal. getProcessingState()
static DocumentJournal.ProcessingState
DocumentJournal.ProcessingState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DocumentJournal.ProcessingState[]
DocumentJournal.ProcessingState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.projectbarbel.histo with parameters of type DocumentJournal.ProcessingState 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.
-