|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.outerj.daisy.repository.commonimpl.RepositoryImpl
org.outerj.daisy.repository.clientimpl.RemoteRepositoryImpl
Field Summary |
Fields inherited from class org.outerj.daisy.repository.commonimpl.RepositoryImpl |
user |
Constructor Summary | |
RemoteRepositoryImpl(org.outerj.daisy.repository.commonimpl.CommonRepository delegate,
org.outerj.daisy.repository.commonimpl.AuthenticatedUser user,
RemoteRepositoryManager.Context context)
|
Method Summary | |
java.lang.Object |
clone()
|
java.lang.String |
getBaseURL()
|
DaisyHttpClient |
getHttpClient()
|
org.apache.commons.httpclient.methods.GetMethod |
getResource(java.lang.String path,
java.util.Map parameters)
Communicate to the daisy server using HTTP. |
Methods inherited from class org.outerj.daisy.repository.commonimpl.RepositoryImpl |
addListener, createDocument, createDocument, createDocument, createDocument, createVariant, createVariant, deleteDocument, deleteVariant, deleteVariant, getAccessManager, getActiveRoleIds, getActiveRolesDisplayNames, getAvailableRoles, getAvailableVariants, getCollectionManager, getCommentManager, getCommonRepository, getDocument, getDocument, getDocument, getDocument, getExtension, getPartData, getPartData, getQueryManager, getRepositorySchema, getUser, getUserDisplayName, getUserId, getUserInfoAsXml, getUserLogin, getUserManager, getVariantManager, isInRole, isInRole, removeListener, setActiveRoleIds, switchRole |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RemoteRepositoryImpl(org.outerj.daisy.repository.commonimpl.CommonRepository delegate, org.outerj.daisy.repository.commonimpl.AuthenticatedUser user, RemoteRepositoryManager.Context context)
Method Detail |
public org.apache.commons.httpclient.methods.GetMethod getResource(java.lang.String path, java.util.Map parameters) throws org.outerj.daisy.repository.RepositoryException
The performed request is a GET request.
org.outerj.daisy.repository.RepositoryException
public DaisyHttpClient getHttpClient()
public java.lang.String getBaseURL()
public java.lang.Object clone()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |