@Component public class DummyNotifier extends GeneralNotifier implements Dumpable
Modifier and Type | Class and Description |
---|---|
class |
DummyNotifier.NotificationRecord |
Modifier and Type | Field and Description |
---|---|
HashMap<String,List<DummyNotifier.NotificationRecord>> |
records |
auxiliaryPaths, notificationManager, notificationsUtil, textFormatter
expressionFactory, prismContext
Constructor and Description |
---|
DummyNotifier() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
checkApplicability(Event event,
GeneralNotifierType generalNotifierType,
OperationResult result) |
void |
clearRecords() |
String |
dump()
Show the content of the object intended for diagnostics by developer.
|
protected Trace |
getLogger() |
List<DummyNotifier.NotificationRecord> |
getRecords() |
List<DummyNotifier.NotificationRecord> |
getRecords(String name) |
void |
init() |
appendModifications, deltaContainsOtherPathsThan, getBody, getBodyFromExpression, getDefaultRecipient, getRecipientsAddresses, getSubject, getSubjectFromExpression, isWatchAuxiliaryAttributes, processEvent, quickCheckApplicability
evaluateBooleanExpression, evaluateBooleanExpressionChecked, evaluateExpressionChecked, getDefaultVariables, logEnd, logStart, logStart, register
public HashMap<String,List<DummyNotifier.NotificationRecord>> records
@PostConstruct public void init()
init
in class GeneralNotifier
protected boolean checkApplicability(Event event, GeneralNotifierType generalNotifierType, OperationResult result)
checkApplicability
in class GeneralNotifier
public List<DummyNotifier.NotificationRecord> getRecords()
public List<DummyNotifier.NotificationRecord> getRecords(String name)
public void clearRecords()
public String dump()
Dumpable
protected Trace getLogger()
getLogger
in class GeneralNotifier
Copyright © 2013 evolveum. All rights reserved.