Uses of Interface
org.outerj.daisy.repository.schema.DocumentType

Packages that use DocumentType
org.outerj.daisy.repository.schema API for dealing with the repository schema, thus the available document types, fields, and parts. 
 

Uses of DocumentType in org.outerj.daisy.repository.schema
 

Methods in org.outerj.daisy.repository.schema that return DocumentType
 DocumentType[] DocumentTypes.getArray()
           
 DocumentType RepositorySchema.createNewDocumentType(java.lang.String name)
          Deprecated. Use createDocumentType instead.
 DocumentType RepositorySchema.createDocumentType(java.lang.String name)
          Creates a new document type with the given name.
 DocumentType RepositorySchema.getDocumentTypeById(long id, boolean updateable)
           
 DocumentType RepositorySchema.getDocumentTypeByName(java.lang.String name, boolean updateable)
           
 



Copyright © -2005 . All Rights Reserved.