Skip to main content

Notice: This Wiki is now read only and edits are no longer 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/Groups"

(Groups resource)
Line 10: Line 10:
  
 
{{CTable}}
 
{{CTable}}
| Attribute Name || Type || Multiplicity || Create || Update ||Response
+
| Attribute Name || Type || Multiplicity || Create || Update || Response
 
|-
 
|-
| groupCollection || [[OM2M/Group|Group]] || 0..unbounded || || ||  
+
| groupCollection || NamedReferenceCollection || 0..unbounded || N/A || NP || M
 
|-
 
|-
| || || || || ||  
+
| groupAnncCollection || NamedReferenceCollection || 0..unbounded || N/A || NP || M
 
|-
 
|-
| || || || || ||  
+
| subscriptionReference || [[OM2M/Group|group]] || 0..unbounded || N/A || NP || M
 
|-
 
|-
 
| || ||  || || ||  
 
| || ||  || || ||  

Revision as of 13:18, 16 April 2014

Groups resource

The Groups resource is a collection of group resources and/or groupAnnc resources. The following combinations are possible:


Attribute Name Type Multiplicity Create Update Response
groupCollection NamedReferenceCollection 0..unbounded N/A NP M
groupAnncCollection NamedReferenceCollection 0..unbounded N/A NP M
subscriptionReference group 0..unbounded N/A NP M
accessRightID URI 0..1 NP NP M

Groups representation

 

Retrieve Groups

Back to the top