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

EnumerateInfo contains all information related to an enumeration request.

The initial client.enumerate operation only returns a context 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’)

enum_context()
enum_context=(p1)
enum_results()
enum_results=(p1)

The URL of the endpoint receiving the enumeration (String)

The URI of the end point reference (String)

The Filter for this enumeration

The current index (number of the last returned item)

Set a specific index (used to skip ahead)

max_items()

Set the maximum number of items returned by this enumeration

XmlDoc representing the result pulled last

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

total_items=(p1)

[Validate]