|
| Local Properties | Local Methods | |
| Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
| Name | Type | Description |
|---|---|---|
| description P | TaskDescription | Static descriptive strings used to represent task information to users. These strings are locale-specific. |
| maxCollector P | xsd:int | For each client, the maximum number of task collectors that can exist simultaneously. |
| recentTask* P | ManagedObjectReference[]
to a Task[] |
Tasks that completed recently, are currently running, or are
queued to run.
This list contains only tasks visible to the client. Visibility depends on the client having permissions to access the task's managed entity. |
Methods
| Methods defined in this Managed Object |
|---|
| CreateCollectorForTasks |
Task collectors do not persist beyond the current client session.
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the TaskManager used to make the method call. |
| filter | TaskFilterSpec | The specification for the task query filter. |
Return Value
| Type | Description |
|---|---|
| ManagedObjectReference
to a TaskHistoryCollector | The task collector based on the filter. |
Faults
| Type | Description |
|---|---|
| InvalidArgument | Thrown if the filter is null or unknown. |
| InvalidState | Thrown if there are more than the maximum number of task collectors. |
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
| Top of page | Local Properties | Local Methods | |
| Managed Object Types | Data Object Types | All Properties | All Methods |