![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
| Name | Type | Description |
|---|---|---|
appliedBy |
The actor who applied the label on the entity. | |
appliedOn |
The date on which the label was applied on the entity. | |
description |
Description of the label application. | |
label |
The label associated to the given application. | |
labelApplicationType |
The type of the given label application. | |
labeledEntity |
The entity on which the label is applied. |
Inherits From
Applied Markers
<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>

Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
Legal Notices