Class DataAccessSpec

java.lang.Object
com.orchestranetworks.addon.adix.DataAccessSpec
Direct Known Subclasses:
DataExchangeDataAccessSpec, ExportDataAccessSpec, ImportDataAccessSpec

public abstract class DataAccessSpec extends Object
Deprecated.
Since 2.3.0, replaced by DataExchangeSpec.
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, Locale locale)
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final 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.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      public final Locale getLocale()
      Deprecated.
      Returns the current locale.
    • getRepository

      public final com.orchestranetworks.instance.Repository getRepository()
      Deprecated.
      Returns a repository.