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

Contents

Overview

Task creator.

Members

Name Type Description

taskList

beeId<taskList>

TaskList where the primary task will be created. If no TaskList is specified, then the task will be created in the default tasklist of the current user.

taskUpdater

taskUpdater

This Updater specifies values for fields that are not handled by this Creator.

Hierarchy

Inherits From

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:taskCreator xsi:type="obh:taskCreator" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:taskList>your_beeId_0</obh:taskList>
        <obh:taskUpdater>your_taskUpdater_0</obh:taskUpdater>
</obh:taskCreator>

JSON Example

(show inherited members)

{
    "beeType":"taskCreator",
        "taskList":{ your_{http://www.oracle.com/beehive}taskList_as_beeId0 },
        "taskUpdater":{ your_{http://www.oracle.com/beehive}taskUpdater_as_taskUpdater0 }
}

XML Schema


<xs:complexType name="taskCreator">
    <xs:complexContent>
        <xs:extension base="tns:entityCreator">
            <xs:sequence>
                <xs:element minOccurs="0" name="taskList" type="tns:beeId"/>
                <xs:element minOccurs="0" ref="tns:taskUpdater"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to taskCreator

Referenced By Resources

Usage Resource Method
Request Task Create

Referenced By Representaions

Not Referenced Directly by Representations