| 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* P | xsd:int[] |
An optional array of issue keys. If not set, all issues for this
entity are returned.
Since 1.0 |
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 |
---|---|
vmodl.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 | vmodl.ManagedObjectReference | A reference to the EamObject used to make the method call. |
issueKey P | xsd:int[] |
A non-empty array of issue keys. See Issue Since 1.0 |
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 or if an issue is currenly not resolvable. |
Faults
Type | Description |
---|---|
vmodl.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 |
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 |
---|---|
vmodl.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 Methods | ||
Managed Object Types | Data Object Types | All Properties | All Methods |