|
| Local Methods | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
Agent, Agency and
EsxAgentManager classes.
Properties
| Name | Type | Description |
|---|---|---|
| None | ||
Methods
| Methods defined in this Managed Object |
|---|
| QueryIssue, Resolve, ResolveAll |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | vmodl.ManagedObjectReference | A reference to the EamObject used to make the method call. |
| issueKey* | xsd:int[] |
An optional array of issue keys. If not set, all issues for this
entity are returned.
|
Return Value
| Type | Description |
|---|---|
| Issue[] | A possibly empty array of issues that match the input issueKey array. Note that the returned array can be smaller than issueKey if one or more issue keys refers to issues that this entity does not have. |
Faults
| Type | Description |
|---|---|
| None | |
Events
| Type | |
|---|---|
| None | |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | vmodl.ManagedObjectReference | A reference to the EamObject used to make the method call. |
| issueKey | xsd:int[] |
A non-empty array of issue keys. See Issue |
Return Value
| Type | Description |
|---|---|
| xsd:int[] | A possibly empty array of issue keys for the issues that were not found on the entity. This can happen if resolve is called with issue keys that were resolved just prior to calling resolve. |
Faults
| Type | Description |
|---|---|
| None | |
Events
| Type | |
|---|---|
| None | |
EsxAgentManager, Agency, or
Agent have encountered. It is the equivalent of calling the following methods:
agent.resolve(getIssueKeys(agent.getRuntime().getIssue()));
for Agent objectsagency.resolve(getIssueKeys(agency.getRuntime().getIssue()));
for Agency objectsesxAgentManager.resolve(getIssueKeys(esxAgentManager.getIssue()));
for the EsxAgentManager object.Parameters
| Name | Type | Description |
|---|---|---|
| _this | vmodl.ManagedObjectReference | A reference to the EamObject used to make the method call. |
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| None | |
Events
| Type | |
|---|---|
| None | |
| Top of page | Local Methods | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |