@Deprecated public class CopyBuilder extends MoveBuilder
client, request, targetUri| Constructor and Description |
|---|
CopyBuilder(URI sourceUrl,
URI destinationUrl,
FcrepoClient client)
Deprecated.
Instantiate builder
|
| Modifier and Type | Method and Description |
|---|---|
CopyBuilder |
addHeader(String name,
String value)
Deprecated.
Add a header with the given name and value to the request.
|
protected org.apache.http.client.methods.HttpRequestBase |
createRequest()
Deprecated.
Creates the HTTP request object for this builder
|
addLinkHeader, performpublic CopyBuilder(URI sourceUrl, URI destinationUrl, FcrepoClient client)
sourceUrl - uri of the resourcedestinationUrl - uri for the new path for the moved resourceclient - the clientprotected org.apache.http.client.methods.HttpRequestBase createRequest()
RequestBuildercreateRequest in class MoveBuilderpublic CopyBuilder addHeader(String name, String value)
RequestBuilderaddHeader in class MoveBuildername - name of the headervalue - value of the headerCopyright © 2013–2021 DuraSpace, Inc.. All rights reserved.