List Contained Node Types

Description

List the node types that are in use within a package.

Input

<ListContainedNodeTypes>
<userLogonReference>userid</userLogonReference>
<password>password</password> <nodeVersionIdentifierPackage/> <nodeVersionReferencePackage/>
</ListContainedNodeTypes>

The package to be searched is specified using with nodeVersionIdentifierPackage or nodeVersionReferencePackage. If both are given, the identifier takes precedence.

Output

<ContainedNodeTypes>
<errorNumber>0</errorNumber> <NodeTypeList> <NodeType> <nodeVersionIdentifierType/> <nodeVersionReferenceType/> <nodeNameType/> </NodeType> </NodeTypeList>
</ContainedNodeTypes>

NodeType repeats.

The service only returns node types the user is authorised to use.

Node types are returned in alphabetical order.

Errors

101 - Not authorised

Class

com.metrici.xerula.ListContainedNodeTypesService