Package com.orchestranetworks.addon.adix
Class DataAccessSpec
java.lang.Object
com.orchestranetworks.addon.adix.DataAccessSpec
- Direct Known Subclasses:
DataExchangeDataAccessSpec
,ExportDataAccessSpec
,ImportDataAccessSpec
Deprecated.
Defines data access specifications for Adix import and export.
-
Constructor Summary
ConstructorDescriptionDataAccessSpec
(com.onwbp.adaptation.Adaptation currentAdaptation, com.onwbp.adaptation.AdaptationTable currentTable, com.orchestranetworks.service.Session session, Locale locale) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionfinal com.onwbp.adaptation.Adaptation
Deprecated.Returns the current application.final com.onwbp.adaptation.AdaptationHome
Deprecated.Returns the current dataspace.final com.onwbp.adaptation.AdaptationTable
Deprecated.Returns the current table.final Locale
Deprecated.Returns the current locale.final com.orchestranetworks.instance.Repository
Deprecated.Returns a repository.final com.orchestranetworks.service.Session
Deprecated.Returns the current session.
-
Constructor Details
-
DataAccessSpec
public DataAccessSpec(com.onwbp.adaptation.Adaptation currentAdaptation, com.onwbp.adaptation.AdaptationTable currentTable, com.orchestranetworks.service.Session session, Locale locale) Deprecated.
-
-
Method Details
-
getCurrentHome
public final com.onwbp.adaptation.AdaptationHome getCurrentHome()Deprecated.Returns the current dataspace. -
getCurrentAdaptation
public final com.onwbp.adaptation.Adaptation getCurrentAdaptation()Deprecated.Returns the current application. -
getCurrentTable
public final com.onwbp.adaptation.AdaptationTable getCurrentTable()Deprecated.Returns the current table. -
getSession
public final com.orchestranetworks.service.Session getSession()Deprecated.Returns the current session. -
getLocale
Deprecated.Returns the current locale. -
getRepository
public final com.orchestranetworks.instance.Repository getRepository()Deprecated.Returns a repository.
-
DataExchangeSpec
.