Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

Overview

An enum indicating the type of the client application.

Enumeration Members

Name Description

REGULAR

A regular client application. They need to be provisioned before they are available for download. There is typically a bootstrap or a dm client running on the device that downloads these types of application.

PLATFORM

A platform client application is a client application that is required by regular client applications during runtime. They don't need to be provisioned, so the latest binaries are always available to the client.

BOOTSTRAP

A bootstrap application, that is usually a downloader. An application that downloads regular applications. They don't need to be explicitly provisioned, a bootstrap application is available for download if the corresponding REGULAR application is provisioned. A BOOTSTRAP and REGULAR application are matched by os, processor, device class attributes.

THIRDPARTY

A third party application is one that is not developed by Beehive. They need to be provisioned before they are available for download.

XML Schema


<xs:simpleType name="clientApplicationType">
    <xs:restriction base="xs:string">
        <xs:enumeration value="REGULAR"/>
        <xs:enumeration value="PLATFORM"/>
        <xs:enumeration value="BOOTSTRAP"/>
        <xs:enumeration value="THIRDPARTY"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to clientApplicationType

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions