Package | Description |
---|---|
com.sen.openscape.csta.callcontrol |
Provides Classes and public interfaces for handling of CSTA objects such as CstaMonitor, CstaDevice, CstaCall and CstaConnection.
|
Modifier and Type | Field and Description |
---|---|
java.util.HashMap<java.lang.String,CstaRouteDialog> |
CstaRouteService.cstaRouteDialogs |
Modifier and Type | Method and Description |
---|---|
CstaRouteDialog[] |
CstaRouteService.getRouteDialogArray()
Get an Array of RouteDialogs for this RouteService.
|
CstaRouteDialog |
CstaRouteService.getRouteDialogByCrossRefId(java.lang.String routeCrossRefId)
Get the specific RouteDialog by CrossRefId.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<CstaRouteDialog> |
CstaRouteService.getRouteDialogCollection()
Get a Collection of RouteDialogs for this RouteService.
|