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

Contents

Overview

Specify to which attribute of the source entity a relative trigger is associated to.

Enumeration Members

Name Description

START

Relative to the start of the Meeting or Task.

DUE

Relative to the due time of a task.

XML Schema


<xs:simpleType name="triggerRelativeTo">
    <xs:restriction base="xs:string">
        <xs:enumeration value="START"/>
        <xs:enumeration value="DUE"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to triggerRelativeTo

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions