element listMappedEntities
diagram de_wsdl_diagrams/de_wsdl_p24492.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>

attribute listMappedEntities/@current-only
type xs:boolean
properties
use optional
default false
annotation
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.
source <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>

element listMappedEntities/parent-entity
diagram de_wsdl_diagrams/de_wsdl_p24493.png
type XmlModelEntityId
properties
content complex
children dynamic-id-attr qualifierSet
attributes
Name  Type  Use  Default  Fixed  Annotation
model-version  xs:int  optional  -1    
documentation
Major version number of the organization model in which an organization model entity resides.

If not specified, the default value will be the latest version of the organization model.

(Version numbers must be compatible with, and conform to, the OSGi version number schema. For Directory Engine, only the major part of the version number is significant.)
entity-type  OrganisationalEntityType  required      
documentation
Enumerated value defining the type of the organization model entity.
guid  xs:string  required      
documentation
Globally unique ID of the organization model entity.

(Although this value is unique across all entities, if the entity exists within more than one major version, it will share the same GUID.)
qualifier  xs:string  optional      
documentation
Only applicable in certain circumstances, and only to organization model entities whose entity-type is PRIVILEGE or CAPABILITY. These entities can have an association with other entities - for example, a resource may hold many capabilities, or a position may have many privileges.

These associations can have a qualifying value, according to their nature, to differentiate them. For example, the PRIVILEGE to sign off a purchase order may be qualified with the maximum amount that can be signed off.
annotation
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.
source <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>

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