|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AgentConfigView
Returns the configuration objects that an agent is allowed to see
according to his or her permissions defined in the Security tab of the Person object for that agent in the Configuration Layer.
| Method Summary | |
|---|---|
AbstractDnSummary[] |
getAbstractDnSummaries(java.lang.String switch_name,
AbstractDn.Type dn_type)
Returns all the AbstractDnSummary objects that the
agent associated with this instance is allowed to see,
according to his or her permissions defined in the
Configuration Layer. |
AgentGroupSummary[] |
getAgentGroupSummaries()
Returns all the AgentGroupSummary objects that the
agent associated with this instance is allowed to see,
according to his or her permissions defined in the
Configuration Layer. |
AgentGroupSummary |
getAgentGroupSummary(java.lang.String id)
Returns all the AgentGroupSummary objects that the
agent associated with this instance is allowed to see,
according to his or her permissions defined in the
Configuration Layer. |
PersonSummary[] |
getPersonSummaries()
Returns all the PersonSummary objects that the agent
associated with this instance is allowed to see, according to
his or her permissions defined in the Configuration Layer. |
PlaceSummary[] |
getPlaceSummaries()
Returns all the PlaceSummary objects that the agent
associated with this instance is allowed to see, according to
his or her permissions defined in the Configuration Layer. |
Queue[] |
getQueues()
Returns all the Queue objects that the agent
associated with this instance is allowed to see, according to
his or her permissions defined in the Configuration Layer. |
SkillSummary[] |
getSkillSummaries()
Returns all the SkillSummary objects that the agent
associated with this instance is allowed to see, according to
his or her permissions defined in the Configuration Layer. |
WorkbinSummary[] |
getWorkbinSummaries()
Returns all the WorkbinSummary objects that the agent
associated with this instance is allowed to see, according to
his or her permissions defined in the Configuration Layer. |
| Method Detail |
|---|
AbstractDnSummary[] getAbstractDnSummaries(java.lang.String switch_name,
AbstractDn.Type dn_type)
throws RequestFailedException
AbstractDnSummary objects that the
agent associated with this instance is allowed to see,
according to his or her permissions defined in the
Configuration Layer.
Object of the 'Environment' tenant are not included.
switch_name - The name of the switch, or null
to get the DNs of all the switches.dn_type - The type of DNs to be returned, or
null, to get all the types of DNs.
RequestFailedException
AgentGroupSummary[] getAgentGroupSummaries()
throws RequestFailedException
AgentGroupSummary objects that the
agent associated with this instance is allowed to see,
according to his or her permissions defined in the
Configuration Layer. Object of the 'Environment' tenant are
not included.
RequestFailedException
AgentGroupSummary getAgentGroupSummary(java.lang.String id)
throws RequestFailedException
AgentGroupSummary objects that the
agent associated with this instance is allowed to see,
according to his or her permissions defined in the
Configuration Layer. Object of the 'Environment' tenant are
not included.
RequestFailedException
PersonSummary[] getPersonSummaries()
throws RequestFailedException
PersonSummary objects that the agent
associated with this instance is allowed to see, according to
his or her permissions defined in the Configuration Layer.
Object of the 'Environment' tenant are not included.
RequestFailedException
PlaceSummary[] getPlaceSummaries()
throws RequestFailedException
PlaceSummary objects that the agent
associated with this instance is allowed to see, according to
his or her permissions defined in the Configuration Layer.
Object of the 'Environment' tenant are not included.
RequestFailedException
SkillSummary[] getSkillSummaries()
throws RequestFailedException
SkillSummary objects that the agent
associated with this instance is allowed to see, according to
his or her permissions defined in the Configuration Layer.
Object of the 'Environment' tenant are not included.
RequestFailedException
Queue[] getQueues()
throws RequestFailedException
Queue objects that the agent
associated with this instance is allowed to see, according to
his or her permissions defined in the Configuration Layer.
Object of the 'Environment' tenant are not included.
RequestFailedException
WorkbinSummary[] getWorkbinSummaries()
throws RequestFailedException
WorkbinSummary objects that the agent
associated with this instance is allowed to see, according to
his or her permissions defined in the Configuration Layer.
Object of the 'Environment' tenant are not included.
RequestFailedException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||