Difference between revisions of "API:EPrints/DataObj/Message"
Line 106: | Line 106: | ||
<!-- Pod2Wiki=head_instance_variables --> | <!-- Pod2Wiki=head_instance_variables --> | ||
==INSTANCE VARIABLES== | ==INSTANCE VARIABLES== | ||
− | See | + | See [[API:EPrints/DataObj|EPrints::DataObj#INSTANCE_VARIABLES]]. |
<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%; '> |
Revision as of 17:07, 9 January 2022
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::Message - user system message
DESCRIPTION
This is an internal class that should not be used outside EPrints::Database.
CORE METADATA FIELDS
messageid (counter)
Unique identifier for this message.
datestamp (timestamp)
The time when this message was created.
type (set)
The type of message.
message (longtext)
The contemts of this message.
REFERENCES AND RELATED OBJECTS
userid (itemref)
The user for the whom this message is intended.
INSTANCE VARIABLES
See EPrints::DataObj#INSTANCE_VARIABLES.
METHODS
Class Methods
get_system_field_info
$fields = EPrints::DataObj::Message->get_system_field_info
Returns an array describing the system metadata fields of the message dataset.
get_dataset_id
$dataset = EPrints::DataObj::Message->get_dataset_id
Returns the id of the EPrints::DataSet object to which this record belongs.
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/.