@Version("1.0")
Package org.osgi.service.onem2m.dto
Service Layer Data Transfer Objects for oneM2M Specification Package Version
1.0.
Bundles wishing to use this package must list the package in the Import-Package header of the bundle's manifest. This package has two types of users: the consumers that use the API in this package and the providers that implement the API in this package.
Example import for consumers using the API in this package:
Import-Package: org.osgi.service.onem2m.dto; version="[1.0,2.0)"
Example import for providers implementing the API in this package:
Import-Package: org.osgi.service.onem2m.dto; version="[1.0,1.1)"
- Author:
- $Id: abcc68cc3cf51637106bf473f5726db617ca742f $
-
Class Summary Class Description AttributeDTO DTO expresses Attribute.ChildResourceRefDTO DTO expresses ChildResourceRef.Constants This class defines constants for resource types.DasInfoDTO DTO expresses DasInfo.FilterCriteriaDTO DTO expresses FilterCriteria.GenericDTO GenericDTO expresses miscellaneous data structures of oneM2M.IPEDiscoveryRequestDTO IPEDiscoveryRequestDTO is an element of NotificationEventDTOLocalTokenIdAssignmentDTO DTO expresses LocalTokenIdAssignment.NotificationDTO DTO expresses Notification.NotificationEventDTO DTO expresses NotificationEventDTOPrimitiveContentDTO DTO expresses Primitive Content.RequestPrimitiveDTO DTO expresses Request Primitive.ResourceDTO DTO expresses Resource.ResourceWrapperDTO DTO expresses ResourceWrapper.ResponsePrimitiveDTO DTO expresses Response Primitive.ResponseTypeInfoDTO DTO expresses ResponseTypeInfoSecurityInfoDTO DTO expresses Security Info. -
Enum Summary Enum Description FilterCriteriaDTO.FilterOperation Enum FilterOperationFilterCriteriaDTO.FilterUsage Enum FilterUsageNotificationEventDTO.NotificationEventType NotificationEventTypeReleaseVersion enum expresses oneM2M specification version.RequestPrimitiveDTO.DesiredIdentifierResultType Enum for DesiredIdentifierResultTypeRequestPrimitiveDTO.Operation enum type for OperationRequestPrimitiveDTO.ResultContent enum type for Result ContentResponsePrimitiveDTO.ContentStatus Enum ContentStatusResponseTypeInfoDTO.ResponseType enum ResponseTypeSecurityInfoDTO.SecurityInfoType Enum SecurityInfoType