Difference between revisions of "API:EPrints/DataObj/Access"
Line 65: | Line 65: | ||
<!-- Pod2Wiki= --> | <!-- Pod2Wiki= --> | ||
</div> | </div> | ||
− | <!-- Pod2Wiki= | + | <!-- Pod2Wiki=head_core_metadata_fields --> |
− | ==CORE FIELDS== | + | ==CORE METADATA FIELDS== |
<div style='background-color: #e8e8f; margin: 0.5em 0em 1em 0em; border: solid 1px #cce; padding: 0em 1em 0em 1em; font-size: 80%; '> | <div style='background-color: #e8e8f; margin: 0.5em 0em 1em 0em; border: solid 1px #cce; padding: 0em 1em 0em 1em; font-size: 80%; '> | ||
<span style='display:none'>User Comments</span> | <span style='display:none'>User Comments</span> |
Revision as of 10:29, 27 December 2021
EPrints 3 Reference: Directory Structure - Metadata Fields - Repository Configuration - XML Config Files - XML Export Format - EPrints data structure - Core API - Data Objects
Latest Source Code (3.4, 3.3) | Revision Log | Before editing this page please read Pod2Wiki
Contents
NAME
EPrints::DataObj::Access - Accesses to the Web server
DESCRIPTION
Inherits from EPrints::DataObj.
INSTANCE VARIABLES
$obj->{ "data" }
$obj->{ "dataset" }
$obj->{ "session" }
CORE METADATA FIELDS
accessid
Unique id for the access.
datestamp
Time of access.
requester_id
Id of the requesting user-agent (typically IP address).
requester_user_agent
The HTTP user agent string (useful for robots spotting).
requester_country
Country the request originated from.
requester_institution
Institution the request originated from.
referring_entity_id
Id of the object from which the user agent came from (i.e. HTTP referrer).
service_type_id
Id of the type of service requested.
referent_id
Id of the object requested.
referent_docid
Id of the document requested (if relevent).
METHODS
get_system_field_info
$thing = EPrints::DataObj::Access->get_system_field_info
Core fields contained in a Web access.
Class Methods
get_dataset_id
$dataset = EPrints::DataObj::Access->get_dataset_id
Returns the ID of the EPrints::DataSet object to which this record belongs.
Object Methods
get_referent_id
$dataobj->get_referent_id()
Returns the fully qualified referent ID.
get_requester_id
$dataobj->get_requester_id
Return the fully qualified requester ID.
SEE ALSO
EPrints::DataObj and EPrints::DataSet.
COPYRIGHT
© Copyright 2000-2024 University of Southampton.
EPrints 3.4 is supplied by EPrints Services.
http://www.eprints.org/eprints-3.4/
LICENSE
This file is part of EPrints 3.4 http://www.eprints.org/.
EPrints 3.4 and this file are released under the terms of the GNU Lesser General Public License version 3 as published by the Free Software Foundation unless otherwise stated.
EPrints 3.4 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with EPrints 3.4. If not, see http://www.gnu.org/licenses/.