|
OptimalTrace 5.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NetworkException | |
---|---|
com.compuware.optimaltrace.tools.common.tpn.client |
Uses of NetworkException in com.compuware.optimaltrace.tools.common.tpn.client |
---|
Methods in com.compuware.optimaltrace.tools.common.tpn.client that throw NetworkException | |
---|---|
void |
ProjectManagerFacade.authenticateUser(java.lang.String userName,
java.lang.String password)
Authenticates the user. |
static void |
LockSupport.commit()
Commits the transaction. |
void |
ProjectManagerFacade.deleteBaseline(ProjectIfc project,
java.lang.String baseline)
Deletes the Project baseline. |
void |
ProjectManagerFacade.deleteProject(java.lang.String projectName)
Deletes a Project. |
void |
ProjectManagerFacade.deleteQADProjectInfo(ProjectIfc project)
|
void |
ProjectManagerFacade.deleteQADScriptInfo(ProjectIfc project,
long scenarioOID)
|
com.compuware.optimaltrace.tools.qad.QADProjectInfo |
ProjectManagerFacade.findQADProjectInfo(ProjectIfc project)
Finds the QADProjectInfo. |
com.compuware.optimaltrace.tools.qad.QADScriptInfo |
ProjectManagerFacade.findQADScriptInfo(ProjectIfc project,
long scenarioOID)
Locates the QADScriptInfo for the given Scenario. |
java.util.Collection<com.compuware.optimaltrace.tools.qad.QADScriptInfo> |
ProjectManagerFacade.findQADScriptInfo(ProjectIfc project,
long[] scenarioOID)
Locates the QADScriptInfos for the given Scenarios. |
java.util.Map |
ProjectManagerFacade.getAllProjectsSecurityInfo()
Gets all project security Info. |
java.util.List |
ProjectManagerFacade.getDocGenEventLog(ProjectIfc project)
Deprecated. This method is only used by DocGenEventLog which is not used. |
com.compuware.optimaltrace.tools.common.bizobjects.NotificationListIfc |
ProjectManagerFacade.getUserNotifications()
Gets the user notifications |
boolean |
ProjectManagerFacade.isProject(java.lang.String name)
Checks if it is a project. |
java.util.Map |
ProjectManagerFacade.listProjectBaselines(long projectBOId)
Lists the project baselines. |
java.util.List |
ProjectManagerFacade.listProjectBaselinesOrderedByDateCreated(long projectBOId)
Lists the project baselines ordered by created date. |
java.util.Map |
ProjectManagerFacade.listProjects()
Gets a List of Projects Currently this is not a supported call from the API |
java.util.Map[] |
ProjectManagerFacade.listProjectsDetailWithSecurityInfo()
List Project Details with their Security Info Element 0 is the map of name > project id's Element 1 is the map of name > isSecure |
ProjectIfc |
ProjectManagerFacade.loadProject(long projectId)
Loads the project. |
ProjectIfc |
ProjectManagerFacade.loadProject(java.lang.String projectName)
Loads the project. |
ProjectIfc |
ProjectManagerFacade.loadProjectBaseline(long projectBOId,
java.lang.String baseline)
Loads the project's baseline. |
ProjectIfc |
ProjectManagerFacade.loadProjectById(java.lang.String projectId)
Loads the project by ID. |
static void |
LockSupport.lock(ProjectIfc project,
BizObjectIfc bizObject)
Locks the biz objects. |
static void |
LockSupport.lock(ProjectIfc project,
BizObjectIfc bizObject,
int lockType)
Locks the biz object. |
static void |
LockSupport.lock(ProjectIfc project,
java.util.Set bizObjects)
Locks the business objects. |
static void |
LockSupport.lockForMerge(ProjectIfc project,
BizObjectIfc bizObject,
int lockType)
Locks the biz object for merge. |
void |
ProjectManagerFacade.logoutUser()
Logs out the currently logged in user. |
ProjectIfc |
ProjectManagerFacade.newRemoteProject(java.lang.String projectName)
Creates a New Remote Project Currently this is not a supported call from the API |
void |
ProjectManagerFacade.pingServer()
Pings the server. |
void |
ProjectManagerFacade.registerForNotification(BizObjectIfc bizObject,
ProjectIfc project,
boolean notifyChildren,
java.util.List notifiableChildren)
Registers the business object for notification. |
static void |
LockSupport.requestLocks(ProjectIfc project,
java.util.Set bizObjects,
boolean lockForMerge)
Requests the locks. |
static void |
LockSupport.requestLocks(ProjectIfc project,
java.util.Set bizObjects,
boolean lockForMerge,
boolean ignorePermissionChecking)
Requests the locks. |
void |
ProjectManagerFacade.reserveName(BizObjectIfc bizObject,
java.lang.String name,
BizObjectIfc parentBizObject,
BizObjectIfc p)
Reserves the Name. |
void |
ProjectManagerFacade.reserveName(java.lang.String bizObjectName,
java.lang.String bizObjectType,
long parentId,
BizObjectIfc p)
Reserves the name. |
void |
ProjectManagerFacade.reserveName(java.lang.String bizObjectName,
java.lang.String bizObjectType,
long parentId,
java.lang.String constraint,
BizObjectIfc project)
Reserves the name |
void |
ProjectManagerFacade.saveProject(ProjectIfc project)
Saves the project. |
void |
ProjectManagerFacade.saveQADProjectInfo(ProjectIfc project,
com.compuware.optimaltrace.tools.qad.QADProjectInfo qadProjectInfo)
Saves the QADProjectInfo. |
void |
ProjectManagerFacade.saveQADScriptInfo(ProjectIfc project,
java.util.Collection<com.compuware.optimaltrace.tools.qad.QADScriptInfo> qadScriptInfoCol)
Saves the QADScriptInfo collection. |
void |
ProjectManagerFacade.saveQADScriptInfo(ProjectIfc project,
com.compuware.optimaltrace.tools.qad.QADScriptInfo qadScriptInfo)
Saves the QADScriptInfo. |
com.compuware.optimaltrace.tools.common.bizobjectslocal.RepositorySearchResultsIfc |
ProjectManagerFacade.searchRepository(java.util.List projects,
java.lang.String searchString,
boolean matchCase,
boolean matchWord)
Searches the repository. |
void |
ProjectManagerFacade.setUserPassword(java.lang.String newPassword)
Allows changing and setting the password of the currently authenticated user. |
void |
ProjectManagerFacade.updateNotifications(com.compuware.optimaltrace.tools.common.bizobjects.NotificationListIfc updateNotifications,
java.util.List removeBizObjectIds)
Updates the notifications. |
java.util.List |
ProjectManagerFacade.updateProjectState(ProjectIfc project)
Updates the project state. |
ProjectIfc |
ProjectManagerFacade.uploadProject(ProjectIfc project,
com.compuware.optimaltrace.tools.common.bizobjectslocal.ProjectChangeLogIfc changeLog,
java.util.List xmlDocGenEventLog)
Uploads the project. |
ProjectIfc |
ProjectManagerFacade.uploadProject(ProjectIfc project,
com.compuware.optimaltrace.tools.common.bizobjectslocal.ProjectChangeLogIfc changeLog,
java.util.List xmlDocGenEventLog,
boolean isProjectBaseline)
Uploads the project. |
|
OptimalTrace 5.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |