|
| Local Properties | Local Methods | |
| Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
| Name | Type | Description |
|---|---|---|
| latestPage* | ConverterTaskInfo[] |
The items in the 'viewable latest page'. As new items are added
to the collector, they are appended at the end of the page. The oldest
item is removed from the latest page whenever there are more items in the
collector than allowed (by 'setLatestPageSize').
|
| Properties inherited from ConverterHistoryCollector | ||
| filter | ||
Methods
| Methods defined in this Managed Object |
|---|
| ConverterReadNextTasks, ConverterReadPreviousTasks |
| Methods inherited from ConverterHistoryCollector |
| ConverterDestroyCollector, ConverterResetCollector, ConverterRewindCollector, ConverterSetCollectorPageSize |
The tasks are retrieved in the order from the newest item to the oldest item.
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the ConverterTaskHistoryCollector used to make the method call. |
| maxCount P | xsd:int |
The maximum number of items in the page.
Since Converter API 1.0 |
Return Value
| Type | Description |
|---|---|
| ConverterTaskInfo[] |
Faults
| Type | Description |
|---|---|
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
| Type | |
|---|---|
| None | |
The tasks are retrieved in the order from the newest item to the oldest item.
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the ConverterTaskHistoryCollector used to make the method call. |
| maxCount P | xsd:int |
The maximum number of items in the page.
Since Converter API 1.0 |
Return Value
| Type | Description |
|---|---|
| ConverterTaskInfo[] |
Faults
| Type | Description |
|---|---|
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
| Type | |
|---|---|
| None | |
| Top of page | Local Properties | Local Methods | |
| Managed Object Types | Data Object Types | All Properties | All Methods |