Module: Fedora

Defined in:
lib/ruby-fedora.rb,
lib/fedora/formats.rb,
lib/fedora/connection.rb,
lib/fedora/repository.rb,
lib/fedora/generic_search.rb

Overview

@Creator Matt Zumwalt, MediaShelf LLC

@Copyright Matt Zumwalt, 2007.  All Rights Reserved.

Defined Under Namespace

Modules: XmlFormat Classes: BadRequest, BaseObject, ClientError, Connection, ConnectionError, Datastream, FedoraObject, ForbiddenAccess, GenericSearch, MethodNotAllowed, Redirection, Repository, ResourceConflict, ResourceNotFound, ServerError, UnauthorizedAccess

Constant Summary collapse

NAMESPACE =
"fedora:info/"
ALL_FIELDS =
[
  :pid, :label, :fType, :cModel, :state, :ownerId, :cDate, :mDate, :dcmDate, 
  :bMech, :title, :creator, :subject, :description, :contributor,
  :date, :type, :format, :identifier, :source, :language, :relation, :coverage, :rights 
]