Package | Description |
---|---|
org.nuxeo.ecm.media.publishing.wistia | |
org.nuxeo.ecm.media.publishing.wistia.model | |
org.nuxeo.ecm.media.publishing.wistia.rest |
Modifier and Type | Method and Description |
---|---|
Project |
WistiaClient.createProject(String name,
javax.ws.rs.core.MultivaluedMap<String,String> queryParams)
Creates a new project.
|
Project |
WistiaClient.deleteProject(String hashedId)
Deletes a project from an account.
|
Project |
WistiaClient.getProject(String hashedId)
Gets information about a specific project.
|
Project |
WistiaClient.updateProject(String hashedId,
javax.ws.rs.core.MultivaluedMap<String,String> queryParams)
Updates attributes on a project.
|
Modifier and Type | Method and Description |
---|---|
List<Project> |
WistiaClient.getProjects()
Obtains a list of all the projects in an account.
|
List<Project> |
WistiaPublishingActions.getProjects(String account)
Helper to retrieve a list of projects for a given Wistia account
|
List<Project> |
WistiaService.getProjects(String account) |
Modifier and Type | Field and Description |
---|---|
protected Project |
Media.project |
Modifier and Type | Method and Description |
---|---|
Project |
Media.getProject() |
Modifier and Type | Method and Description |
---|---|
void |
Media.setProject(Project project) |
Modifier and Type | Method and Description |
---|---|
static Project |
WistiaResponseParser.asProject(com.sun.jersey.api.client.ClientResponse clientResponse) |
Modifier and Type | Method and Description |
---|---|
static List<Project> |
WistiaResponseParser.asProjectList(com.sun.jersey.api.client.ClientResponse clientResponse) |
Copyright © 2017 Nuxeo. All rights reserved.