DataExchangeSpec
.public abstract class DataAccessSpec extends Object
Constructor and Description |
---|
DataAccessSpec(com.onwbp.adaptation.Adaptation currentAdaptation,
com.onwbp.adaptation.AdaptationTable currentTable,
com.orchestranetworks.service.Session session,
Locale locale)
Deprecated.
|
Modifier and Type | Method and 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.
|
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.
|
public DataAccessSpec(com.onwbp.adaptation.Adaptation currentAdaptation, com.onwbp.adaptation.AdaptationTable currentTable, com.orchestranetworks.service.Session session, Locale locale)
public final com.onwbp.adaptation.AdaptationHome getCurrentHome()
public final com.onwbp.adaptation.Adaptation getCurrentAdaptation()
public final com.onwbp.adaptation.AdaptationTable getCurrentTable()
public final com.orchestranetworks.service.Session getSession()
public final Locale getLocale()
public final com.orchestranetworks.instance.Repository getRepository()