public class FedoraEndpoint extends org.apache.marmotta.ldclient.api.endpoint.Endpoint
| Constructor and Description |
|---|
FedoraEndpoint(java.lang.String namespace)
Create a Fedora endpoint to be used with the Marmotta LDClient
Note: the baseUrl defined here is used by the LDClient to determine
what rules to apply when dereferencing URIs that start with the
given namespace.
|
FedoraEndpoint(java.lang.String namespace,
java.lang.Long timeout)
Create a Fedora endpoint to be used with the Marmotta LDClient
Note: the baseUrl defined here is used by the LDClient to determine
what rules to apply when dereferencing URIs that start with the
given namespace.
|
addContentType, compareTo, equals, getContentTypes, getDefaultExpiry, getEndpointUrl, getName, getPriority, getProperty, getType, getUriPattern, getUriPatternCompiled, handles, hashCode, hasProperty, isActive, setActive, setContentTypes, setDefaultExpiry, setEndpointUrl, setName, setPriority, setProperty, setType, setUriPatternpublic FedoraEndpoint(java.lang.String namespace)
namespace - the namespace for the Fedora endpoint (e.g. http://localhost:8080/fcrepo/rest/)public FedoraEndpoint(java.lang.String namespace, java.lang.Long timeout)
namespace - the namespace for the Fedora endpoint (e.g. http://localhost:8080/fcrepo/rest/)timeout - the length of time (in seconds) to cache the dataCopyright © 2013-2019 DuraSpace, Inc.. All Rights Reserved.