Class SendToReportAction
java.lang.Object
net.datenwerke.scheduler.service.scheduler.entities.AbstractAction
net.datenwerke.rs.scheduler.service.scheduler.sendto.SendToReportAction
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoExecute(AbstractJob abstractJob) LoggervoidsetConfigValues(Map<String, String> values) voidsetConfigValues(Set<SendToReportActionValue> values) voidsetSendToId(String sendToId) Methods inherited from class net.datenwerke.scheduler.service.scheduler.entities.AbstractAction
adjustActionEntryForFailure, adjustActionEntryForSuccess, consumes, equals, execute, getId, getVersion, hashCode, setId, setVersion
-
Constructor Details
-
SendToReportAction
public SendToReportAction()
-
-
Method Details
-
getSendToId
-
setSendToId
-
getConfigValues
-
setConfigValues
-
setConfigValues
-
getValueMap
-
getLogger
public Logger getLogger() -
doExecute
- Throws:
ActionExecutionException
-