| Modifier and Type | Method and Description |
|---|---|
InputStream |
RasService.createZipPackage(RvdProject project) |
String |
RasService.importAppToWorkspace(String applicationSid,
InputStream packageZipStream,
String loggedUser,
ProjectService projectService)
Unzips the package stream in a temporary directory and creates an app out of it.
|
String |
ProjectService.importProject(File tempProjectDir,
String suggestedName,
String owner) |
void |
ProjectService.importProjectFromRawArchive(InputStream archiveStream,
String applicationSid,
String owner) |
RvdProject |
ProjectService.load(String projectName)
Loads the project specified into an rvd project object
|
void |
ProjectService.updateProject(javax.servlet.http.HttpServletRequest request,
String projectName,
ProjectState existingProject) |
ValidationResult |
ProjectService.validateProject(String stateData) |
| Modifier and Type | Class and Description |
|---|---|
class |
AccessApiException |
class |
ApplicationAlreadyExists |
class |
ApplicationApiNotSynchedException |
class |
ApplicationsApiSyncException |
class |
ESRequestException |
class |
IncompatibleProjectVersion |
class |
InterpreterException |
class |
InvalidProjectVersion
Thrown when an invalid version identifier has been specified.
|
class |
InvalidServiceParameters |
class |
NotificationProcessingError |
class |
ProjectDoesNotExist |
class |
RestcommConfigNotFound |
class |
RestcommConfigProcessError
Thrown when an error occurs while process Restcomm configuration file (restcomm.xml).
|
class |
RestcommConfigurationException |
class |
UndefinedTarget |
class |
UserNotAuthenticated |
| Modifier and Type | Class and Description |
|---|---|
class |
CallControlBadRequestException |
class |
CallControlException
The base class for all callcontrol related exceptions.
|
class |
CallControlInvalidConfigurationException
Thrown for all configuration issues.
|
class |
UnauthorizedCallControlAccess
Thrown when trying to access the call control services without proper accessToken parameter
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppPackageDoesNotExist |
class |
PackagingDoesNotExist |
class |
PackagingException |
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidProjectKind |
class |
ProjectException |
class |
UnsupportedProjectVersion
Thrown when:
- trying to import projectswhose version is not supported by this version of RVD
- ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidRestcommAppPackage |
class |
RasException |
class |
RestcommAppAlreadyExists |
class |
UnsupportedRasApplicationVersion |
| Modifier and Type | Method and Description |
|---|---|
protected javax.ws.rs.core.Response |
RestService.buildErrorResponse(javax.ws.rs.core.Response.Status httpStatus,
RvdResponse.Status rvdStatus,
RvdException exception) |
RvdResponse |
RvdResponse.setException(RvdException e) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
RasRestService.listRappsByProjectSid(javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
String |
Interpreter.interpret() |
| Modifier and Type | Class and Description |
|---|---|
class |
BadExternalServiceResponse
The response to an External Service request is invalid.
|
class |
ErrorParsingExternalServiceUrl |
class |
InvalidAccessOperationAction |
class |
ReferencedModuleDoesNotExist
A module was used (by name or by label) and did not exist.
|
class |
RemoteServiceError
The remote service failed returning an HTTP error code
|
class |
RVDUnsupportedHandlerVerb
The interpreter is requested to handle an action (target=*.$stepname.handle)
but the step targetted is not capable of containing any actions.
|
class |
UnsupportedRVDStep |
| Modifier and Type | Class and Description |
|---|---|
class |
ValidationException |
class |
ValidationFrameworkException
Thrown when an error prevents validation.
|
| Modifier and Type | Method and Description |
|---|---|
static RvdProject |
RvdProject.fromJson(String name,
String projectJson) |
static ProjectState |
RvdProject.toModel(String projectJson) |
| Modifier and Type | Class and Description |
|---|---|
static class |
RestcommClient.RestcommClientException |
static class |
RestcommClient.RestcommClientInitializationException |
| Modifier and Type | Method and Description |
|---|---|
static void |
FsPackagingStorage.storeRappBinary(File sourceFile,
String projectName,
WorkspaceStorage storage) |
| Modifier and Type | Class and Description |
|---|---|
class |
BadProjectHeader |
class |
BadWorkspaceDirectoryStructure |
class |
ProjectAlreadyExists |
class |
ProjectDirectoryAlreadyExists |
class |
StorageEntityNotFound
Throw when the specific piece of data we are looking for does not exist.
|
class |
StorageException |
class |
WavItemDoesNotExist |
| Modifier and Type | Class and Description |
|---|---|
class |
NoUpgradePathException |
class |
NoUpgraderException |
class |
UpgradeException |
| Modifier and Type | Method and Description |
|---|---|
static File |
RvdUtils.createTempDir() |
| Modifier and Type | Class and Description |
|---|---|
class |
ZipperException |
| Modifier and Type | Class and Description |
|---|---|
class |
RvdValidationException |
Copyright © 2016. All Rights Reserved.