element findResourcesResponse
diagram deservices_wsdl_diagrams/deservices_wsdl_p136.png
namespace http://resource.api.de.bpm.tibco.com
properties
content complex
children resource
attributes
Name  Type  Use  Default  Fixed  Annotation
model-version  xs:int  required      
documentation
Identifies the major organization model version in which the search was performed.
annotation
documentation
Response element for the findResource operation. The request identifies any number of groups, positions, organization units, organizations, locations, capabilities or privileges, from which the associated resources are to be identified.

The response lists those resources, giving their GUID, name, and label properties. If the same resource is associated with more than one of the entities identified in the request, that resource only appears once in the response. The response does not indicate the entity from which the resource was located.

Any date range that applies to either the resource or its association with the entity is ignored, unless the request indicates that only current resources are to be included.

The GUIDs of the resources included in the response can be passed to the getResource operation in order to retrieve detailed information on any resource.

The model version in the response identifies the organization model major version in which the search for the entities was performed.
source <xs:element name="findResourcesResponse">
 
<xs:annotation>
   
<xs:documentation>Response element for the findResource operation. The request identifies any number of groups, positions, organization units, organizations, locations, capabilities or privileges, from which the associated resources are to be identified.

The response lists those resources, giving their GUID, name, and label properties. If the same resource is associated with more than one of the entities identified in the request, that resource only appears once in the response. The response does not indicate the entity from which the resource was located.

Any date range that applies to either the resource or its association with the entity is ignored, unless the request indicates that only current resources are to be included.

The GUIDs of the resources included in the response can be passed to the getResource operation in order to retrieve detailed information on any resource.

The model version in the response identifies the organization model major version in which the search for the entities was performed.
</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="resource" type="de:XmlModelEntity" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Identifies a resource associated with one or more of the organization model entities identified in the request.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="model-version" type="xs:int" use="required">
     
<xs:annotation>
       
<xs:documentation>Identifies the major organization model version in which the search was performed.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

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