Package org.nuclos.api.context
Interface PrintFinalContext
- All Superinterfaces:
LogContext
,RuleContext
PrintFinalContext
represents the context used in PrintFinalRule
It provides a PrintResult
of the execution context
- Author:
- Moritz Neuhaeuser
- See Also:
-
Method Summary
Modifier and TypeMethodDescription<T extends BusinessObject>
TgetBusinessObject
(Class<T> t) returnsBusinessObject
is not persisted automatically<T extends GenericBusinessObject>
TreturnsGenericBusinessObject
is not persisted automaticallyreturns collection ofPrintResult
Methods inherited from interface org.nuclos.api.context.LogContext
log, logError, logWarn
Methods inherited from interface org.nuclos.api.context.RuleContext
addContextCacheValue, getContextCacheValue, getLanguage, getUser, removeContextCacheValue
-
Method Details
-
getPrintResults
Collection<PrintResult> getPrintResults()returns collection ofPrintResult
- Returns:
NuclosFile
-
getBusinessObject
returnsBusinessObject
is not persisted automatically- Returns:
BusinessObject
-
getGenericBusinessObject
returnsGenericBusinessObject
is not persisted automatically- Parameters:
t
- Classtype being aGenericBusinessObject
- Returns:
GenericBusinessObject
extendingGenericBusinessObject
- Throws:
BusinessException
-