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

Contents

Overview

Base class for all Beehive snapshots that implement Identifiable marker

Members

Name Type Description

collabId

beeId

CollabId of the snapshot

Hierarchy

identifiableSnapshot is an abstract type. It cannot directly be used. Rather, one of its subtypes must be used

Inherits From

Inherited By

Applied Markers

XML Schema


<xs:complexType abstract="true" name="identifiableSnapshot">
    <xs:complexContent>
        <xs:extension base="tns:snapshot">
            <xs:sequence>
                <xs:element minOccurs="0" name="collabId" type="tns:beeId"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to identifiableSnapshot

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions

Not Referenced Directly by Representations