Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "OM2M/Applications"

(Created page with "__TOC__ == Applications resource == The ''Applications'' resource shall contain a collection of ''application'' resources. The ''sclBase/applications'' resource shall conta...")
 
Line 2: Line 2:
 
== Applications resource ==
 
== Applications resource ==
  
The ''Applications'' resource shall contain a collection of ''application'' resources.  
+
The ''Applications'' resource shall represent a collection of ''application'' resources.  
  
 
The ''sclBase/applications'' resource shall contain only ''application'' resources, representing locally registered applications.  
 
The ''sclBase/applications'' resource shall contain only ''application'' resources, representing locally registered applications.  
Line 18: Line 18:
 
|lastModifiedTime ||  || 1 || RO || Last modification time of a resource.
 
|lastModifiedTime ||  || 1 || RO || Last modification time of a resource.
 
|}
 
|}
 +
  
 
== Applications representation ==
 
== Applications representation ==

Revision as of 13:28, 15 April 2014

Applications resource

The Applications resource shall represent a collection of application resources.

The sclBase/applications resource shall contain only application resources, representing locally registered applications.

The sclBase/scls/sclId/applications resource shall contain only applicationAnnc resources, representing remote applications residing on the indicated sclId that are announced to the local sclBase.


Name Type Occurs Read/Write Description
accessRightID URI 0..1 RW Reference to an AccessRight resource defining who is allowed to access the resource containing this attribute for a specific purpose (retrieve, update, delete etc.)
creationTime 1 RO Time of creation of the resource
lastModifiedTime 1 RO Last modification time of a resource.


Applications representation

Back to the top