Interface DataProject

  • All Superinterfaces:
    DataEntry, DataFolder

    public interface DataProject
    extends DataFolder
    A DataProject is a root DataFolder that is created by the DataService with the identifying information required to load a saved DataProject.
    • Method Detail

      • path

        java.lang.String[] path()
        The remainder of the path after the root of the creation path used at DataService.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.