Interface IPriorityCalculator
- 
- All Known Implementing Classes:
- PriorityCalculator
 
 public interface IPriorityCalculatorThis interface represents an object that calculates a document priority value, for inclusion in the jobqueue table. One of these objects is passed in lieu of a document priority for every document being added to the table.
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.String_rcsid
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetDocumentPriority()Compute the document priority.
 
- 
- 
- 
Field Detail- 
_rcsidstatic final java.lang.String _rcsid - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getDocumentPrioritydouble getDocumentPriority() throws ManifoldCFExceptionCompute the document priority. This MUST be called from within a a retry-able database transaction!!- Returns:
- the document priority.
- Throws:
- ManifoldCFException
 
 
- 
 
-