element deleteContainer
diagram deservices_wsdl_diagrams/deservices_wsdl_p2965.png
namespace http://directory.api.de.bpm.tibco.com
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
container-id  xs:long  required      
documentation
Unique ID of the LDAP container to be deleted.
delete-resources  xs:boolean    false    
documentation
Indicates whether the resources derived from the LDAP container should also be deleted.
annotation
documentation
Request element for deleteLDAPContainer operation. This service will delete the configuration of the identified LDAP container.
           
An LDAP container can only be deleted if it no longer has any resources associated with it.
          
If the attribute "delete-resources" is true, and the caller has the required privileges for either of the system action "resourceAdmin" or "deleteResourceAdmin", any associated resources will be deleted before the LDAP container is deleted.
source <xs:element name="deleteContainer">
 
<xs:annotation>
   
<xs:documentation>Request element for deleteLDAPContainer operation. This service will delete the configuration of the identified LDAP container.
           
An LDAP container can only be deleted if it no longer has any resources associated with it.
          
If the attribute "delete-resources" is true, and the caller has the required privileges for either of the system action "resourceAdmin" or "deleteResourceAdmin", any associated resources will be deleted before the LDAP container is deleted.
</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="container-id" type="xs:long" use="required">
     
<xs:annotation>
       
<xs:documentation>Unique ID of the LDAP container to be deleted.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="delete-resources" type="xs:boolean" default="false">
     
<xs:annotation>
       
<xs:documentation>Indicates whether the resources derived from the LDAP container should also be deleted.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute deleteContainer/@container-id
type xs:long
properties
use required
annotation
documentation
Unique ID of the LDAP container to be deleted.
source <xs:attribute name="container-id" type="xs:long" use="required">
 
<xs:annotation>
   
<xs:documentation>Unique ID of the LDAP container to be deleted.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute deleteContainer/@delete-resources
type xs:boolean
properties
default false
annotation
documentation
Indicates whether the resources derived from the LDAP container should also be deleted.
source <xs:attribute name="delete-resources" type="xs:boolean" default="false">
 
<xs:annotation>
   
<xs:documentation>Indicates whether the resources derived from the LDAP container should also be deleted.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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