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

Contents

Overview

PropertyType interface represents the types that are used in the database which are supported in the EventType. There are two subclasses for this interface. PrimitiveType supports most of the oracle primitive types and StructureType represents the any complex oracle database type

Enumeration Members

Name Description

INTEGER

STRING

DATE

CHARACTER

BOOLEAN

FLOAT

DOUBLE

LONG

BYTE

TIME

BYTEARRAY

DATETIME

COLLABID

PERSON

XML Schema


<xs:simpleType name="propertyType">
    <xs:restriction base="xs:string">
        <xs:enumeration value="INTEGER"/>
        <xs:enumeration value="STRING"/>
        <xs:enumeration value="DATE"/>
        <xs:enumeration value="CHARACTER"/>
        <xs:enumeration value="BOOLEAN"/>
        <xs:enumeration value="FLOAT"/>
        <xs:enumeration value="DOUBLE"/>
        <xs:enumeration value="LONG"/>
        <xs:enumeration value="BYTE"/>
        <xs:enumeration value="TIME"/>
        <xs:enumeration value="BYTEARRAY"/>
        <xs:enumeration value="DATETIME"/>
        <xs:enumeration value="COLLABID"/>
        <xs:enumeration value="PERSON"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to propertyType

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions