Interface Document

All Known Subinterfaces:
File, Folder

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

    Modifier and Type
    Method
    Description
     
    org.xwiki.model.reference.DocumentReference
     
    void
    Sets the name.
  • Method Details

    • 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