Package nis.svc.dat.api
Interface DataProject
-
- All Superinterfaces:
DataEntry
,DataFolder
public interface DataProject extends DataFolder
A DataProject is a root DataFolder that is created by theDataService
with the identifying information required to load a saved DataProject.
-
-
Field Summary
-
Fields inherited from interface nis.svc.dat.api.DataFolder
TYPE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String[]
path()
The remainder of the path after the root of the creation path used atDataService.make(java.lang.String...)
.
-
-
-
Method Detail
-
path
java.lang.String[] path()
The remainder of the path after the root of the creation path used atDataService.make(java.lang.String...)
. This is used by the handler selected by the root value to work out what it needs to load into this DataProject instance.- Returns:
- the path value.
-
-