Overview

Represents a native application that contains different ClientApplicationVersions. The application will be installed and run on user divices.

To install an application in a user device each ClientApplication should at least have one clientApplicationVersion. Each ClientApplication is uniquely identified by five parameters which are:

  • name
  • vendor
  • os
  • processor
  • deviceClass

Projection.BASIC loads all the attributes loaded by Projection.EMPTY and the following attributes : name, display name, description, vendor, os, processor, device class, type, isPlatform(deprecated).

Projection.FULL includes all the attributes. The embedded attributes, e.g. Creator, Versions, are loaded with Projection.EMPTY.

Members

Show inherited members

Projections
Name Type Required Description

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

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.

description

string

Get the description.

deviceClass

string

Get the device class on which this ClientApplication can run.

displayName

string

Get the display name.

modifiedBy

actor

The actor that last modified the entity

modifiedOn

dateTime

The date when entity was last modified

name

string

Name of the entity.

os

string

Get the OS on which this ClientApplication can run.

parent

entity

The parent for this entity.

processor

string

Get the processor on which this ClientApplication can run.

requiredPrivileges

privilege[]

Get required privileges.

snapshotId

string

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

type

clientApplicationType

Get the type of this ClientApplication.

vendor

string

Get the vendor who this ClientApplication belongs to.

versions

clientApplicationVersion[]

Gets an ordered list of clientApplicationVersion. This list will be ordered based on the versionNum in clientApplicationVersion.

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:clientApplication xsi:type="obh:clientApplication" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <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>
        <collabId>your_beeId_0</collabId>
        <createdOn>your_dateTime_0</createdOn>
        <creator>your_actor_0</creator>
        <deleted>your_boolean_0</deleted>
        <description>your_string_0</description>
        <deviceClass>your_string_0</deviceClass>
        <displayName>your_string_0</displayName>
        <modifiedBy>your_actor_0</modifiedBy>
        <modifiedOn>your_dateTime_0</modifiedOn>
        <name>your_string_0</name>
        <os>your_string_0</os>
        <parent>your_entity_0</parent>
        <processor>your_string_0</processor>
        <requiredPrivileges>your_privilege_0</requiredPrivileges>
        <requiredPrivileges>your_privilege_1</requiredPrivileges>
        <requiredPrivileges>your_privilege_2</requiredPrivileges>
        <snapshotId>your_string_0</snapshotId>
        <type>your_clientApplicationType_0</type>
        <vendor>your_string_0</vendor>
        <versions>your_clientApplicationVersion_0</versions>
        <versions>your_clientApplicationVersion_1</versions>
        <versions>your_clientApplicationVersion_2</versions>
</obh:clientApplication>

Referenced By Representaions