element resolveResource
diagram de_wsdl_diagrams/de_wsdl_p23700.png
namespace http://resolver.api.de.n2.tibco.com
properties
content complex
children entity selection-mode
annotation
documentation
**PRIVATE API - Reserved for internal use**
source <xs:element name="resolveResource">
 
<xs:annotation>
   
<xs:documentation>**PRIVATE API - Reserved for internal use**</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:annotation>
     
<xs:documentation>
          Request to return a Resource from a collection contained by the identified
          model entity. If there is more than one Resource available, the given selection
          mode is used to determine which one should be selected.
       
</xs:documentation>
   
</xs:annotation>
   
<xs:sequence>
     
<xs:element name="entity" type="orgdto:XmlDynOrgEntityId">
       
<xs:annotation>
         
<xs:documentation>Identifier for a participant, by either GUID or name.

Extension of XmlOrgModelVersion, which provides the organization model version in which the participant resides.
</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="selection-mode" type="de:SelectionMode" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>If specified will override the selection mode determined by the entity.

If not specified the selection mode will be determined by the entity, If the entity does not contain a selection mode then the default will be ANY.
</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element resolveResource/entity
diagram de_wsdl_diagrams/de_wsdl_p23701.png
type XmlDynOrgEntityId
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
Identifier for a participant, by either GUID or name.

Extension of XmlOrgModelVersion, which provides the organization model version in which the participant resides.
source <xs:element name="entity" type="orgdto:XmlDynOrgEntityId">
 
<xs:annotation>
   
<xs:documentation>Identifier for a participant, by either GUID or name.

Extension of XmlOrgModelVersion, which provides the organization model version in which the participant resides.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element resolveResource/selection-mode
diagram de_wsdl_diagrams/de_wsdl_p23702.png
type SelectionMode
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
method  AllocationMethod  required      
documentation
Algorithm used to select a resource. One of:

- ANY: use random selection.
- NEXT: use iterative selection.
- THIS: use the specifically identified resource.
- PLUGIN: use the named plugin code (where the name is given separately) to perform the selection.
plugin  xs:string        
documentation
Name of plugin.
annotation
documentation
If specified will override the selection mode determined by the entity.

If not specified the selection mode will be determined by the entity, If the entity does not contain a selection mode then the default will be ANY.
source <xs:element name="selection-mode" type="de:SelectionMode" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>If specified will override the selection mode determined by the entity.

If not specified the selection mode will be determined by the entity, If the entity does not contain a selection mode then the default will be ANY.
</xs:documentation>
 
</xs:annotation>
</xs:element>

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