Interface File

All Superinterfaces:
Document

@Role @Unstable public interface File extends Document
Represents a file.
Since:
2.0M1
Version:
$Id$
  • Method Details

    • getParentReferences

      Collection<org.xwiki.model.reference.DocumentReference> getParentReferences()
      Returns:
      the collection of references to the parent folders
    • getContent

      InputStream getContent()
      Returns:
      the file content input stream
      Since:
      2.0M2