com.microstrategy.web.objects.WebConnectionMap |
![]() |
A Connection Map is an association of one WebDBLogin
, one
WebDBConnection
, one WebDBRole
, one WebUser
,
and one WebProject
. Each connection map is uniquely identified
by its role, user, and project.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
delete()
Deletes the
WebConnectionMap from the IServer. | ||||||||||
abstract WebDBConnection |
getConnection()
Return the
WebDBConnection object associated with this
connection map | ||||||||||
abstract WebDBLogin |
getLogin()
Return the
WebDBLogin object associated with this Connection
Map | ||||||||||
abstract WebProject |
getProject()
Returns the
WebProject object associated with this connection
map | ||||||||||
abstract WebDBRole |
getRole()
Returns the associated
WebDBRole object | ||||||||||
abstract WebUserEntity |
getUser()
Returns the
WebUserEntity associated with this connection map | ||||||||||
abstract boolean |
isInMD()
Specifies whether this connection map (identified by role, project,
user) exists in metadata
| ||||||||||
abstract void |
save()
Saves all changes made to the
WebConnectionMap . | ||||||||||
abstract void |
setConnection(WebDBConnection connection)
Sets the
WebDBConnection object assciated with this
connection map | ||||||||||
abstract void |
setLogin(WebDBLogin login)
Sets the
WebDBLogin object by object |
Deletes the WebConnectionMap
from the IServer.
WebObjectsException |
---|
Return the WebDBConnection
object associated with this
connection map
WebDBConnection
object
Return the WebDBLogin
object associated with this Connection
Map
WebDBLogin
object
Returns the WebProject
object associated with this connection
map
WebProject
object
Returns the WebUserEntity
associated with this connection map
WebUserEntity
object
Specifies whether this connection map (identified by role, project, user) exists in metadata
Saves all changes made to the WebConnectionMap
. This will
overwrite any connection maps on the IServer with the same project,
user, and DBRole
WebObjectsException |
---|
Sets the WebDBConnection
object assciated with this
connection map
connection | WebDBConnection Object to be associated
|
---|
Sets the WebDBLogin
object by object
login | WebDBLogin object to be associated with this Connection Map
|
---|