|
| 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, CreateTask |
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. |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the TaskManager used to make the method call. |
| obj | ManagedObjectReference |
ManagedObject with which Task will be associated
|
| taskTypeId | xsd:string |
Extension registered task type identifier
for type of task being created
|
| initiatedBy* | xsd:string |
The name of the user on whose behalf the
Extension is creating the task
|
| cancelable | xsd:boolean |
True if the task should be cancelable,
else false
|
Return Value
| Type | Description |
|---|---|
| TaskInfo | TaskInfo Data object describing the new task |
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. |
| Top of page | Local Properties | Local Methods | |
| Managed Object Types | Data Object Types | All Properties | All Methods |