element listActionAuthorisedEntities
diagram de_security_diagrams/de_security_p15.png
namespace http://security.api.de.n2.tibco.com
type extension of XmlSystemAction
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
component  xs:string  required      
documentation
Identifier of the application component to which the named system action belongs.

See "System Actions" in the BPM Developer's Guide for a list of system actions and their parent component identifiers.
name  xs:string  required      
documentation
Name of the system action.

See "System Actions" in the BPM Developer's Guide for a list of system actions and their parent component identifiers.
annotation
documentation
Request element for listActionAuthorisedEntities operation.

This operation returns a list of organization model entities (identified by their GUID) on which the caller (determined by the security context) is authorized to perform the named system action.

This is an expensive operation as it involves traversing the entire structure of all versions of the organizational model.
           
source <xs:element name="listActionAuthorisedEntities">
 
<xs:annotation>
   
<xs:documentation>Request element for listActionAuthorisedEntities operation.

This operation returns a list of organization model entities (identified by their GUID) on which the caller (determined by the security context) is authorized to perform the named system action.

This is an expensive operation as it involves traversing the entire structure of all versions of the organizational model.
           
</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="XmlSystemAction"/>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>


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