Overview

Represents a ClientApplicationModule to be deployed on the device ( device) Each ClientApplicationModule is uniquely identified by
  • Name
  • DestinationFolder
Therefore each patchset ( clientApplicationPatchset) cannot have more than one ClientApplicationModule with the same name and destination folder. Module is an Entity entity and it resides within a patchset ( clientApplicationPatchset)

Projection.BASIC: loads all attributes to be loaded by Projection.SECURITY and the following attributes: description, name, destination_folder, media_type, size

Projection.FULL includes all the attributes. The embedded attributes, e.g. Creator, 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.

destinationFolder

string

Get the destination folder of the ClientApplicationModule on the device.

mediaType

string

Get the media type of the ClientApplicationModule .

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.

repairAttemptCount

int

The number of times the ClientApplication module was attempted to repair after getting infected with a virus.

scanResults

virusScanResult[]

The scan results of the ClientApplicationModule.

size

long

Get the size of the ClientApplicationModule . This will be the size of the content.

snapshotId

string

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

streamId

base64Binary

Get the stream id of the content in the scope of the module

virusDefinitionId

int

The identifier of the virus definition used while scanning the ClientApplicationModule.

virusScanDate

dateTime

VirusScannable Getters

virusScanStatus

virusScanStatus

The status of the virus scan on the ClientApplicationModule.

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:clientApplicationModule xsi:type="obh:clientApplicationModule" 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>
        <destinationFolder>your_string_0</destinationFolder>
        <mediaType>your_string_0</mediaType>
        <modifiedBy>your_actor_0</modifiedBy>
        <modifiedOn>your_dateTime_0</modifiedOn>
        <name>your_string_0</name>
        <parent>your_entity_0</parent>
        <repairAttemptCount>your_int_0</repairAttemptCount>
        <scanResults>your_virusScanResult_0</scanResults>
        <scanResults>your_virusScanResult_1</scanResults>
        <scanResults>your_virusScanResult_2</scanResults>
        <size>your_long_0</size>
        <snapshotId>your_string_0</snapshotId>
        <streamId>your_base64Binary_0</streamId>
        <virusDefinitionId>your_int_0</virusDefinitionId>
        <virusScanDate>your_dateTime_0</virusScanDate>
        <virusScanStatus>your_virusScanStatus_0</virusScanStatus>
</obh:clientApplicationModule>

Referenced By Representaions