diagram | |||||||||||||||||||||||
namespace | http://orgmodel.api.de.bpm.tibco.com | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | xs:boolean | ||||
properties |
|
||||
annotation |
|
||||
source | <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> |