|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.team.fvt.tests.topology.Application
com.ibm.team.fvt.tests.clm.topology.ClmApplication
com.ibm.team.fvt.tests.clm.topology.DmApplication
public class DmApplication
Concrete class for Design Management application.
Current web pages for this application are:
Following functionalities are also defined or specialized by this page:
Field Summary |
---|
Constructor Summary | |
---|---|
DmApplication(java.lang.String url)
|
Method Summary | |
---|---|
java.lang.String |
getAllProjectsUrl()
Return the DM All Projects page URL. |
java.lang.String[] |
getDefaultProcessRoles()
Return the default process roles use for the project area. |
java.lang.String |
getLicenseId(java.lang.String licenseName)
Return the license ID for the given license name |
java.lang.String[] |
getLicenses()
|
java.lang.String |
getProductName()
|
java.lang.String |
getSuffix()
|
java.lang.String |
getTitle()
|
java.lang.String |
getType()
|
java.lang.String |
getTypeSuffix()
|
boolean |
isDmApplication()
Return whether the current application is a DM application or not. |
java.lang.String |
toString()
|
Methods inherited from class com.ibm.team.fvt.tests.clm.topology.ClmApplication |
---|
getActiveProjectAreasUrl, getProjectAreaTitle, isCcmApplication, isQmApplication, isRmApplication |
Methods inherited from class com.ibm.team.fvt.tests.topology.Application |
---|
equals, getContextRoot, getLicense, getLocation, getPageUrl, getTitleSuffix, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DmApplication(java.lang.String url)
Method Detail |
---|
public java.lang.String getAllProjectsUrl()
getAllProjectsUrl
in class ClmApplication
Application.getLocation()
+ /web/projects"
public java.lang.String getLicenseId(java.lang.String licenseName)
getLicenseId
in class ClmApplication
licenseName
- The license name
String
.public java.lang.String[] getLicenses()
getLicenses
in class com.ibm.team.fvt.tests.topology.Application
public java.lang.String[] getDefaultProcessRoles()
Default is to have no default process roles.
getDefaultProcessRoles
in class ClmApplication
public java.lang.String getProductName()
getProductName
in class com.ibm.team.fvt.tests.topology.Application
public java.lang.String getTitle()
getTitle
in class com.ibm.team.fvt.tests.topology.Application
"Design Management"
public java.lang.String getSuffix()
getSuffix
in class com.ibm.team.fvt.tests.topology.Application
" (Architecture Management)"
public java.lang.String getType()
getType
in class com.ibm.team.fvt.tests.topology.Application
"Design Management"
public java.lang.String getTypeSuffix()
getTypeSuffix
in class com.ibm.team.fvt.tests.topology.Application
" (Architecture Management)"
public boolean isDmApplication()
ClmApplication
isDmApplication
in class ClmApplication
true
if current application is a DmApplication
,
false
otherwise.public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |