Interface Document

  • All Known Subinterfaces:
    File, Folder

    @Unstable
    public interface Document
    A document in the file system.
    Since:
    2.0M1
    Version:
    $Id$
    • Method Detail

      • getReference

        org.xwiki.model.reference.DocumentReference getReference()
        Returns:
        the document reference
      • getName

        String getName()
        Returns:
        the name
      • setName

        void setName​(String name)
        Sets the name.
        Parameters:
        name - the new name