Class Openwsman::EnumerateInfo
In: ../openwsman.i
Parent: Object

Document-class: EnumerateInfo

EnumerateInfo contains all information related to an enumeration request.

The initial client.enumerate operation only returns a context (String) which can be used to pull the next enumeration item. This item contains the next context in the chain.

Methods

Public Instance methods

The current encoding (defaults to ‘utf-8’)

The URL of the endpoint receiving the enumeration

The URI of the end point reference

The current index (number of the last returned item)

Set a specific index (used to skip ahead)

Return the maximum number of items that will be returned by this enumeration

Set the maximum number of items returned by this enumeration

Set the pull result (XmlDoc)

Used for server-side plugin extensions

The total number of items in this enumeration

index is the number already returned, this is the total number

Set the total number of items in this enumeration

[Validate]