org.pentaho.platform.util.client
Class BiPlatformRepositoryClient
java.lang.Object
  
org.pentaho.platform.util.client.BiPlatformRepositoryClient
public class BiPlatformRepositoryClient
- extends Object
 
 
 
 
 
PLATFORMORIG
public static final String PLATFORMORIG
- See Also:
 - Constant Field Values
 
BiPlatformRepositoryClient
public BiPlatformRepositoryClient()
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()