org.pentaho.platform.util.client
Class BiPlatformRepositoryClient

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

public class BiPlatformRepositoryClient
extends Object


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

Field Detail

PLATFORMORIG

public static final 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 String getServerUri()

setServerUri

public void setServerUri(String serverUri)

getUserId

public String getUserId()

setUserId

public void setUserId(String userId)

getPassword

public String getPassword()

setPassword

public void setPassword(String password)

getObjectService

public BiPlatformRepositoryClientObjectService getObjectService()

getNavigationService

public BiPlatformRepositoryClientNavigationService getNavigationService()