element setExtensionPoints
diagram deservices_wsdl_diagrams/deservices_wsdl_p1946.png
namespace http://orgmodel.api.de.bpm.tibco.com
properties
content complex
children remove-ext-point ext-point
annotation
documentation
Sets, removes or updates, the Extension Point configurations assigned to identified organisations or organisation units. Removes are processed before sets and updates.
source <xs:element name="setExtensionPoints">
 
<xs:annotation>
   
<xs:documentation>Sets, removes or updates, the Extension Point configurations assigned to identified organisations or organisation units. Removes are processed before sets and updates.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:choice>
     
<xs:element name="remove-ext-point" type="de:XmlExtensionPointRemoval" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Identifies a Extension Point model entity to be removed. Missing entities are ignored.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="ext-point" type="de:XmlExtensionPointAssignment" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Identifies a Extension Point model entity and provides the configuration to be set against it.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:choice>
 
</xs:complexType>
</xs:element>

element setExtensionPoints/remove-ext-point
diagram deservices_wsdl_diagrams/deservices_wsdl_p1947.png
type XmlExtensionPointRemoval
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
model-version  xs:int  required      
documentation
Major version number of the organization model in which the Extension Point entity is found; and to which this Extension Point configuration will be set.
ext-point-guid  xs:string  required      
documentation
Unique identifier of the organisation unit that is the Extension Point to which this configuration will be set.
                The identified entity must have been deployed as an Extension Point holder.
annotation
documentation
Identifies a Extension Point model entity to be removed. Missing entities are ignored.
source <xs:element name="remove-ext-point" type="de:XmlExtensionPointRemoval" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Identifies a Extension Point model entity to be removed. Missing entities are ignored.</xs:documentation>
 
</xs:annotation>
</xs:element>

element setExtensionPoints/ext-point
diagram deservices_wsdl_diagrams/deservices_wsdl_p1948.png
type XmlExtensionPointAssignment
properties
minOcc 1
maxOcc unbounded
content complex
children instance-id-attr
attributes
Name  Type  Use  Default  Fixed  Annotation
ldap-alias  xs:string  required      
documentation
Identifies the LDAP Connection on which the LDAP Query will be performed.
query  xs:string  required      
documentation
This LDAP Query expression will locate entries that identify new model template instances.
base-dn  xs:string  optional      
documentation
Optionally names the LDAP branch to which the LDAP Query will be restricted. This will be in addition to any Base-DN already specified on the LDAP Connection.
search-scope  XmlLdapSearchScope  required      
documentation
The Search Scope determines the depth to which the search will be performed.
ldap-attribute  xs:string  required      
documentation
Names the LDAP Attribute from which the name of the new Model Template Instance will be taken. The root Organisation-Unit of the Model Template Instance will be named with the value of this attribute.
model-version  xs:int  required      
documentation
Major version number of the organization model in which the Extension Point entity is found; and to which this Extension Point configuration will be set.
ext-point-guid  xs:string  required      
documentation
Unique identifier of the organisation unit that is the Extension Point to which this configuration will be set.
                The identified entity must have been deployed as an Extension Point holder.
annotation
documentation
Identifies a Extension Point model entity and provides the configuration to be set against it.
source <xs:element name="ext-point" type="de:XmlExtensionPointAssignment" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Identifies a Extension Point model entity and provides the configuration to be set against it.</xs:documentation>
 
</xs:annotation>
</xs:element>

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