Things evolve to become ever more complex - not more simple.
Edward De Bono

Home
What is ReST?
Road map
Specification
UML
Perl
Python
PHP
Downloads
Mailing List
Project Page
Contact

SourceForge Logo

Blog
RecentChanges
Preferences
Kwiki Formatting

Class: PResource

Description: Template for resource classes

Abstract class: yes

Inherits: none

Contains:

Properties:

Public Methods:

  • getPhysicalLocation() returns PAddress physicallocation
  • getLogicalLocation() returns PUri logicallocation
  • setPhysicalLocation(PAddress physicallocation)
  • setLogicalLocation(PUri logicallocation)
  • setData(PString data)
  • getData() returns PString data
  • readData()
  • writeData()
  • deleteData()

Private Methods:

  • _convertDataToRecordSet(PString data)
  • _convertRecordSetToData() returns PString data
  • _readRecord() return PRecord record
  • _writeRecord(PRecord record)
  • _deleteRecord()