Package | Description |
---|---|
com.genesyslab.wfm7.API.service.calendar750 | |
com.genesyslab.wfm7.API.service.calendar760 | |
com.genesyslab.wfm7.API.service.calendar761 | |
com.genesyslab.wfm7.API.service.config750 | |
com.genesyslab.wfm7.API.service.schedule750 |
WFM Schedule Service is part of WFM Server that handles schedule data.
|
com.genesyslab.wfm7.API.service.scheduleTrade750 |
Modifier and Type | Field and Description |
---|---|
private CfgAgentShort[] |
CalNotification.cfgAgentInfo
Contains a small amount of agent information for each unique agent in the returned
agent days.
|
Modifier and Type | Method and Description |
---|---|
CfgAgentShort[] |
CalNotification.getCfgAgentInfo()
Gets the cfgAgentInfo value for this CalNotification.
|
Modifier and Type | Method and Description |
---|---|
void |
CalNotification.setCfgAgentInfo(CfgAgentShort[] cfgAgentInfo)
Sets the cfgAgentInfo value for this CalNotification.
|
Constructor and Description |
---|
CalNotification(long timestamp,
int changesNSizeIs,
CalAuditItem[] changes,
int itemsNSizeIs,
CalItemShortInformation[] items,
int cfgAgentInfoNSizeIs,
CfgAgentShort[] cfgAgentInfo) |
Modifier and Type | Field and Description |
---|---|
private CfgAgentShort[] |
CalData.agents
Agent related to Calendar item information array
|
private CfgAgentShort[] |
CalNotification.cfgAgentInfo
Contains a small amount of agent information for each unique agent in the returned
agent days.
|
Modifier and Type | Method and Description |
---|---|
CfgAgentShort[] |
CalData.getAgents()
Gets the agents value for this CalData.
|
CfgAgentShort[] |
CalNotification.getCfgAgentInfo()
Gets the cfgAgentInfo value for this CalNotification.
|
Modifier and Type | Method and Description |
---|---|
void |
CalData.setAgents(CfgAgentShort[] agents)
Sets the agents value for this CalData.
|
void |
CalNotification.setCfgAgentInfo(CfgAgentShort[] cfgAgentInfo)
Sets the cfgAgentInfo value for this CalNotification.
|
Constructor and Description |
---|
CalData(int informationArraySize,
CalItemInformation[] information,
int indicatorsArraySize,
CalDataIndicator[] indicators,
int agentsArraySize,
CfgAgentShort[] agents) |
CalNotification(long timestamp,
int changesNSizeIs,
CalAuditItem[] changes,
int itemsNSizeIs,
CalItemShortInformation[] items,
int cfgAgentInfoNSizeIs,
CfgAgentShort[] cfgAgentInfo) |
Modifier and Type | Field and Description |
---|---|
private CfgAgentShort[] |
CalNotification.cfgAgentInfo
Contains a small amount of agent information for each unique agent in the returned
agent days.
|
Modifier and Type | Method and Description |
---|---|
CfgAgentShort[] |
CalNotification.getCfgAgentInfo()
Gets the cfgAgentInfo value for this CalNotification.
|
Modifier and Type | Method and Description |
---|---|
void |
CalNotification.setCfgAgentInfo(CfgAgentShort[] cfgAgentInfo)
Sets the cfgAgentInfo value for this CalNotification.
|
Constructor and Description |
---|
CalNotification(long timestamp,
int changesNSizeIs,
CalAuditItem[] changes,
int itemsNSizeIs,
CalItemShortInformation[] items,
int cfgAgentInfoNSizeIs,
CfgAgentShort[] cfgAgentInfo) |
Modifier and Type | Field and Description |
---|---|
private CfgAgentShort[] |
CfgTeamHolder.agentInfo
An array containing short pieces of information about Agents that are
members of the returned Teams.
|
private CfgAgentShort[] |
CfgMeetingHolder.agentInfo |
private CfgAgentShort[] |
CfgAgentHolder.objectShortArray
An array of
CfgAgentShort , returned if request specifies
ECfgInfoType.CFG_INFO_OBJECT_SHORT detail level |
Modifier and Type | Method and Description |
---|---|
CfgAgentShort[] |
CfgTeamHolder.getAgentInfo()
Gets the agentInfo value for this CfgTeamHolder.
|
CfgAgentShort[] |
CfgMeetingHolder.getAgentInfo()
Gets the agentInfo value for this CfgMeetingHolder.
|
CfgAgentShort[] |
CfgAgentHolder.getObjectShortArray()
Gets the objectShortArray value for this CfgAgentHolder.
|
Modifier and Type | Method and Description |
---|---|
void |
CfgTeamHolder.setAgentInfo(CfgAgentShort[] agentInfo)
Sets the agentInfo value for this CfgTeamHolder.
|
void |
CfgMeetingHolder.setAgentInfo(CfgAgentShort[] agentInfo)
Sets the agentInfo value for this CfgMeetingHolder.
|
void |
CfgAgentHolder.setObjectShortArray(CfgAgentShort[] objectShortArray)
Sets the objectShortArray value for this CfgAgentHolder.
|
Constructor and Description |
---|
CfgAgentHolder(int objectIDArrayNSizeIs,
int[] objectIDArray,
int objectArrayNSizeIs,
CfgAgent[] objectArray,
int objectShortArrayNSizeIs,
CfgAgentShort[] objectShortArray,
int teamInfoNSizeIs,
CfgTeamShort[] teamInfo,
int contractInfoNSizeIs,
CfgContractShort[] contractInfo,
long timestamp) |
CfgMeetingHolder(int objectIDArrayNSizeIs,
int[] objectIDArray,
int objectArrayNSizeIs,
CfgMeeting[] objectArray,
int objectShortArrayNSizeIs,
CfgMeetingShort[] objectShortArray,
int exceptionTypeInfoNSizeIs,
CfgExceptionTypeShort[] exceptionTypeInfo,
int agentInfoNSizeIs,
CfgAgentShort[] agentInfo,
long timestamp) |
CfgTeamHolder(int objectIDArrayNSizeIs,
int[] objectIDArray,
int objectArrayNSizeIs,
CfgTeam[] objectArray,
int objectShortArrayNSizeIs,
CfgTeamShort[] objectShortArray,
int agentInfoNSizeIs,
CfgAgentShort[] agentInfo,
long timestamp) |
Modifier and Type | Field and Description |
---|---|
private CfgAgentShort[] |
SchCandidateHolder.cfgAgentInfo
An array of
CfgAgentShort containing agent information
about every candidate returned. |
private CfgAgentShort[] |
SchAgentDayHolder.cfgAgentInfo
Contains short agent information for every unique agent in the returned agent days.
|
Modifier and Type | Method and Description |
---|---|
CfgAgentShort[] |
SchCandidateHolder.getCfgAgentInfo()
Gets the cfgAgentInfo value for this SchCandidateHolder.
|
CfgAgentShort[] |
SchAgentDayHolder.getCfgAgentInfo()
Gets the cfgAgentInfo value for this SchAgentDayHolder.
|
Modifier and Type | Method and Description |
---|---|
void |
SchCandidateHolder.setCfgAgentInfo(CfgAgentShort[] cfgAgentInfo)
Sets the cfgAgentInfo value for this SchCandidateHolder.
|
void |
SchAgentDayHolder.setCfgAgentInfo(CfgAgentShort[] cfgAgentInfo)
Sets the cfgAgentInfo value for this SchAgentDayHolder.
|
Constructor and Description |
---|
SchAgentDayHolder(int schAgentDayNSizeIs,
SchAgentDay[] schAgentDay,
int schAgentDayShortNSizeIs,
SchAgentDayShort[] schAgentDayShort,
int schStateInfoNSizeIs,
SchStateInfo[] schStateInfo,
int schAgentTotalsNSizeIs,
SchAgentTotals[] schAgentTotals,
int cfgAgentInfoNSizeIs,
CfgAgentShort[] cfgAgentInfo,
int cfgTeamInfoNSizeIs,
CfgTeamShort[] cfgTeamInfo,
int cfgContractInfoNSizeIs,
CfgContractShort[] cfgContractInfo,
int cfgAvailabilityInfoNSizeIs,
CfgContractAvailability[] cfgAvailabilityInfo,
int schAgentDayCount,
long timestamp) |
SchCandidateHolder(int candidatesNSizeIs,
SchCandidate[] candidates,
int cfgAgentInfoNSizeIs,
CfgAgentShort[] cfgAgentInfo,
int bidsNSizeIs,
SchBid[] bids,
int mergedCandidatesNSizeIs,
SchCandidate[] mergedCandidates) |
Modifier and Type | Field and Description |
---|---|
private CfgAgentShort[] |
SchTradeResponseHolder.cfgAgentInfo |
private CfgAgentShort[] |
SchTradeProposalHolder.cfgAgentInfo |
private CfgAgentShort[] |
SchTradeHolder.cfgAgentInfo |
Modifier and Type | Method and Description |
---|---|
CfgAgentShort[] |
SchTradeResponseHolder.getCfgAgentInfo()
Gets the cfgAgentInfo value for this SchTradeResponseHolder.
|
CfgAgentShort[] |
SchTradeProposalHolder.getCfgAgentInfo()
Gets the cfgAgentInfo value for this SchTradeProposalHolder.
|
CfgAgentShort[] |
SchTradeHolder.getCfgAgentInfo()
Gets the cfgAgentInfo value for this SchTradeHolder.
|
Modifier and Type | Method and Description |
---|---|
void |
SchTradeResponseHolder.setCfgAgentInfo(CfgAgentShort[] cfgAgentInfo)
Sets the cfgAgentInfo value for this SchTradeResponseHolder.
|
void |
SchTradeProposalHolder.setCfgAgentInfo(CfgAgentShort[] cfgAgentInfo)
Sets the cfgAgentInfo value for this SchTradeProposalHolder.
|
void |
SchTradeHolder.setCfgAgentInfo(CfgAgentShort[] cfgAgentInfo)
Sets the cfgAgentInfo value for this SchTradeHolder.
|
Constructor and Description |
---|
SchTradeHolder(int schTradeNSizeIs,
SchTrade[] schTrade,
int schAgentDayNSizeIs,
SchAgentDay[] schAgentDay,
int schAgentDayShortNSizeIs,
SchAgentDayShort[] schAgentDayShort,
int schStateInfoNSizeIs,
SchStateInfo[] schStateInfo,
int cfgAgentInfoNSizeIs,
CfgAgentShort[] cfgAgentInfo,
int cfgTeamInfoNSizeIs,
CfgTeamShort[] cfgTeamInfo,
int cfgContractInfoNSizeIs,
CfgContractShort[] cfgContractInfo) |
SchTradeProposalHolder(int schTradeProposalNSizeIs,
SchTradeProposal[] schTradeProposal,
int schAgentDayNSizeIs,
SchAgentDay[] schAgentDay,
int schAgentDayShortNSizeIs,
SchAgentDayShort[] schAgentDayShort,
int schStateInfoNSizeIs,
SchStateInfo[] schStateInfo,
int cfgAgentInfoNSizeIs,
CfgAgentShort[] cfgAgentInfo,
int cfgTeamInfoNSizeIs,
CfgTeamShort[] cfgTeamInfo,
int cfgContractInfoNSizeIs,
CfgContractShort[] cfgContractInfo) |
SchTradeResponseHolder(int schTradeResponseNSizeIs,
SchTradeResponse[] schTradeResponse,
int schAgentDayNSizeIs,
SchAgentDay[] schAgentDay,
int schAgentDayShortNSizeIs,
SchAgentDayShort[] schAgentDayShort,
int schStateInfoNSizeIs,
SchStateInfo[] schStateInfo,
int cfgAgentInfoNSizeIs,
CfgAgentShort[] cfgAgentInfo,
int cfgTeamInfoNSizeIs,
CfgTeamShort[] cfgTeamInfo,
int cfgContractInfoNSizeIs,
CfgContractShort[] cfgContractInfo) |
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.