element getOrgModelRoots
diagram deservices_wsdl_diagrams/deservices_wsdl_p155.png
namespace http://orgmodel.api.de.bpm.tibco.com
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
model-version  xs:int  optional  -1    
documentation
Specifies the major organization model version from which entities are to be returned. A value of -1 returns entities from the highest major organization model version.
include-categories  xs:boolean  optional  false    
documentation
Specifies whether the capabilities and privileges should be grouped in the nested categories in which they were deployed.
annotation
documentation
Requests the details of the model root entities identified by the given major version.
These will include; Organisations, Groups, Locations, Capabilities, Privileges, Resource Attributes and Model Templates.
Using these root entities, it will be possible for the client to navgate the entire org-model in a "drill-down" fashion.
source <xs:element name="getOrgModelRoots">
 
<xs:annotation>
   
<xs:documentation>Requests the details of the model root entities identified by the given major version.
These will include; Organisations, Groups, Locations, Capabilities, Privileges, Resource Attributes and Model Templates.
Using these root entities, it will be possible for the client to navgate the entire org-model in a "drill-down" fashion.
</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="model-version" type="xs:int" use="optional" default="-1">
     
<xs:annotation>
       
<xs:documentation>Specifies the major organization model version from which entities are to be returned. A value of -1 returns entities from the highest major organization model version.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="include-categories" type="xs:boolean" use="optional" default="false">
     
<xs:annotation>
       
<xs:documentation>Specifies whether the capabilities and privileges should be grouped in the nested categories in which they were deployed.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

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