| Constructor and Description |
|---|
FcrepoConfiguration()
Create a new FcrepoConfiguration object
|
| Modifier and Type | Method and Description |
|---|---|
FcrepoConfiguration |
clone()
Copy an FcrepoConfiguration object.
|
String |
getAccept()
accept getter
|
String |
getAuthHost()
authHost getter
|
String |
getAuthPassword()
authPassword getter
|
String |
getAuthUsername()
authUsername getter
|
String |
getBaseUrl()
baseUrl getter
|
String |
getContentType()
contentType getter
|
Boolean |
getMetadata()
metadata getter
|
String |
getPreferInclude()
preferOmit getter
|
String |
getPreferOmit()
preferOmit getter
|
Boolean |
getThrowExceptionOnFailure()
throwExceptionOnFailure getter
|
Boolean |
getTombstone()
tombstone getter
|
String |
getTransform()
transform getter
|
void |
setAccept(String type)
accept setter
|
void |
setAuthHost(String host)
authHost setter
|
void |
setAuthPassword(String password)
authPassword setter
|
void |
setAuthUsername(String username)
authUsername setter
|
void |
setBaseUrl(String url)
baseUrl setter
|
void |
setContentType(String type)
contentType setter
|
void |
setMetadata(Boolean metadata)
metadata setter
|
void |
setPreferInclude(String include)
preferInclude setter
|
void |
setPreferOmit(String omit)
preferOmit setter
|
void |
setThrowExceptionOnFailure(Boolean throwOnFailure)
throwExceptionOnFailure setter
|
void |
setTombstone(Boolean tombstone)
tombstone setter
|
void |
setTransform(String transform)
transform setter
|
public FcrepoConfiguration()
public FcrepoConfiguration clone()
public void setBaseUrl(String url)
url - the baseUrl stringpublic String getBaseUrl()
public void setAccept(String type)
type - the content-type for Accept headerspublic String getAccept()
public void setContentType(String type)
type - the content-type for Content-Type headerspublic String getContentType()
public void setAuthUsername(String username)
username - used for authenticationpublic String getAuthUsername()
public void setAuthPassword(String password)
password - used for authenticationpublic String getAuthPassword()
public void setAuthHost(String host)
host - used for authenticationpublic String getAuthHost()
public void setMetadata(Boolean metadata)
metadata - whether to retrieve rdf metadata for non-rdf nodespublic Boolean getMetadata()
public void setThrowExceptionOnFailure(Boolean throwOnFailure)
throwOnFailure - whether non-2xx HTTP response codes throw exceptionspublic Boolean getThrowExceptionOnFailure()
public void setTransform(String transform)
transform - define an LD-Path transform program for converting RDF to JSONpublic String getTransform()
public void setTombstone(Boolean tombstone)
tombstone - whether to access the /fcr:tombstone endpoint for a resourcepublic Boolean getTombstone()
public void setPreferInclude(String include)
public String getPreferInclude()
public void setPreferOmit(String omit)
public String getPreferOmit()
Copyright © 2015 DuraSpace, Inc.. All Rights Reserved.