| Local Properties | Local Methods | |
Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
Name | Type | Description |
---|---|---|
latestPage* | TaskInfo[] |
The items in the 'viewable latest page'. As new tasks that match the
collector's TaskFilterSpec are created, they are added to this
page, and the oldest tasks are removed from the collector to keep the
size of the page to that allowed by
SetCollectorPageSize.
The "oldest task" is the one with the oldest creation time. The
tasks in the returned page are unordered.
|
Properties inherited from HistoryCollector | ||
filter |
Methods
Methods defined in this Managed Object |
---|
ReadNextTasks, ReadPreviousTasks |
Methods inherited from HistoryCollector |
DestroyCollector, ResetCollector, RewindCollector, SetCollectorPageSize |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the TaskHistoryCollector used to make the method call. |
maxCount | xsd:int |
The maximum number of items in the page.
|
Return Value
Type | Description |
---|---|
TaskInfo[] |
Faults
Type | Description |
---|---|
InvalidArgument | Thrown if maxCount is out of range. |
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 |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the TaskHistoryCollector used to make the method call. |
maxCount | xsd:int |
The maximum number of items in the page.
|
Return Value
Type | Description |
---|---|
TaskInfo[] |
Faults
Type | Description |
---|---|
InvalidArgument | Thrown if maxCount is out of range. |
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 |