public class ExportAction<ATTACHEDTO extends Help>
extends Action
Constructor and Description |
---|
ExportAction(ATTACHEDTO backLink,
Invocations<MethodInvocationRecord> invocations,
String jobName) |
Modifier and Type | Method and Description |
---|---|
ATTACHEDTO |
back() |
ExportAction<ATTACHEDTO> |
doArchive(String templateName)
Notifies system that archiving for selected template should be started.
|
ExportAction<ATTACHEDTO> |
doExport(String templateName)
Notifies system that export for selected template should be started.
|
String |
getJobName() |
String |
getObjectName() |
String |
getTemplateName() |
Boolean |
isArchive() |
Boolean |
isExport() |
String |
toString() |
public ExportAction(ATTACHEDTO backLink, Invocations<MethodInvocationRecord> invocations, String jobName)
public ExportAction<ATTACHEDTO> doExport(String templateName)
templateName
- template to usepublic ExportAction<ATTACHEDTO> doArchive(String templateName)
templateName
- template to usepublic ATTACHEDTO back()
public String getObjectName()
public String getJobName()
public String getTemplateName()
public Boolean isExport()
public Boolean isArchive()
Copyright © 2019. All rights reserved.