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

Contents

Overview

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

Members

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

Applied Markers

Examples

Below are examples in JSON and 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">
        <obh:appliedBy>your_actor_0</obh:appliedBy>
        <obh:appliedOn>your_dateTime_0</obh:appliedOn>
        <obh:collabId>your_beeId_0</obh:collabId>
        <obh:description>your_string_0</obh:description>
        <obh:label>your_label_0</obh:label>
        <obh:labelApplicationType>your_labelApplicationType_0</obh:labelApplicationType>
        <obh:labeledEntity>your_entity_0</obh:labeledEntity>
</obh:labelApplication>

JSON Example

(show inherited members)

{
    "beeType":"labelApplication",
        "appliedBy":{ your_{http://www.oracle.com/beehive}appliedBy_as_actor0 },
        "appliedOn":"your_{http://www.oracle.com/beehive}appliedOn_as_dateTime0",
        "collabId":{ your_{http://www.oracle.com/beehive}collabId_as_beeId0 },
        "description":"your_{http://www.oracle.com/beehive}description_as_string0",
        "label":{ your_{http://www.oracle.com/beehive}label_as_label0 },
        "labelApplicationType":{ your_{http://www.oracle.com/beehive}labelApplicationType_as_labelApplicationType0 },
        "labeledEntity":{ your_{http://www.oracle.com/beehive}labeledEntity_as_entity0 }
}

XML Schema


<xs:complexType name="labelApplication">
    <xs:complexContent>
        <xs:extension base="tns:identifiableSnapshot">
            <xs:sequence>
                <xs:element minOccurs="0" name="appliedBy" type="tns:actor"/>
                <xs:element minOccurs="0" name="appliedOn" type="xs:dateTime"/>
                <xs:element minOccurs="0" name="description" type="xs:string"/>
                <xs:element minOccurs="0" ref="tns:label"/>
                <xs:element minOccurs="0" name="labelApplicationType" type="tns:labelApplicationType"/>
                <xs:element minOccurs="0" name="labeledEntity" type="tns:entity"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to labelApplication

Referenced By Resources

Usage Resource Method
Response AddressBook Apply Label
Response AddressBook Apply Label Batch
Response Announcement Apply Label
Response Announcement Apply Label Batch
Response Assigned Role Apply Label
Response Assigned Role Apply Label Batch
Response BookableResource Apply Label
Response BookableResource Apply Label Batch
Response Category Apply Label
Response Category Apply Label Batch
Response CategoryTemplate Apply Label
Response CategoryTemplate Apply Label Batch
Response Conference Apply Label
Response Conference Apply Label Batch
Response DiscussThisForum Apply Label
Response DiscussThisForum Apply Label Batch
Response DiscussionsDraft Apply Label
Response DiscussionsDraft Apply Label Batch
Response DiscussionsMessage Apply Label
Response DiscussionsMessage Apply Label Batch
Response Document Apply Label
Response Document Apply Label Batch
Response DynamicGroup Apply Label
Response DynamicGroup Apply Label Batch
Response EmailMessage Apply Label
Response EmailMessage Apply Label Batch
Response Enterprise Apply Label
Response Enterprise Apply Label Batch
Response ExpertiseConnection Apply Label
Response ExpertiseConnection Apply Label Batch
Response ExpertiseUserScope Apply Label
Response ExpertiseUserScope Apply Label Batch
Response ExternalArtifact Apply Label
Response ExternalArtifact Apply Label Batch
Response Fax Message Apply Label
Response Fax Message Apply Label Batch
Response Forum Apply Label
Response Forum Apply Label Batch
Response Group Apply Label
Response Group Apply Label Batch
Response GroupContact Apply Label
Response GroupContact Apply Label Batch
Response Heterogeneous Folder Apply Label
Response Heterogeneous Folder Apply Label Batch
Response Label List Applications of Label
Response LabelBundle Apply Label
Response LabelBundle Apply Label Batch
Response Link Apply Label
Response Link Apply Label Batch
Response Lock Apply Label
Response Lock Apply Label Batch
Response Organization Apply Label
Response Organization Apply Label Batch
Response PersonContact Apply Label
Response PersonContact Apply Label Batch
Response PersonalWorkspace Apply Label
Response PersonalWorkspace Apply Label Batch
Response RelationshipConnection Apply Label
Response RelationshipConnection Apply Label Batch
Response Reminder Apply Label
Response Reminder Apply Label Batch
Response ReminderList Apply Label
Response ReminderList Apply Label Batch
Response RemoteDocument Apply Label
Response RemoteDocument Apply Label Batch
Response RemoteFolder Apply Label
Response RemoteFolder Apply Label Batch
Response RemoteRepository Apply Label
Response RemoteRepository Apply Label Batch
Response RemoteShare Apply Label
Response RemoteShare Apply Label Batch
Response ResourceContact Apply Label
Response ResourceContact Apply Label Batch
Response Role Definition Apply Label
Response Role Definition Apply Label Batch
Response Sensitivity Apply Label
Response Sensitivity Apply Label Batch
Response Subscription Apply Label
Response Subscription Apply Label Batch
Response SubscriptionList Apply Label
Response SubscriptionList Apply Label Batch
Response TeamWorkspace Apply Label
Response TeamWorkspace Apply Label Batch
Response Topic Apply Label
Response Topic Apply Label Batch
Response Trash Apply Label
Response Trash Apply Label Batch
Response TrashItem Apply Label
Response TrashItem Apply Label Batch
Response Version Apply Label
Response Version Apply Label Batch
Response Voice Message Apply Label
Response Voice Message Apply Label Batch
Response Wiki Page Apply Label
Response Wiki Page Apply Label Batch

Referenced By Representaions

Not Referenced Directly by Representations