public interface PrintFinalContext extends RuleContext
PrintFinalContext
represents the context used in PrintFinalRule
It provides a PrintResult
of the execution context
RuleContext
Modifier and Type | Method and Description |
---|---|
<T extends BusinessObject> |
getBusinessObject(java.lang.Class<T> t)
returns
BusinessObject
is not persisted automatically |
<T extends GenericBusinessObject> |
getGenericBusinessObject(java.lang.Class<T> t)
returns
GenericBusinessObject
is not persisted automatically |
java.util.Collection<PrintResult> |
getPrintResults()
returns collection of
PrintResult |
addContextCacheValue, getContextCacheValue, getLanguage, getUser, removeContextCacheValue
log, logError, logWarn
java.util.Collection<PrintResult> getPrintResults()
PrintResult
NuclosFile
<T extends BusinessObject> T getBusinessObject(java.lang.Class<T> t)
BusinessObject
is not persisted automaticallyBusinessObject
<T extends GenericBusinessObject> T getGenericBusinessObject(java.lang.Class<T> t) throws BusinessException
GenericBusinessObject
is not persisted automaticallyt
- Classtype being a GenericBusinessObject
GenericBusinessObject
extending GenericBusinessObject
BusinessException
Copyright © 2024. All rights reserved.