Package | Description |
---|---|
org.zanata.rest.client | |
org.zanata.rest.service |
Modifier and Type | Method and Description |
---|---|
org.jboss.resteasy.client.ClientResponse<Resource> |
ISourceDocResource.getResource(String idNoSlash,
Set<String> extensions) |
Modifier and Type | Method and Description |
---|---|
org.jboss.resteasy.client.ClientResponse<String> |
ISourceDocResource.post(Resource messageBody,
Set<String> extensions,
boolean copytrans) |
org.jboss.resteasy.client.ClientResponse<String> |
ISourceDocResource.putResource(String idNoSlash,
Resource resource,
Set<String> extensions)
Deprecated.
|
org.jboss.resteasy.client.ClientResponse<String> |
ISourceDocResource.putResource(String idNoSlash,
Resource resource,
Set<String> extensions,
boolean copytrans) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
SourceDocResource.post(Resource resource,
Set<String> extensions,
boolean copytrans)
Creates a new Document.
|
javax.ws.rs.core.Response |
SourceDocResource.putResource(String idNoSlash,
Resource resource,
Set<String> extensions,
boolean copytrans)
Creates or modifies a Document.
|
ProcessStatus |
AsynchronousProcessResource.startSourceDocCreation(String idNoSlash,
String projectSlug,
String iterationSlug,
Resource resource,
Set<String> extensions,
boolean copytrans)
Attempts to start the creation of a source document.
|
ProcessStatus |
AsynchronousProcessResource.startSourceDocCreationOrUpdate(String idNoSlash,
String projectSlug,
String iterationSlug,
Resource resource,
Set<String> extensions,
boolean copytrans)
Attempts to starts the creation or update of a source document.
|
Copyright © 2015 Zanata Project. All rights reserved.