public class ProxyRepository extends AbstractRepository
repository factory
.Constructor and Description |
---|
ProxyRepository(java.util.Map<java.lang.String,java.lang.String> parameters)
Creates a proxy for the repository (or repositories) accessible
using the given repository parameters.
|
ProxyRepository(RepositoryFactory factory)
Creates a proxy for the repository (or repositories) accessible
through the given factory.
|
ProxyRepository(java.lang.String uri)
Creates a proxy for the repository accessible using the given
repository URI.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescriptor(java.lang.String key)
Returns the descriptor with the given key from the proxied repository.
|
java.lang.String[] |
getDescriptorKeys()
Returns the descriptor keys of the proxied repository, or an empty
array if the proxied repository can not be accessed.
|
Value |
getDescriptorValue(java.lang.String key)
Returns the value of the descriptor with the given key from the proxied
repository.
|
Value[] |
getDescriptorValues(java.lang.String key)
Returns the values of the descriptor with the given key from the proxied
repository.
|
boolean |
isSingleValueDescriptor(java.lang.String key)
Checks whether the given key identifies a valid single-valued
descriptor key in the proxied repository.
|
Session |
login(Credentials credentials,
java.lang.String workspace)
Logs in to the proxied repository and returns the resulting session.
|
isStandardDescriptor, login, login, login, login
public ProxyRepository(RepositoryFactory factory)
factory
- repository factorypublic ProxyRepository(java.util.Map<java.lang.String,java.lang.String> parameters)
parameters
- repository parameterspublic ProxyRepository(java.lang.String uri)
uri
- repository URIpublic java.lang.String[] getDescriptorKeys()
public boolean isSingleValueDescriptor(java.lang.String key)
false
if the proxied repository can not be accessed.true
if the key identifies a valid single-valued
descriptor in the proxied repository,
false
otherwisepublic java.lang.String getDescriptor(java.lang.String key)
null
if the descriptor does not exist or if the
proxied repository can not be accessed.key
- descriptor keynull
public Value getDescriptorValue(java.lang.String key)
null
if the descriptor does not exist
or if the proxied repository can not be accessed.key
- descriptor keynull
public Value[] getDescriptorValues(java.lang.String key)
null
if the descriptor does not exist
or if the proxied repository can not be accessed.key
- descriptor keynull
public Session login(Credentials credentials, java.lang.String workspace) throws RepositoryException
Note that the Session#getRepository()
method of the resulting
session will return the proxied repository, not this repository proxy!
RepositoryException
- if the proxied repository can not be
accessed, or if the login in the proxied
repository fails"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"