| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.e_c_group.bwptk.services.CallRecording
public class CallRecording
| Constructor Summary | |
|---|---|
CallRecording()
 | 
|
| Method Summary | |
|---|---|
static Response | 
groupCallRecordingGetRequest(BroadWorksServer bws,
                             boolean readFromCache,
                             java.lang.String serviceProviderId,
                             java.lang.String groupId)
Get the Call Recording platform for a group.  | 
static Response | 
groupCallRecordingModifyRequest(BroadWorksServer bws,
                                boolean readFromCache,
                                java.lang.String serviceProviderId,
                                java.lang.String groupId,
                                java.lang.String name)
Get the Call Recording platform for a group.  | 
static Response | 
systemCallRecordingAddPlatformRequest(BroadWorksServer bws,
                                      boolean readFromCache,
                                      java.lang.String name,
                                      java.lang.String netAddress,
                                      java.lang.String port,
                                      java.lang.String mediaStream,
                                      java.lang.String transportType,
                                      java.lang.String description)
Get the Call Recording platform for a group.  | 
static Response | 
systemCallRecordingDeletePlatformRequest(BroadWorksServer bws,
                                         boolean readFromCache,
                                         java.lang.String name)
Get the Call Recording platform for a group.  | 
static Response | 
systemCallRecordingGetPlatformListRequest(BroadWorksServer bws,
                                          boolean readFromCache)
Get the Call Recording platform for a group.  | 
static Response | 
systemCallRecordingGetPlatformUsageRequest(BroadWorksServer bws,
                                           boolean readFromCache,
                                           java.lang.String name)
Get the Call Recording platform for a group.  | 
static Response | 
systemCallRecordingModifyPlatformRequest(BroadWorksServer bws,
                                         boolean readFromCache,
                                         java.lang.String name,
                                         java.lang.String netAddress,
                                         java.lang.String port,
                                         java.lang.String mediaStream,
                                         java.lang.String becomeSystemDefault,
                                         java.lang.String transportType,
                                         java.lang.String description)
Get the Call Recording platform for a group.  | 
static Response | 
userCallRecordingGetRequest(BroadWorksServer bws,
                            boolean readFromCache,
                            java.lang.String userId)
Get the Call Recording platform for a group.  | 
static Response | 
userCallRecordingModifyRequest(BroadWorksServer bws,
                               boolean readFromCache,
                               java.lang.String userId,
                               java.lang.String recordingOption)
Get the Call Recording platform for a group.  | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public CallRecording()
| Method Detail | 
|---|
public static Response groupCallRecordingGetRequest(BroadWorksServer bws,
                                                    boolean readFromCache,
                                                    java.lang.String serviceProviderId,
                                                    java.lang.String groupId)
                                             throws BwptkException
bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheserviceProviderId - groupId - 
BwptkException
public static Response groupCallRecordingModifyRequest(BroadWorksServer bws,
                                                       boolean readFromCache,
                                                       java.lang.String serviceProviderId,
                                                       java.lang.String groupId,
                                                       java.lang.String name)
                                                throws BwptkException
bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheserviceProviderId - groupId - name - 
BwptkException
public static Response systemCallRecordingAddPlatformRequest(BroadWorksServer bws,
                                                             boolean readFromCache,
                                                             java.lang.String name,
                                                             java.lang.String netAddress,
                                                             java.lang.String port,
                                                             java.lang.String mediaStream,
                                                             java.lang.String transportType,
                                                             java.lang.String description)
                                                      throws BwptkException
bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cachename - netAddress - port - mediaStream - transportType - description - 
BwptkException
public static Response systemCallRecordingDeletePlatformRequest(BroadWorksServer bws,
                                                                boolean readFromCache,
                                                                java.lang.String name)
                                                         throws BwptkException
bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cachename - 
BwptkException
public static Response systemCallRecordingGetPlatformListRequest(BroadWorksServer bws,
                                                                 boolean readFromCache)
                                                          throws BwptkException
bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cache
BwptkException
public static Response systemCallRecordingGetPlatformUsageRequest(BroadWorksServer bws,
                                                                  boolean readFromCache,
                                                                  java.lang.String name)
                                                           throws BwptkException
bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cachename - 
BwptkException
public static Response systemCallRecordingModifyPlatformRequest(BroadWorksServer bws,
                                                                boolean readFromCache,
                                                                java.lang.String name,
                                                                java.lang.String netAddress,
                                                                java.lang.String port,
                                                                java.lang.String mediaStream,
                                                                java.lang.String becomeSystemDefault,
                                                                java.lang.String transportType,
                                                                java.lang.String description)
                                                         throws BwptkException
bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cachename - netAddress - port - mediaStream - becomeSystemDefault - transportType - description - 
BwptkException
public static Response userCallRecordingGetRequest(BroadWorksServer bws,
                                                   boolean readFromCache,
                                                   java.lang.String userId)
                                            throws BwptkException
bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheuserId - 
BwptkException
public static Response userCallRecordingModifyRequest(BroadWorksServer bws,
                                                      boolean readFromCache,
                                                      java.lang.String userId,
                                                      java.lang.String recordingOption)
                                               throws BwptkException
bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheuserId - recordingOption - 
BwptkException
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||