element findResourcesResponse
diagram deservices_wsdl_diagrams/deservices_wsdl_p2443.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>

attribute findResourcesResponse/@model-version
type xs:int
properties
use required
annotation
documentation
Identifies the major organization model version in which the search was performed.
source <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>

element findResourcesResponse/resource
diagram deservices_wsdl_diagrams/deservices_wsdl_p2444.png
type XmlModelEntity
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
guid  xs:string  required      
documentation
The GUID that uniquely identifies the entity.
name  xs:string  required      
documentation
The name assigned to the entity.
label  xs:string  optional      
documentation
The optional label assigned to the entity. This is used for display purposes. If not given, the name is used for display.
annotation
documentation
Identifies a resource associated with one or more of the organization model entities identified in the request.
source <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>

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