Package | Description |
---|---|
com.genesyslab.wfm8.API.service.schedule850 |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<SchScenarioSite> |
SchScenario.schSites
An array of sites in the scenario.
|
Modifier and Type | Method and Description |
---|---|
SchScenarioSite |
SchScenarioSite.withSchActivities(java.util.Collection<java.lang.Integer> values) |
SchScenarioSite |
SchScenarioSite.withSchActivities(java.lang.Integer... values) |
SchScenarioSite |
SchScenarioSite.withSchActivitiesNSizeIs(int value) |
SchScenarioSite |
SchScenarioSite.withSchAgents(java.util.Collection<SchScenarioAgent> values) |
SchScenarioSite |
SchScenarioSite.withSchAgents(SchScenarioAgent... values) |
SchScenarioSite |
SchScenarioSite.withSchAgentsNSizeIs(int value) |
SchScenarioSite |
SchScenarioSite.withWmSiteId(int value) |
Modifier and Type | Method and Description |
---|---|
java.util.List<SchScenarioSite> |
SchScenario.getSchSites()
Gets the value of the schSites property.
|
Modifier and Type | Method and Description |
---|---|
SchScenario |
SchScenario.withSchSites(SchScenarioSite... values) |
Modifier and Type | Method and Description |
---|---|
int |
WFMScheduleService850Soap.createScenario(java.lang.String name,
double startDate,
double endDate,
double endDateExt,
java.util.List<SchScenarioSite> sites,
int type,
java.lang.String comments)
Creates new schedule scenario
SchScenario |
void |
SchScenario.setSchSites(java.util.List<SchScenarioSite> schSites)
Sets the value of the schSites property.
|
SchScenario |
SchScenario.withSchSites(java.util.Collection<SchScenarioSite> values) |
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.