![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
| Name | Type | Required | Description |
|---|---|---|---|
ignorePendingConflicts |
![]() |
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 |
![]() |
The name of the WikiPage | |
parent |
![]() |
The parent HeterogeneousFolder that contains the WikiPage | |
updater |
![]() |
The updater used to update WikiPage fields not specified in the creator. |
Inherits From
<xs:complexType name="wikiPageCreator">
<xs:complexContent>
<xs:extension base="tns:entityCreator">
<xs:sequence>
<xs:element minOccurs="0" name="ignorePendingConflicts" type="xs:boolean"/>
<xs:element name="name" type="xs:string"/>
<xs:element name="parent" type="tns:beeId"/>
<xs:element minOccurs="0" name="updater" type="tns:wikiPageUpdater"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
Legal Notices