Overview

Represents the capabilities and configurations of one/many device types. The capabilities define the characteristics of the device. Configuration defines the configurable options and the default settings for the devices. Each device type can have only one device profile associated with it. Each device profile can be assigned to one or many device types.

The Projection.BASIC loads the attributes loaded by Projection.EMPTY and Capabilities, Configuration attributes.

The Projection.FULL loads all the attributes. The embedded attributes, e.g. Creator, will be loaded with Projection.EMPTY.

Members

Show inherited members

Projections
Name Type Required Description

activePreferenceProfile

preferenceProfile

The active PreferenceProfile of the DeviceProfile.

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

availablePreferenceProfiles

preferenceProfile[]

The available PreferenceProfiles of the Device Profile.

capabilities

collabProperties

Returns the characteristics and limitations of the devices.

collabId

beeId

CollabId of the snapshot

configuration

preferenceProfile

Returns the configurable options and default settings for the devices.

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.

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.

snapshotId

string

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

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:deviceProfile xsi:type="obh:deviceProfile" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <activePreferenceProfile>your_preferenceProfile_0</activePreferenceProfile>
        <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>
        <availablePreferenceProfiles>your_preferenceProfile_0</availablePreferenceProfiles>
        <availablePreferenceProfiles>your_preferenceProfile_1</availablePreferenceProfiles>
        <availablePreferenceProfiles>your_preferenceProfile_2</availablePreferenceProfiles>
        <capabilities>your_collabProperties_0</capabilities>
        <collabId>your_beeId_0</collabId>
        <configuration>your_preferenceProfile_0</configuration>
        <createdOn>your_dateTime_0</createdOn>
        <creator>your_actor_0</creator>
        <deleted>your_boolean_0</deleted>
        <modifiedBy>your_actor_0</modifiedBy>
        <modifiedOn>your_dateTime_0</modifiedOn>
        <name>your_string_0</name>
        <parent>your_entity_0</parent>
        <snapshotId>your_string_0</snapshotId>
</obh:deviceProfile>

Referenced By Representaions