|
| Local Methods | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
This is useful for clients that want to receive updates on an arbitrary set of objects.
This view has the added convenience of being able to change the observed set of objects without adding or destroying filters.
Properties
| Name | Type | Description |
|---|---|---|
| None | ||
| Properties inherited from ManagedObjectView | ||
| view | ||
| Properties inherited from View | ||
| None | ||
Methods
| Methods defined in this Managed Object |
|---|
| ModifyListView, ResetListView, ResetListViewFromView |
| Methods inherited from ManagedObjectView |
| None |
| Methods inherited from View |
| DestroyView |
May partially succeed if some objects could not be resolved. The operation will still succeed for all objects which could be resolved, and the list of those which failed is returned as the result.
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the ListView used to make the method call. |
| add* P | ManagedObjectReference[] |
Optional list of objects to add to the view.
|
| remove* P | ManagedObjectReference[] |
Optional list of objects to remove from the view.
|
Return Value
| Type | Description |
|---|---|
| ManagedObjectReference[] | A list containing any objects in 'add' that could not be resolved. |
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. |
May partially succeed if some objects could not be resolved. The operation will still succeed for all objects which could be resolved, and the list of those which failed is as the result.
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the ListView used to make the method call. |
| obj* P | ManagedObjectReference[] |
The new list of objects.
|
Return Value
| Type | Description |
|---|---|
| ManagedObjectReference[] | A list containing any objects in 'obj' that could not be resolved. |
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. |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the ListView used to make the method call. |
| view | ManagedObjectReference
to a View |
The view to copy objects from.
|
Return Value
| Type | Description |
|---|---|
| None | |
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 Methods | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |