public final class PDFExportSpec extends ServiceSpec
| Constructor and Description |
|---|
PDFExportSpec(com.orchestranetworks.instance.HomeKey igovRepository,
com.onwbp.adaptation.PrimaryKey dataModel,
Locale language,
com.onwbp.adaptation.PrimaryKey context,
boolean exportDMAContext,
com.orchestranetworks.service.Session session)
Creates a specification for service execution.
|
| Modifier and Type | Method and Description |
|---|---|
com.onwbp.adaptation.PrimaryKey |
getContext()
Returns the export context.
|
Locale |
getLanguage()
Returns the export language.
|
boolean |
isExportDMAContext()
Returns is export default context or not.
|
getDataModel, getIGovRepository, getSessionpublic PDFExportSpec(com.orchestranetworks.instance.HomeKey igovRepository,
com.onwbp.adaptation.PrimaryKey dataModel,
Locale language,
com.onwbp.adaptation.PrimaryKey context,
boolean exportDMAContext,
com.orchestranetworks.service.Session session)
igovRepository - The HomeKey of the {addon.label} data space where you want to run the service.dataModel - The PrimaryKey of the data model record in which this service will be triggered.language - The language that will be exported.context - The context that will be exported.exportDMAContext - Exports the definitions come from the Data Model Assistant.session - The Session which executes this services.public Locale getLanguage()
public com.onwbp.adaptation.PrimaryKey getContext()
public boolean isExportDMAContext()