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
ConstructorsConstructorDescriptionDataAccessSpec(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.AdaptationDeprecated.Returns the current application.final com.onwbp.adaptation.AdaptationHomeDeprecated.Returns the current dataspace.final com.onwbp.adaptation.AdaptationTableDeprecated.Returns the current table.final LocaleDeprecated.Returns the current locale.final com.orchestranetworks.instance.RepositoryDeprecated.Returns a repository.final com.orchestranetworks.service.SessionDeprecated.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.