Class ScheduleAsScriptDatasinkFileAction
java.lang.Object
net.datenwerke.scheduler.service.scheduler.entities.AbstractAction
net.datenwerke.rs.scriptdatasink.service.scriptdatasink.action.ScheduleAsScriptDatasinkFileAction
- 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 TypeMethodDescriptionvoidexecute(AbstractJob job) getName()booleanvoidsetCompressed(boolean compressed) voidvoidsetScriptDatasink(ScriptDatasink scriptDatasink) Methods inherited from class net.datenwerke.scheduler.service.scheduler.entities.AbstractAction
adjustActionEntryForFailure, adjustActionEntryForSuccess, consumes, equals, getId, getVersion, hashCode, setId, setVersion
-
Constructor Details
-
ScheduleAsScriptDatasinkFileAction
public ScheduleAsScriptDatasinkFileAction()
-
-
Method Details
-
isCompressed
public boolean isCompressed() -
setCompressed
public void setCompressed(boolean compressed) -
execute
- Overrides:
executein classAbstractAction- Throws:
ActionExecutionException
-
getName
-
setName
-
getFilename
-
getReport
-
getScriptDatasink
-
setScriptDatasink
-