org.pentaho.platform.util.client
Class BiPlatformRepositoryClient

java.lang.Object
  extended by org.pentaho.platform.util.client.BiPlatformRepositoryClient

public class BiPlatformRepositoryClient
extends java.lang.Object


Field Summary
static java.lang.String PLATFORMORIG
           
 
Constructor Summary
BiPlatformRepositoryClient()
           
 
Method Summary
 void connect()
          Connects to a BI server and gets the repository index document.
 BiPlatformRepositoryClientNavigationService getNavigationService()
           
 BiPlatformRepositoryClientObjectService getObjectService()
           
 java.lang.String getPassword()
           
 java.lang.String getServerUri()
           
 java.lang.String getUserId()
           
 void setPassword(java.lang.String password)
           
 void setServerUri(java.lang.String serverUri)
           
 void setUserId(java.lang.String userId)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PLATFORMORIG

public static final java.lang.String PLATFORMORIG
See Also:
Constant Field Values
Constructor Detail

BiPlatformRepositoryClient

public BiPlatformRepositoryClient()
Method Detail

connect

public void connect()
             throws ServiceException
Connects to a BI server and gets the repository index document. This can be called again to refresh the document

Throws:
ServiceException

getServerUri

public java.lang.String getServerUri()

setServerUri

public void setServerUri(java.lang.String serverUri)

getUserId

public java.lang.String getUserId()

setUserId

public void setUserId(java.lang.String userId)

getPassword

public java.lang.String getPassword()

setPassword

public void setPassword(java.lang.String password)

getObjectService

public BiPlatformRepositoryClientObjectService getObjectService()

getNavigationService

public BiPlatformRepositoryClientNavigationService getNavigationService()