Class ScheduleAsFileAction
java.lang.Object
net.datenwerke.scheduler.service.scheduler.entities.AbstractAction
net.datenwerke.rs.scheduleasfile.service.scheduleasfile.action.ScheduleAsFileAction
- 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()voidsetDescription(String description) voidsetFolderId(Long folderId) voidvoidsetTeamspaceId(Long teamspaceId) Methods inherited from class net.datenwerke.scheduler.service.scheduler.entities.AbstractAction
adjustActionEntryForFailure, adjustActionEntryForSuccess, consumes, equals, getId, getVersion, hashCode, setId, setVersion
-
Constructor Details
-
ScheduleAsFileAction
public ScheduleAsFileAction()
-
-
Method Details
-
execute
- Overrides:
executein classAbstractAction- Throws:
ActionExecutionException
-
getExecutedReportFileReference
-
getName
-
setName
-
getDescription
-
setDescription
-
getFolderId
-
setFolderId
-
getTeamspaceId
-
setTeamspaceId
-
getTeamspace
-
getFolder
-
getReport
-