Overview

This creator class is used to provide initial values for various properties when creating a new Bookmark.

Members

Show inherited members

Name Type Description

location

string

Get the bookmark URI.

name

string

Get the bookmark name.

parent

beeId<heterogeneousFolder>

Get the parent folder of the bookmark.

updater

anyType

Get the updater which is used to provide initial values for the properties of the new bookmark.

Hierarchy

Inherits From

Examples

Below are examples in 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:bookmarkCreator xsi:type="obh:bookmarkCreator" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <location>your_string_0</location>
        <name>your_string_0</name>
        <parent>your_beeId_0</parent>
        <updater>your_anyType_0</updater>
</obh:bookmarkCreator>

Referenced By Representaions

Not Referenced Directly by Representations