List Recent Node Types

Description

List the node types that the user has used recently.

Input

<ListRecentNodeTypes>
<userLogonReference>userid</userLogonReference>
<password>password</password> <maximumAge/> <maximumCount/>
</ListRecentNodeTypes>

maximumAge is the number of days back that the search should look. It defaults to the configuration parameters of the same name, which defaults to 30.

maximumCount is the number of node types that the service should return. It defaults to the configuration parameter of the same name, which defaults to 10.

Output

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

NodeType repeats.

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

Node types are returned in the order in which they were most recently used, with the most recently used one first.

Errors

101 - Not authorised

Class

com.metrici.xerula.ListRecentNodeTypesService