API:EPrints/DataObj/Request

From EPrints Documentation
Revision as of 18:29, 11 August 2009 by Tdb01r (talk | contribs) (New page: <!-- Pod2Wiki=_preamble_ This page has been automatically generated from the EPrints source. Any wiki changes made between the 'Pod2Wiki=*' and 'End of Pod2Wiki' comments will be lost. -...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Latest Source Code (3.4, 3.3) | Revision Log | Before editing this page please read Pod2Wiki

NAME

EPrints::DataObj::Request - Log document requests and responses (for request document button)

METHODS

get_system_field_info

 $thing = EPrints::DataObj::DocRequest->get_system_field_info

Core fields contained in a document request.

Constructor Methods

new

 $thing = EPrints::DataObj::Access->new( $session, $accessid )

The data object identified by $accessid.

new_from_data

 $thing = EPrints::DataObj::Access->new_from_data( $session, $known )

A new EPrints::DataObj::Access object containing data $known (a hash reference).

Class Methods

remove_all

 EPrints::DataObj::Access::remove_all( $session )

Remove all records from the license dataset.

get_defaults

 $defaults = EPrints::DataObj::Access->get_defaults( $session, $data )

Return default values for this object based on the starting data.

Object Methods

remove

 $foo = $thing->remove()

Remove this record from the data set (see EPrints::Database).

SEE ALSO

EPrints::DataObj and EPrints::DataSet.