Overview

A label application contains information about the mapping between a label and an entity labeled by the label.

Members

Show inherited members

Projections
Name Type Description

appliedBy

actor

The actor who applied the label on the entity.

appliedOn

dateTime

The date on which the label was applied on the entity.

collabId

beeId

CollabId of the snapshot

description

string

Description of the label application.

label

label

The label associated to the given application.

labelApplicationType

labelApplicationType

The type of the given label application.

labeledEntity

entity

The entity on which the label is applied.

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:labelApplication xsi:type="obh:labelApplication" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <appliedBy>your_actor_0</appliedBy>
        <appliedOn>your_dateTime_0</appliedOn>
        <collabId>your_beeId_0</collabId>
        <description>your_string_0</description>
        <label>your_label_0</label>
        <labelApplicationType>your_labelApplicationType_0</labelApplicationType>
        <labeledEntity>your_entity_0</labeledEntity>
</obh:labelApplication>

Referenced By Representaions

Not Referenced Directly by Representations