com.genesyslab.ail
Interface AgentGroupSummary
- All Superinterfaces:
- IdObject
public interface AgentGroupSummary
- extends IdObject
A group of agents, as defined in the Configuration Layer.
|
Method Summary |
java.util.Collection |
getAgentIds()
Returns the agents in this group as a Collection of Ids. |
java.lang.String |
getName()
Returns the name of this AgentGroup. |
getName
java.lang.String getName()
- Returns the name of this
AgentGroup.
getAgentIds
java.util.Collection getAgentIds()
- Returns the agents in this group as a
Collection of Ids. If you call this
method on an object read from a AgentConfigView instance, this method returns the agents that
the same AgentConfigView instance 's agent is allowed to see.
Note: in this case, a call to
this method involves low-level requests and computation that are time-consuming, so the method will not return immediately.