element getDeletedResourcesResponse
diagram deservices_wsdl_diagrams/deservices_wsdl_p2447.png
namespace http://resource.api.de.bpm.tibco.com
properties
content complex
children page-control resource
annotation
documentation
The response object for XmlGetDeletedResources. Lists the details of the deleted resources.
source <xs:element name="getDeletedResourcesResponse">
 
<xs:annotation>
   
<xs:documentation>The response object for XmlGetDeletedResources. Lists the details of the deleted resources.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="page-control" type="de:XmlPageControlResponse" minOccurs="0" maxOccurs="1">
       
<xs:annotation>
         
<xs:documentation>If a page control was given in the request, this will convey the same information and also indicate the number of pages</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="resource" type="de:XmlDeletedResource" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Lists the summary details of the deleted resources/users.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element getDeletedResourcesResponse/page-control
diagram deservices_wsdl_diagrams/deservices_wsdl_p2448.png
type XmlPageControlResponse
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.
total-entries  xs:int  required      
documentation
Indicates the total number of entries available. Allowing the number of pages to be determined.
annotation
documentation
If a page control was given in the request, this will convey the same information and also indicate the number of pages
source <xs:element name="page-control" type="de:XmlPageControlResponse" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>If a page control was given in the request, this will convey the same information and also indicate the number of pages</xs:documentation>
 
</xs:annotation>
</xs:element>

element getDeletedResourcesResponse/resource
diagram deservices_wsdl_diagrams/deservices_wsdl_p2449.png
type XmlDeletedResource
properties
minOcc 0
maxOcc unbounded
content complex
children secondary-ref
attributes
Name  Type  Use  Default  Fixed  Annotation
ldap-alias  xs:string  required      
documentation
The name (or alias) by which a configured LDAP connection shared resource is identified.

LDAP connection shared resources are named with the prefix "ldap/de/" in order to indicate that they are intended for Directory Engine use. The alias given here is that name without the "ldap/de/" prefix.
ldap-dn  xs:string  required      
documentation
The full Distinguished Name (DN) of the LDAP entry identified by this element.
guid  xs:string  optional      
documentation
The GUID originally assigned to the resource..
name  xs:string  required      
documentation
The name assigned to the resource.
label  xs:string  optional      
documentation
The alternative name assigned to the resource.
container-id  xs:long  optional      
documentation
Identifies the LDAP container from which the resource originated.
date-deleted  xs:dateTime  optional      
documentation
The date and time on which the resource was deleted.
annotation
documentation
Lists the summary details of the deleted resources/users.
source <xs:element name="resource" type="de:XmlDeletedResource" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Lists the summary details of the deleted resources/users.</xs:documentation>
 
</xs:annotation>
</xs:element>

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