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) returnsBusinessObjectis not persisted automatically<T extends GenericBusinessObject>
TreturnsGenericBusinessObjectis not persisted automaticallyreturns collection ofPrintResultMethods inherited from interface org.nuclos.api.context.LogContext
log, logError, logWarnMethods inherited from interface org.nuclos.api.context.RuleContext
addContextCacheValue, getContextCacheValue, getLanguage, getLocale, getUser, removeContextCacheValue
-
Method Details
-
getPrintResults
Collection<PrintResult> getPrintResults()returns collection ofPrintResult- Returns:
NuclosFile
-
getBusinessObject
returnsBusinessObjectis not persisted automatically- Returns:
BusinessObject
-
getGenericBusinessObject
returnsGenericBusinessObjectis not persisted automatically- Parameters:
t- Classtype being aGenericBusinessObject- Returns:
GenericBusinessObjectextendingGenericBusinessObject- Throws:
BusinessException
-