element listMappedEntities
diagram de_wsdl_diagrams/de_wsdl_p97.png
namespace http://mapping.api.de.n2.tibco.com
properties
content complex
children parent-entity
attributes
Name  Type  Use  Default  Fixed  Annotation
current-only  xs:boolean  optional  false    
documentation
Determines whether only resources currently associated with the identified entities are to be include (true). If false, any date ranges applied to the resource or its associations are ignored.
annotation
documentation
Request element for listMappedEntities operation.

This operation will return a list of the resources assigned to the position or group identified in the request. The position or group is identified by its entity-type, guid and model version. If no model version is specified (or -1 is given), the version with the greatest major value is used. The qualifier attribute (and qualifierSet element) of the parent-entity element are not used in this request.
source <xs:element name="listMappedEntities">
 
<xs:annotation>
   
<xs:documentation>Request element for listMappedEntities operation.

This operation will return a list of the resources assigned to the position or group identified in the request. The position or group is identified by its entity-type, guid and model version. If no model version is specified (or -1 is given), the version with the greatest major value is used. The qualifier attribute (and qualifierSet element) of the parent-entity element are not used in this request.
</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="parent-entity" type="orgdto:XmlModelEntityId">
       
<xs:annotation>
         
<xs:documentation>Details of the organization model entity for which mapped resources should be returned.

For example, if this is a position, the response will be a list of all resources that are mapped to this position.
</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="current-only" type="xs:boolean" use="optional" default="false">
     
<xs:annotation>
       
<xs:documentation>Determines whether only resources currently associated with the identified entities are to be include (true). If false, any date ranges applied to the resource or its associations are ignored.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

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