Package DE_EPAGES::WebService::API::Resource::BaseObjectResource
Base class for REST resources.
Functions
actionByName
Gets the Action object with a given name object from the REST service.
Syntax |
$Action = $Resource->actionByName($ActionName); |
Input |
|
Return |
|
class
Returns the class name of objects that are represented by this resource. The value is passed to $Site->loadObject($ObjectID, $Class);
Syntax |
$ClassName = $Resource->class; |
Return |
|
service
Returns the RestService object that contains the RestServiceMethod objects which implement the actual actions.
Syntax |
$RestService = $Resource->service; |
Return |
|