Package com.orchestranetworks.addon.adix
Class DataAccessSpec
- java.lang.Object
-
- com.orchestranetworks.addon.adix.DataAccessSpec
-
- Direct Known Subclasses:
DataExchangeDataAccessSpec,ExportDataAccessSpec,ImportDataAccessSpec
public abstract class DataAccessSpec extends java.lang.ObjectDeprecated.Since 2.3.0, replaced byDataExchangeSpec.Defines data access specifications for Adix import and export.
-
-
Constructor Summary
Constructors Constructor Description DataAccessSpec(com.onwbp.adaptation.Adaptation currentAdaptation, com.onwbp.adaptation.AdaptationTable currentTable, com.orchestranetworks.service.Session session, java.util.Locale locale)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description com.onwbp.adaptation.AdaptationgetCurrentAdaptation()Deprecated.Returns the current application.com.onwbp.adaptation.AdaptationHomegetCurrentHome()Deprecated.Returns the current dataspace.com.onwbp.adaptation.AdaptationTablegetCurrentTable()Deprecated.Returns the current table.java.util.LocalegetLocale()Deprecated.Returns the current locale.com.orchestranetworks.instance.RepositorygetRepository()Deprecated.Returns a repository.com.orchestranetworks.service.SessiongetSession()Deprecated.Returns the current session.
-
-
-
Method Detail
-
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
public final java.util.Locale getLocale()
Deprecated.Returns the current locale.
-
getRepository
public final com.orchestranetworks.instance.Repository getRepository()
Deprecated.Returns a repository.
-
-