Overview

Represents the logical grouping of devices. This logical grouping can either be based on combination of Manufacturer, Model, Software Version and DevInfo DTD Version or the combination of OS, Processor and DeviceClass. Note that either one of this combination should be present to make a DeviceType valid.

Projection.BASIC load all the attributes to be loaded by Projection.SECURITY and the following attributes : Name, DeviceClass, DevInfDTDVersion, Handle, Manufacturer, Model, OS, Processor, SoftwareVersion, isCertified, and DeviceProfile, which is loaded using Projection.EMPTY.

Projection.FULL load all the attributes. The embedded snapshots will be loaded with Projection.EMPTY.

Members

Show inherited members

Projections
Name Type Required Description

OS

string

Returns the device operating system.

attachedMarkers

marker[]

Set of marker elements associated with the entity.

attachedReminders

reminder[]

List of reminders attached to the entity

attachedSubscriptions

subscription[]

List of subscriptions attached to the entity

certified

boolean

Returns whether the device type is certified.

collabId

beeId

CollabId of the snapshot

createdOn

dateTime

Entity's creation date

creator

actor

The actor that created this entity

deleted

boolean

Deletion flag. If this property is set to true the entity is deleted.

devInfDTDVersion

string

Returns the OMA device information DTD version.

deviceClass

string

Returns the device class. Examples of device class are Smartphone, PPC, etc.

deviceInfoDescriptors

string[]

Sets the device info descs that belongs to this device type

deviceProfile

deviceProfile

Returns the assigned deviceProfile.

manufacturer

string

Returns the device manufacturer.

model

string

Returns the device model.

modifiedBy

actor

The actor that last modified the entity

modifiedOn

dateTime

The date when entity was last modified

name

string

Name of the entity.

parent

entity

The parent for this entity.

processor

string

Returns the device processor.

snapshotId

string

Contains the snapshot identifier for this snapshot. Snapshot identifiers are used to implement optimistic locking on the server.

softwareVersion

string

Returns the software version

Hierarchy

Inherits From

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:deviceType xsi:type="obh:deviceType" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <OS>your_string_0</OS>
        <attachedMarkers>your_marker_0</attachedMarkers>
        <attachedMarkers>your_marker_1</attachedMarkers>
        <attachedMarkers>your_marker_2</attachedMarkers>
        <attachedReminders>your_reminder_0</attachedReminders>
        <attachedReminders>your_reminder_1</attachedReminders>
        <attachedReminders>your_reminder_2</attachedReminders>
        <attachedSubscriptions>your_subscription_0</attachedSubscriptions>
        <attachedSubscriptions>your_subscription_1</attachedSubscriptions>
        <attachedSubscriptions>your_subscription_2</attachedSubscriptions>
        <certified>your_boolean_0</certified>
        <collabId>your_beeId_0</collabId>
        <createdOn>your_dateTime_0</createdOn>
        <creator>your_actor_0</creator>
        <deleted>your_boolean_0</deleted>
        <devInfDTDVersion>your_string_0</devInfDTDVersion>
        <deviceClass>your_string_0</deviceClass>
        <deviceInfoDescriptors>your_string_0</deviceInfoDescriptors>
        <deviceInfoDescriptors>your_string_1</deviceInfoDescriptors>
        <deviceInfoDescriptors>your_string_2</deviceInfoDescriptors>
        <deviceProfile>your_deviceProfile_0</deviceProfile>
        <manufacturer>your_string_0</manufacturer>
        <model>your_string_0</model>
        <modifiedBy>your_actor_0</modifiedBy>
        <modifiedOn>your_dateTime_0</modifiedOn>
        <name>your_string_0</name>
        <parent>your_entity_0</parent>
        <processor>your_string_0</processor>
        <snapshotId>your_string_0</snapshotId>
        <softwareVersion>your_string_0</softwareVersion>
</obh:deviceType>

Referenced By Representaions