| Package | Description |
|---|---|
| com.genesyslab.wfm7.API.service.adherence750 | |
| com.genesyslab.wfm7.API.service.schedule750 |
WFM Schedule Service is part of WFM Server that handles schedule data.
|
| Modifier and Type | Field and Description |
|---|---|
private SchAgentState[] |
AdhEvent.wmSchStates
An array of
SchAgentState for the duration of event |
| Modifier and Type | Method and Description |
|---|---|
SchAgentState[] |
AdhEvent.getWmSchStates()
Gets the wmSchStates value for this AdhEvent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdhEvent.setWmSchStates(SchAgentState[] wmSchStates)
Sets the wmSchStates value for this AdhEvent.
|
| Constructor and Description |
|---|
AdhEvent(int wmSiteId,
int gswAgentId,
double wmStartDateTime,
double wmEndDateTime,
int wmAgentStatesNSizeIs,
AdhAgentState[] wmAgentStates,
int wmSchStatesNSizeIs,
SchAgentState[] wmSchStates,
int wmStatus) |
| Modifier and Type | Field and Description |
|---|---|
private SchAgentState[] |
SchAgentStateHolder.schAgentState
An array of
SchAgentState |
| Modifier and Type | Method and Description |
|---|---|
SchAgentState[] |
SchAgentStateHolder.getSchAgentState()
Gets the schAgentState value for this SchAgentStateHolder.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
WFMScheduleService750Soap.insertAgentState(int scheduleID,
int siteID,
SchAgentState[] states,
boolean ignoreWarnings,
boolean allOrNothing,
boolean autoCommit)
Used to insert different schedule states into different agents' schedules.
|
void |
SchAgentStateHolder.setSchAgentState(SchAgentState[] schAgentState)
Sets the schAgentState value for this SchAgentStateHolder.
|
| Constructor and Description |
|---|
SchAgentStateHolder(int schAgentStateNSizeIs,
SchAgentState[] schAgentState,
int schStateInfoNSizeIs,
SchStateInfo[] schStateInfo,
long timestamp) |
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.