Package | Description |
---|---|
com.genesyslab.wfm8.API.service.config812 |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<CfgAgent> |
CfgAgentHolder.objectArray
An array of
CfgAgent , returned if request specifies
ECfgInfoType.CFG_INFO_OBJECT detail level |
Modifier and Type | Method and Description |
---|---|
java.util.List<CfgAgent> |
CfgAgentHolder.getObjectArray()
Gets the value of the objectArray property.
|
Modifier and Type | Method and Description |
---|---|
CfgValidationHolder |
WFMConfigService812Soap.insertAgent(CfgAgent agent,
boolean ignoreWarnings)
Inserts new
CfgAgent object |
CfgValidationHolder |
WFMConfigService812Soap.updateAgent(CfgAgent agent,
boolean checkTimestamp,
boolean ignoreWarnings)
Updates
CfgAgent object |
CfgValidationHolder |
WFMConfigService812Soap.validateAgent(CfgAgent agent)
Validates CfgAgent object
|
CfgAgentHolder |
CfgAgentHolder.withObjectArray(CfgAgent... values) |
Modifier and Type | Method and Description |
---|---|
CfgValidationHolder |
WFMConfigService812Soap.insertAgents(java.util.List<CfgAgent> agents,
boolean ignoreWarnings)
Inserts multiple new
CfgAgent objects |
void |
CfgAgentHolder.setObjectArray(java.util.List<CfgAgent> objectArray)
Sets the value of the objectArray property.
|
CfgValidationHolder |
WFMConfigService812Soap.updateAgents(java.util.List<CfgAgent> agents,
boolean checkTimestamp,
boolean ignoreWarnings)
Updates multiple
CfgAgent objects |
CfgAgentHolder |
CfgAgentHolder.withObjectArray(java.util.Collection<CfgAgent> values) |
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.