|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of UrlBuilder in org.apache.chemistry.opencmis.client.bindings.spi.atompub |
---|
Methods in org.apache.chemistry.opencmis.client.bindings.spi.atompub with parameters of type UrlBuilder | |
---|---|
protected void |
AbstractAtomPubService.delete(UrlBuilder url)
Performs a DELETE on an URL, checks the response code and returns the result. |
static HttpUtils.Response |
HttpUtils.invokeDELETE(UrlBuilder url,
BindingSession session)
|
static HttpUtils.Response |
HttpUtils.invokeGET(UrlBuilder url,
BindingSession session)
|
static HttpUtils.Response |
HttpUtils.invokeGET(UrlBuilder url,
BindingSession session,
java.math.BigInteger offset,
java.math.BigInteger length)
|
static HttpUtils.Response |
HttpUtils.invokePOST(UrlBuilder url,
java.lang.String contentType,
HttpUtils.Output writer,
BindingSession session)
|
static HttpUtils.Response |
HttpUtils.invokePUT(UrlBuilder url,
java.lang.String contentType,
java.util.Map<java.lang.String,java.lang.String> headers,
HttpUtils.Output writer,
BindingSession session)
|
protected HttpUtils.Response |
AbstractAtomPubService.post(UrlBuilder url,
java.lang.String contentType,
HttpUtils.Output writer)
Performs a POST on an URL, checks the response code and returns the result. |
protected HttpUtils.Response |
AbstractAtomPubService.put(UrlBuilder url,
java.lang.String contentType,
HttpUtils.Output writer)
Performs a PUT on an URL, checks the response code and returns the result. |
protected HttpUtils.Response |
AbstractAtomPubService.put(UrlBuilder url,
java.lang.String contentType,
java.util.Map<java.lang.String,java.lang.String> headers,
HttpUtils.Output writer)
Performs a PUT on an URL, checks the response code and returns the result. |
protected HttpUtils.Response |
AbstractAtomPubService.read(UrlBuilder url)
Performs a GET on an URL, checks the response code and returns the result. |
Uses of UrlBuilder in org.apache.chemistry.opencmis.commons.impl |
---|
Methods in org.apache.chemistry.opencmis.commons.impl that return UrlBuilder | |
---|---|
UrlBuilder |
UrlBuilder.addParameter(java.lang.String name,
java.lang.Object value)
Adds a parameter to the URL. |
UrlBuilder |
UrlBuilder.addPath(java.lang.String path)
Adds a path to the URL. |
protected UrlBuilder |
UrlBuilder.addPathPart(java.lang.String part,
boolean quoteSlash)
|
UrlBuilder |
UrlBuilder.addPathSegment(java.lang.String pathSegment)
Adds a path segment to the URL. |
Constructors in org.apache.chemistry.opencmis.commons.impl with parameters of type UrlBuilder | |
---|---|
UrlBuilder(UrlBuilder urlBuilder)
Copy constructor. |
Uses of UrlBuilder in org.apache.chemistry.opencmis.server.impl.atompub |
---|
Methods in org.apache.chemistry.opencmis.server.impl.atompub that return UrlBuilder | |
---|---|
static UrlBuilder |
AtomPubUtils.compileBaseUrl(javax.servlet.http.HttpServletRequest request,
java.lang.String repositoryId)
Compiles the base URL for links, collections and templates. |
static UrlBuilder |
AtomPubUtils.compileUrlBuilder(UrlBuilder baseUrl,
java.lang.String resource,
java.lang.String id)
Compiles a URL for links, collections and templates. |
Methods in org.apache.chemistry.opencmis.server.impl.atompub with parameters of type UrlBuilder | |
---|---|
static java.lang.String |
AtomPubUtils.compileUrl(UrlBuilder baseUrl,
java.lang.String resource,
java.lang.String id)
Compiles a URL for links, collections and templates. |
static UrlBuilder |
AtomPubUtils.compileUrlBuilder(UrlBuilder baseUrl,
java.lang.String resource,
java.lang.String id)
Compiles a URL for links, collections and templates. |
static void |
AtomPubUtils.writeContentChangesObjectEntry(CmisService service,
AtomEntry entry,
ObjectData object,
java.util.List<ObjectInFolderContainer> children,
java.lang.String repositoryId,
java.lang.String pathSegment,
java.lang.String relativePathSegment,
UrlBuilder baseUrl,
boolean isRoot)
Writes the a object entry in a content changes list. |
static void |
AtomPubUtils.writeObjectChildren(CmisService service,
AtomEntry entry,
ObjectInfo folderInfo,
java.util.List<ObjectInFolderContainer> children,
java.lang.String repositoryId,
UrlBuilder baseUrl)
Writes an objects entry children feed. |
static void |
AtomPubUtils.writeObjectEntry(CmisService service,
AtomEntry entry,
ObjectData object,
java.util.List<ObjectInFolderContainer> children,
java.lang.String repositoryId,
java.lang.String pathSegment,
java.lang.String relativePathSegment,
UrlBuilder baseUrl,
boolean isRoot)
Writes the a object entry. |
void |
AtomFeed.writePagingLinks(UrlBuilder pagingUrl,
java.math.BigInteger maxItems,
java.math.BigInteger skipCount,
java.math.BigInteger numItems,
java.lang.Boolean hasMoreItems,
java.math.BigInteger pageSize)
Writes paging links. |
static void |
AtomPubUtils.writeTypeEntry(AtomEntry entry,
TypeDefinition type,
java.util.List<TypeDefinitionContainer> children,
java.lang.String repositoryId,
UrlBuilder baseUrl,
boolean isRoot)
Writes the a type entry. |
Uses of UrlBuilder in org.apache.chemistry.opencmis.server.impl.browser |
---|
Methods in org.apache.chemistry.opencmis.server.impl.browser that return UrlBuilder | |
---|---|
static UrlBuilder |
BrowserBindingUtils.compileBaseUrl(javax.servlet.http.HttpServletRequest request)
Compiles the base URL for links, collections and templates. |
static UrlBuilder |
BrowserBindingUtils.compileRepositoryUrl(javax.servlet.http.HttpServletRequest request,
java.lang.String repositoryId)
|
static UrlBuilder |
BrowserBindingUtils.compileRootUrl(javax.servlet.http.HttpServletRequest request,
java.lang.String repositoryId)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |