public abstract class ParticipantsEndpoint extends CallsEndpoint
SecuredEndpoint.SecuredType| Modifier and Type | Field and Description |
|---|---|
protected AccountsDao |
accountsDao |
protected com.google.gson.GsonBuilder |
builder |
protected akka.actor.ActorRef |
callManager |
protected org.apache.commons.configuration.Configuration |
configuration |
protected javax.servlet.ServletContext |
context |
protected DaoManager |
daos |
protected com.google.gson.Gson |
gson |
protected String |
instanceId |
protected CallDetailRecordListConverter |
listConverter |
protected RecordingsDao |
recordingsDao |
protected com.thoughtworks.xstream.XStream |
xstream |
normalizePhoneNumbers, securityLevelextensions, identityContext, logger, userIdentityContextbaseRecordingsPath| Constructor and Description |
|---|
ParticipantsEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
protected javax.ws.rs.core.Response |
getCall(String accountSid,
String sid,
javax.ws.rs.core.MediaType responseType) |
protected javax.ws.rs.core.Response |
getCalls(String accountSid,
String conferenceSid,
javax.ws.rs.core.UriInfo info,
javax.ws.rs.core.MediaType responseType) |
void |
init() |
protected javax.ws.rs.core.Response |
updateCall(String sid,
String callSid,
javax.ws.rs.core.MultivaluedMap<String,String> data,
javax.ws.rs.core.MediaType responseType) |
getCalls, getRecordingsByCall, muteUnmuteCall, putCallallowOnlySuperAdmin, checkAuthenticatedAccount, checkPermission, executePostApiAction, executePreApiAction, getAdministratorRole, hasAccountRole, init, isSecuredByPermission, isSuperAdmin, secure, secure, securegetApiVersion, getBigInteger, getBoolean, getDateTime, getHasVoiceCallerIdLookup, getInteger, getLong, getMethod, getPhoneNumber, getSid, getUrl, isEmpty@Context protected javax.servlet.ServletContext context
protected org.apache.commons.configuration.Configuration configuration
protected akka.actor.ActorRef callManager
protected DaoManager daos
protected com.google.gson.Gson gson
protected com.google.gson.GsonBuilder builder
protected com.thoughtworks.xstream.XStream xstream
protected CallDetailRecordListConverter listConverter
protected AccountsDao accountsDao
protected RecordingsDao recordingsDao
protected String instanceId
@PostConstruct public void init()
init in class CallsEndpointprotected javax.ws.rs.core.Response getCall(String accountSid, String sid, javax.ws.rs.core.MediaType responseType)
getCall in class CallsEndpointprotected javax.ws.rs.core.Response getCalls(String accountSid, String conferenceSid, javax.ws.rs.core.UriInfo info, javax.ws.rs.core.MediaType responseType)
protected javax.ws.rs.core.Response updateCall(String sid, String callSid, javax.ws.rs.core.MultivaluedMap<String,String> data, javax.ws.rs.core.MediaType responseType)
updateCall in class CallsEndpointCopyright © 2017. All Rights Reserved.