Package nis.svc.dat.api
API for the
DataService
that sends and
receives tabular data to and from local and remote data stores.-
Interface Summary Interface Description DataEntry The generic base class for data objects inside a DataProject.DataFolder A Data Folder is a container that can hold a DataEntry.DataProject A DataProject is a root DataFolder that is created by theDataService
with the identifying information required to load a saved DataProject.DataRow A DataRow is a row wise list of data objects that can be read using one of the typed access methods.DataService Provides services for accessing project data represented in a tree ofDataFolder
andDataTable
entries.DataTable A DataTable is an entry in a DataFolder that contains rows of objects that are java primitives (String, Double, Boolean, Integer,Null). -
Exception Summary Exception Description DataException Data Service exception management.