element listAssociatedResources
diagram de_wsdl_diagrams/de_wsdl_p23689.png
namespace http://resolver.api.de.n2.tibco.com
type extension of XmlOrgModelVersion
properties
content complex
children entity-guid
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.)
start-index  xs:int    0    
documentation
Start position for the return data.
soft-limit  xs:int    0    
documentation
Maxmimum number of resources to return. (This value will not exceed any system imposed limit.)
annotation
documentation
Request element for listAssociatedResources operation.

This operation returns the resources associated with the organisaional entity identified by its GUID and major model version. If no organization model version is specified (or -1) then the organization model with the greatest majorversion value is assumed.

If a resource is associated with more than one of the specified organization model entities, it will only be listed once. If the identified entity is:

- a group, the result will also include those resources associated with any sub-groups.

- an organization unit. the result will include those resources associated with all positions within that organization unit.

- a privilege, the result will include those resources that inherit that privilege from the groups, positions and organization units to which they are associated.
           
- a capability, the result will include those resources that hold that capability directly. It will not take into account the capabilities of the positions and groups with which the resources are associated
source <xs:element name="listAssociatedResources">
 
<xs:annotation>
   
<xs:documentation>Request element for listAssociatedResources operation.

This operation returns the resources associated with the organisaional entity identified by its GUID and major model version. If no organization model version is specified (or -1) then the organization model with the greatest majorversion value is assumed.

If a resource is associated with more than one of the specified organization model entities, it will only be listed once. If the identified entity is:

- a group, the result will also include those resources associated with any sub-groups.

- an organization unit. the result will include those resources associated with all positions within that organization unit.

- a privilege, the result will include those resources that inherit that privilege from the groups, positions and organization units to which they are associated.
           
- a capability, the result will include those resources that hold that capability directly. It will not take into account the capabilities of the positions and groups with which the resources are associated
</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="orgdto:XmlOrgModelVersion">
       
<xs:sequence>
         
<xs:element name="entity-guid" type="xs:string" maxOccurs="unbounded">
           
<xs:annotation>
             
<xs:documentation>Unique IDs of the organization model entities for whom associated resources should be returned.</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
       
<xs:attribute name="start-index" type="xs:int" default="0">
         
<xs:annotation>
           
<xs:documentation>Start position for the return data.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="soft-limit" type="xs:int" default="0">
         
<xs:annotation>
           
<xs:documentation>Maxmimum number of resources to return. (This value will not exceed any system imposed limit.)</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute listAssociatedResources/@start-index
type xs:int
properties
default 0
annotation
documentation
Start position for the return data.
source <xs:attribute name="start-index" type="xs:int" default="0">
 
<xs:annotation>
   
<xs:documentation>Start position for the return data.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute listAssociatedResources/@soft-limit
type xs:int
properties
default 0
annotation
documentation
Maxmimum number of resources to return. (This value will not exceed any system imposed limit.)
source <xs:attribute name="soft-limit" type="xs:int" default="0">
 
<xs:annotation>
   
<xs:documentation>Maxmimum number of resources to return. (This value will not exceed any system imposed limit.)</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element listAssociatedResources/entity-guid
diagram de_wsdl_diagrams/de_wsdl_p23690.png
type xs:string
properties
minOcc 1
maxOcc unbounded
content simple
annotation
documentation
Unique IDs of the organization model entities for whom associated resources should be returned.
source <xs:element name="entity-guid" type="xs:string" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Unique IDs of the organization model entities for whom associated resources should be returned.</xs:documentation>
 
</xs:annotation>
</xs:element>

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