Uses of Interface
org.outerj.daisy.repository.Fields

Packages that use Fields
org.outerj.daisy.repository Core API for accessing the repository, and creating and modifying documents in it. 
 

Uses of Fields in org.outerj.daisy.repository
 

Methods in org.outerj.daisy.repository that return Fields
 Fields Document.getFields()
          Gets all fields in the document.
 Fields Version.getFields()
          Returns the fields contained in this version.
 Fields Document.getFieldsInOrder()
          Gets all fields in the document, sorted in the same order as the fields are defined in the document type.
 Fields Version.getFieldsInOrder()
          Returns the fields contained in this version, in the order as they are defined in the document type of the document.
 



Copyright © -2012 . All Rights Reserved.