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

Contents

Overview

Resource TopicQuestionStatus is a derived status, based on the status of Answers within a Topic that has been designated as a Question. If a Question has no Answers or no helpful Answers, it is Unresolved. If a Question has at least one helpful Answer, it is Possibly Resolved. If a Question has an Answer whose AnswerStatus is Correct, it is Resolved. See DiscussionsMessageAnswerStatus for more information.

Enumeration Members

Name Description

UNRESOLVED

POSSIBLY_RESOLVED

RESOLVED

XML Schema


<xs:simpleType name="topicQuestionStatus">
    <xs:restriction base="xs:string">
        <xs:enumeration value="UNRESOLVED"/>
        <xs:enumeration value="POSSIBLY_RESOLVED"/>
        <xs:enumeration value="RESOLVED"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to topicQuestionStatus

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions