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

Contents

Overview

This enumeration specifies how to handle failures when a member addition or removal failed during Group creation or Updation. The ABORT_ON_ERROR option will cause an Exception to be thrown, and the operation will fail. The IGNORE_ERRORS option will cause the create or update operation to succeed even in case of failures during member addition or failures. In the later case, the caller will need to reload the group in order to see the members who are not added or removed from the group.

Enumeration Members

Name Description

IGNORE_ERRORS

ABORT_ON_ERROR

XML Schema


<xs:simpleType name="memberUpdateMode">
    <xs:restriction base="xs:string">
        <xs:enumeration value="IGNORE_ERRORS"/>
        <xs:enumeration value="ABORT_ON_ERROR"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to memberUpdateMode

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions