Class TableHelperSpec
java.lang.Object
com.orchestranetworks.addon.dex.common.generation.TableHelperSpec
- Direct Known Subclasses:
CSVTableHelperSpec
,EBXTableHelperSpec
,SpreadsheetTableHelperSpec
,SQLTableHelperSpec
,XMLTableHelperSpec
Provides the methods to get the
Table
declared in the {addon.label}
dataset.- Since:
- 2.5.0
-
Constructor Summary
ConstructorDescriptionTableHelperSpec
(String applicationLogicalName, com.orchestranetworks.service.Session session) -
Method Summary
Modifier and TypeMethodDescriptionfinal String
Returns the logical name defined in the {addon.label} dataset.final com.orchestranetworks.service.Session
Returns the current session.
-
Constructor Details
-
TableHelperSpec
public TableHelperSpec(String applicationLogicalName, com.orchestranetworks.service.Session session) throws DataExchangeException - Throws:
DataExchangeException
-
-
Method Details
-
getApplicationLogicalName
Returns the logical name defined in the {addon.label} dataset. This is represented in the 'Application' table's 'Logical name' field. -
getSession
public final com.orchestranetworks.service.Session getSession()Returns the current session.
-