element getOrgModelEntity
diagram deservices_wsdl_diagrams/deservices_wsdl_p2691.png
namespace http://orgmodel.api.de.bpm.tibco.com
properties
content complex
children guid
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.
annotation
documentation
Requests the details of the model entities identified by the given major version and their GUID.
If the identified entity has associations with other entities (e.g. positions associated with an org-unit), the GUID of those entities will be included in the response.
This allows details of those entities to be retrieved.
source <xs:element name="getOrgModelEntity">
 
<xs:annotation>
   
<xs:documentation>Requests the details of the model entities identified by the given major version and their GUID.
If the identified entity has associations with other entities (e.g. positions associated with an org-unit), the GUID of those entities will be included in the response.
This allows details of those entities to be retrieved.
</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="guid" type="xs:string" minOccurs="1" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>The collection of GUIDs that uniquely identify the entities to be retrieved.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
   
<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:complexType>
</xs:element>

attribute getOrgModelEntity/@model-version
type xs:int
properties
use optional
default -1
annotation
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.
source <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>

element getOrgModelEntity/guid
diagram deservices_wsdl_diagrams/deservices_wsdl_p2692.png
type xs:string
properties
minOcc 1
maxOcc unbounded
content simple
annotation
documentation
The collection of GUIDs that uniquely identify the entities to be retrieved.
source <xs:element name="guid" type="xs:string" minOccurs="1" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The collection of GUIDs that uniquely identify the entities to be retrieved.</xs:documentation>
 
</xs:annotation>
</xs:element>

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