Overview

Resource WikiPageCreator is used to specify the values of various fields when creating WikiPages.

Members

Show inherited members

Name Type Required Description

ignorePendingConflicts

boolean

This member indicates whether an exception is thrown in the initial step of creating a WikiPage when two users simultaneously attempt to create a new WikiPage using the same name.

name

string

The name of the WikiPage

parent

beeId<heterogeneousFolder>

The parent HeterogeneousFolder that contains the WikiPage

updater

wikiPageUpdater

The updater used to update WikiPage fields not specified in the creator.

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:wikiPageCreator xsi:type="obh:wikiPageCreator" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ignorePendingConflicts>your_boolean_0</ignorePendingConflicts>
        <name>your_string_0</name>
        <parent>your_beeId_0</parent>
        <updater>your_wikiPageUpdater_0</updater>
</obh:wikiPageCreator>

Referenced By Representaions

Not Referenced Directly by Representations