complexType AdhocViewEvaluationOptionsType
diagram bds_rest_all_diagrams/bds_rest_all_p1.png
namespace http://rest.api.bds.tibco.com
type extension of ViewEvaluationOptionsType
properties
base ViewEvaluationOptionsType
children namedParameterAssignment sortAttribute paginationOptions viewDetails
annotation
documentation
REST: Used to define request BODY for getCaseReferencesForDataView (by adhoc view) methods
source <xs:complexType name="AdhocViewEvaluationOptionsType">
 
<xs:annotation>
   
<xs:documentation>REST: Used to define request BODY for getCaseReferencesForDataView (by adhoc view) methods</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ViewEvaluationOptionsType">
     
<xs:sequence>
       
<xs:element name="viewDetails" type="bds:ViewDetails"/>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element AdhocViewEvaluationOptionsType/viewDetails
diagram bds_rest_all_diagrams/bds_rest_all_p2.png
type ViewDetails
properties
content complex
children caseClassDetails condition
source <xs:element name="viewDetails" type="bds:ViewDetails"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy