Package | Description |
---|---|
com.genesyslab.wfm7.API.service.config720 | |
com.genesyslab.wfm7.API.service.schedule720 |
WFM Schedule Service is part of WFM Server that handles schedule data.
|
Modifier and Type | Method and Description |
---|---|
CfgAgentHolder |
WFMConfigService720Soap.fetchAgentFromSnapshot(java.lang.String snapshotID,
int firstIndex,
int lastIndex,
int infoType,
boolean provideActivities,
boolean provideTeamInfo,
boolean provideContractInfo) |
CfgAgentHolder |
WFMConfigService720Soap.fetchAgentFromSnapshotByTeam(java.lang.String snapshotID,
int[] teamIDArray,
int infoType,
boolean provideActivities,
boolean provideTeamInfo,
boolean provideContractInfo) |
CfgAgentHolder |
WFMConfigService720Soap.getAgent(int siteID,
int[] agentIDArray,
int sortMode,
boolean ascending,
int infoType,
boolean provideActivities,
boolean provideTeamInfo,
boolean provideContractInfo)
Retrieve Agent info (
CfgAgent or CfgAgentShort ) by ID for given Site |
CfgAgentHolder |
WFMConfigService720Soap.getAgentByActivity(int siteID,
int[] activityIDArray,
double startDate,
double endDate,
int sortMode,
boolean ascending,
int infoType,
boolean provideActivities,
boolean provideTeamInfo,
boolean provideContractInfo) |
CfgAgentHolder |
WFMConfigService720Soap.getAgentByContract(int siteID,
int contractID,
double startDate,
double endDate,
int sortMode,
boolean ascending,
int infoType,
boolean provideActivities,
boolean provideTeamInfo,
boolean provideContractInfo) |
CfgAgentHolder |
WFMConfigService720Soap.getAgentByContractAndActivity(int siteID,
int contractID,
int[] activityIDArray,
double startDate,
double endDate,
int sortMode,
boolean ascending,
int infoType,
boolean provideActivities,
boolean provideTeamInfo,
boolean provideContractInfo) |
CfgAgentHolder |
WFMConfigService720Soap.getAgentByRotation(int siteID,
int rotationID,
double startDate,
double endDate,
int sortMode,
boolean ascending,
int infoType,
boolean provideActivities,
boolean provideTeamInfo,
boolean provideContractInfo) |
CfgAgentHolder |
WFMConfigService720Soap.getAgentByTeam(int siteID,
int[] teamIDArray,
int[] agentIDArray,
double startDate,
double endDate,
int sortMode,
boolean ascending,
int infoType,
boolean provideActivities,
boolean provideTeamInfo,
boolean provideContractInfo)
Retrieve Agent info (
CfgAgent or CfgAgentShort ) by ID or by Team ID for given Site |
CfgAgentHolder |
WFMConfigService720Soap.getAgentByTeamAndContract(int siteID,
int[] teamIDArray,
int[] agentIDArray,
int[] contractIDArray,
double startDate,
double endDate,
int sortMode,
boolean ascending,
int infoType,
boolean provideActivities,
boolean provideTeamInfo,
boolean provideContractInfo) |
CfgAgentHolder |
WFMConfigService720Soap.getAllAgent(int siteID,
double startDate,
double endDate,
int sortMode,
boolean ascending,
int infoType,
boolean provideActivities,
boolean provideTeamInfo,
boolean provideContractInfo)
Retrieve all Agent info (
CfgAgent or CfgAgentShort ) for given Site |
Modifier and Type | Method and Description |
---|---|
CfgAgentHolder |
WFMScheduleService720Soap.fetchAgentFromSnapshot(java.lang.String schSnapshotID,
int firstIndex,
int lastIndex,
int infoType,
boolean provideActivities,
boolean provideTeamInfo,
boolean provideContractInfo) |
CfgAgentHolder |
WFMScheduleService720Soap.getMasterAgent(int siteID,
double startDate,
double endDate,
int[] teamIDArray,
int[] agentIDArray,
int[] contractIDFilter,
int sortMode,
boolean ascending,
int infoType,
boolean provideActivities,
boolean provideTeamInfo,
boolean provideContractInfo) |
CfgAgentHolder |
WFMScheduleService720Soap.getScenarioAgent(int scheduleID,
int siteID,
int[] agentTypeFilter,
int[] teamIDArray,
int[] agentIDArray,
int[] contractIDFilter,
int sortMode,
boolean ascending,
int infoType,
boolean provideActivities,
boolean provideTeamInfo,
boolean provideContractInfo) |
CfgAgentHolder |
WFMScheduleService720Soap.getScheduledAgents(int scheduleID,
int siteID,
double startDate,
double endDate,
int[] flagFilter,
int sortMode,
boolean ascending,
int infoType,
boolean provideActivities,
boolean provideTeamInfo,
boolean provideContractInfo) |
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.