Package | Description |
---|---|
com.genesyslab.wfm8.API.service.session800 |
Session service is used to work with a user sessions of all WFM servers.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<ServiceInfo> |
SessionInfoEx.services
A list listing all services that can be accessed using this session
|
protected java.util.List<ServiceInfo> |
SessionInfo2.services
A list listing all services that can be accessed using this session
|
protected java.util.List<ServiceInfo> |
SessionInfo.services
A list listing all services that can be accessed using this session
|
Modifier and Type | Method and Description |
---|---|
ServiceInfo |
ServiceInfo.withServiceName(java.lang.String value) |
ServiceInfo |
ServiceInfo.withServiceURL(java.lang.String value) |
ServiceInfo |
ServiceInfo.withServiceWSDL(java.lang.String value) |
ServiceInfo |
ServiceInfo.withVersion(int value) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ServiceInfo> |
SessionInfoEx.getServices()
Gets the value of the services property.
|
java.util.List<ServiceInfo> |
SessionInfo2.getServices()
Gets the value of the services property.
|
java.util.List<ServiceInfo> |
SessionInfo.getServices()
Gets the value of the services property.
|
Modifier and Type | Method and Description |
---|---|
SessionInfoEx |
SessionInfoEx.withServices(ServiceInfo... values) |
SessionInfo2 |
SessionInfo2.withServices(ServiceInfo... values) |
SessionInfo |
SessionInfo.withServices(ServiceInfo... values) |
Modifier and Type | Method and Description |
---|---|
void |
SessionInfoEx.setServices(java.util.List<ServiceInfo> services)
Sets the value of the services property.
|
void |
SessionInfo2.setServices(java.util.List<ServiceInfo> services)
Sets the value of the services property.
|
void |
SessionInfo.setServices(java.util.List<ServiceInfo> services)
Sets the value of the services property.
|
SessionInfoEx |
SessionInfoEx.withServices(java.util.Collection<ServiceInfo> values) |
SessionInfo2 |
SessionInfo2.withServices(java.util.Collection<ServiceInfo> values) |
SessionInfo |
SessionInfo.withServices(java.util.Collection<ServiceInfo> values) |
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.