API:EPrints/DataObj/Request
Latest Source Code (3.4, 3.3) | Revision Log | Before editing this page please read Pod2Wiki
Contents
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.