Class TemplateSpec<ST extends SourceTable<?,?>,TT extends TargetTable<?,?>>
java.lang.Object
com.orchestranetworks.addon.dint.template.TemplateSpec<ST,TT>
- Direct Known Subclasses:
EBXTransferTemplateSpec
,ImportExportTemplateSpec
public abstract class TemplateSpec<ST extends SourceTable<?,?>,TT extends TargetTable<?,?>>
extends Object
Abstract specification for a user template.
- Since:
- 4.1.0
-
Method Summary
Modifier and TypeMethodDescriptionfinal com.orchestranetworks.service.Session
Returns the session.final TemplateConfig<ST,
TT> Returns the configuration for the template.final String
Deprecated.
-
Method Details
-
getTemplateId
Deprecated.Since 4.5.0, this method may returnnull
.Returns the unique template id. -
getTemplateConfig
Returns the configuration for the template.- Since:
- 4.5.0
-
getSession
public final com.orchestranetworks.service.Session getSession()Returns the session.
-
null
.