element getDeletedResources
diagram de-resource-service_diagrams/de-resource-service_p13.png
namespace http://resource.api.de.bpm.tibco.com
properties
content complex
children page-control
annotation
documentation
Requests a list of the deleted resources. The results will be ordered by name, and may be, optionally, paged.
source <xs:element name="getDeletedResources">
 
<xs:annotation>
   
<xs:documentation>Requests a list of the deleted resources. The results will be ordered by name, and may be, optionally, paged.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="page-control" type="de:XmlPageControl" minOccurs="0" maxOccurs="1">
       
<xs:annotation>
         
<xs:documentation>Allows results to be paged. This is optional. If not specified, the entire list of deleted resources are returned.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element getDeletedResources/page-control
diagram de-resource-service_diagrams/de-resource-service_p14.png
type XmlPageControl
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
page  xs:int  required      
documentation
Indicates the page requested. The first page is numbered 1. If the requested page, for a given page-size, exceeds the available entries, the resulting list will be empty.
page-size  xs:int  required      
documentation
Indicates the maximum number of entries per page.
annotation
documentation
Allows results to be paged. This is optional. If not specified, the entire list of deleted resources are returned.
source <xs:element name="page-control" type="de:XmlPageControl" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Allows results to be paged. This is optional. If not specified, the entire list of deleted resources are returned.</xs:documentation>
 
</xs:annotation>
</xs:element>


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