java.lang.Object | ||
↳ | com.microstrategy.webapi.acm.ACMSessionId | |
↳ | com.microstrategy.webapi.acm.ACMSessionId.ProjectSessionId |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ProjectSessionId(String iAugmentedSessionId) | |||||||||||
ProjectSessionId(IDSSXMLSessionIdParser iSessionIdParser) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ACMSessionId.ProjectSessionId |
Clone()
Clone will create a new copy of the IDSSXMLSessionId.
| ||||||||||
IDSSXMLSessionId.IConfigSessionId |
castConfigSessionId()
castConfigSessionId returns the IConfigSessionId already cast.
| ||||||||||
IDSSXMLSessionId.IMasterSessionId |
castMasterSessionId()
castMasterSessionId returns the IMasterSessionId already cast.
| ||||||||||
IDSSXMLSessionId.IProjectSessionId |
castProjectSessionId()
castProjectSessionId returns the IPsid already cast.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Clone will create a new copy of the IDSSXMLSessionId. This is good because the ConfigSessionIds and ProjectSessionIds are held inside a number of maps and will be accessed on different threads. To avoid locking, it is good to create a Clone that you can use temporarily
MSTRWebAPIException |
---|
castConfigSessionId returns the IConfigSessionId already cast. If this object is not a ConfigSessionId it will throw MSTRWebAPIException. To avoid the throw use getType to find out what type it is before casting
MSTRWebAPIException |
---|
castMasterSessionId returns the IMasterSessionId already cast. If this object is not a MasterSessionId it will throw MSTRWebAPIException. To avoid the throw use getType to find out what type it is before casting
MSTRWebAPIException |
---|
castProjectSessionId returns the IPsid already cast. If this object is not a ProjectSessionId it will throw MSTRWebAPIException. To avoid the throw use getType to find out what type it is before casting
MSTRWebAPIException |
---|