Class DataAccessSpec

    • 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.Adaptation getCurrentAdaptation()
      Deprecated.
      Returns the current application.
      com.onwbp.adaptation.AdaptationHome getCurrentHome()
      Deprecated.
      Returns the current dataspace.
      com.onwbp.adaptation.AdaptationTable getCurrentTable()
      Deprecated.
      Returns the current table.
      java.util.Locale getLocale()
      Deprecated.
      Returns the current locale.
      com.orchestranetworks.instance.Repository getRepository()
      Deprecated.
      Returns a repository.
      com.orchestranetworks.service.Session getSession()
      Deprecated.
      Returns the current session.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DataAccessSpec

        public DataAccessSpec​(com.onwbp.adaptation.Adaptation currentAdaptation,
                              com.onwbp.adaptation.AdaptationTable currentTable,
                              com.orchestranetworks.service.Session session,
                              java.util.Locale locale)
        Deprecated.
    • 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.