API:EPrints/DataObj/Access

From EPrints Documentation
Revision as of 10:29, 27 December 2021 by Pod2wiki (talk | contribs)
Jump to: navigation, search

EPrints 3 Reference: Directory Structure - Metadata Fields - Repository Configuration - XML Config Files - XML Export Format - EPrints data structure - Core API - Data Objects


API: Core API

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


NAME

EPrints::DataObj::Access - Accesses to the Web server

User Comments


DESCRIPTION

Inherits from EPrints::DataObj.

User Comments


INSTANCE VARIABLES

User Comments


$obj->{ "data" }

User Comments


$obj->{ "dataset" }

User Comments


$obj->{ "session" }

User Comments


CORE METADATA FIELDS

User Comments


accessid

Unique id for the access.

User Comments


datestamp

Time of access.

User Comments


requester_id

Id of the requesting user-agent (typically IP address).

User Comments


requester_user_agent

The HTTP user agent string (useful for robots spotting).

User Comments


requester_country

Country the request originated from.

User Comments


requester_institution

Institution the request originated from.

User Comments


referring_entity_id

Id of the object from which the user agent came from (i.e. HTTP referrer).

User Comments


service_type_id

Id of the type of service requested.

User Comments


referent_id

Id of the object requested.

User Comments


referent_docid

Id of the document requested (if relevent).

User Comments


METHODS

User Comments


get_system_field_info

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

Core fields contained in a Web access.

User Comments


Class Methods

User Comments


get_dataset_id

$dataset = EPrints::DataObj::Access->get_dataset_id

Returns the ID of the EPrints::DataSet object to which this record belongs.

User Comments


Object Methods

User Comments


get_referent_id

$dataobj->get_referent_id()

Returns the fully qualified referent ID.

User Comments


get_requester_id

$dataobj->get_requester_id

Return the fully qualified requester ID.

User Comments


SEE ALSO

EPrints::DataObj and EPrints::DataSet.

User Comments


COPYRIGHT

© Copyright 2023 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/.

User Comments