public class MonitoringAppSoapMockStub extends com.collabnet.ce.soap60.webservices.ClientSoapMockStub implements IMonitoringAppSoap
| Constructor and Description |
|---|
MonitoringAppSoapMockStub(String soapServerUrl) |
| Modifier and Type | Method and Description |
|---|---|
String |
fromSubscriptionTypeInt(int subscriptionType)
Simulate a call to fromSubscriptionTypeInt
|
int |
getApplicationMonitoringNotificationPreference(com.vasoftware.sf.server.types.ProjectPath projectPath,
String appName,
String loggedInUser)
Simulate a call to getApplicationMonitoringNotificationPreference
|
com.collabnet.ce.soap60.types.SoapNamedValues |
getApplicationMonitoringNotificationPreferences(String sessionId,
String projectId)
Simulate a call to getApplicationMonitoringNotificationPreferences
|
com.vasoftware.sf.server.types.FolderKey |
getApplicationRootFolderKey(com.vasoftware.sf.server.types.ProjectPath projectPath,
String appName,
String loggedInUser)
Simulate a call to getApplicationRootFolderKey
|
int |
getMonitoringNotificationPreference(String sessionId)
Simulate a call to getMonitoringNotificationPreference
|
MonitoringSubscriptionSoapDO |
getMonitoringSubscription(String sessionId,
String objectId)
Simulate a call to getMonitoringSubscription
|
MonitoringSubscriptionSoapDO |
getMonitoringSubscriptionByUser(String sessionId,
String objectId,
String userName)
Simulate a call to getMonitoringSubscriptionByUser
|
MonitoringSubscriptionSoapList |
getMonitoringSubscriptions(String sessionId,
com.collabnet.ce.soap60.types.SoapFilter[] filters)
Simulate a call to getMonitoringSubscriptions
|
MonitoringSubscriptionSoapList |
getMonitoringSubscriptionsByUser(String sessionId,
String userName,
com.collabnet.ce.soap60.types.SoapFilter[] filters)
Simulate a call to getMonitoringSubscriptionsByUser
|
com.vasoftware.sf.server.types.ObjectKey |
getObjectKeyForAdminVerification(com.vasoftware.sf.server.types.ObjectKey objKey,
String adminOperationName,
String loggedInUser)
Simulate a call to getObjectKeyForAdminVerification
|
boolean |
isMonitoring(String sessionId,
String objectId)
Simulate a call to isMonitoring
|
boolean |
isUserMonitoring(String sessionId,
String userName,
String objectId)
Simulate a call to isUserMonitoring
|
MonitoringUserSoapList |
listMonitoringUsers(String sessionId,
String objectId)
Simulate a call to listMonitoringUsers
|
void |
prepareFromSubscriptionTypeInt(int subscriptionType,
Object returnValue)
Prepare a simulated response to fromSubscriptionTypeInt
|
void |
prepareGetApplicationMonitoringNotificationPreference(com.vasoftware.sf.server.types.ProjectPath projectPath,
String appName,
String loggedInUser,
Object returnValue)
Prepare a simulated response to getApplicationMonitoringNotificationPreference
|
void |
prepareGetApplicationMonitoringNotificationPreferences(String sessionId,
String projectId,
Object returnValue)
Prepare a simulated response to getApplicationMonitoringNotificationPreferences
|
void |
prepareGetApplicationRootFolderKey(com.vasoftware.sf.server.types.ProjectPath projectPath,
String appName,
String loggedInUser,
Object returnValue)
Prepare a simulated response to getApplicationRootFolderKey
|
void |
prepareGetMonitoringNotificationPreference(String sessionId,
Object returnValue)
Prepare a simulated response to getMonitoringNotificationPreference
|
void |
prepareGetMonitoringSubscription(String sessionId,
String objectId,
Object returnValue)
Prepare a simulated response to getMonitoringSubscription
|
void |
prepareGetMonitoringSubscriptionByUser(String sessionId,
String objectId,
String userName,
Object returnValue)
Prepare a simulated response to getMonitoringSubscriptionByUser
|
void |
prepareGetMonitoringSubscriptions(String sessionId,
com.collabnet.ce.soap60.types.SoapFilter[] filters,
Object returnValue)
Prepare a simulated response to getMonitoringSubscriptions
|
void |
prepareGetMonitoringSubscriptionsByUser(String sessionId,
String userName,
com.collabnet.ce.soap60.types.SoapFilter[] filters,
Object returnValue)
Prepare a simulated response to getMonitoringSubscriptionsByUser
|
void |
prepareGetObjectKeyForAdminVerification(com.vasoftware.sf.server.types.ObjectKey objKey,
String adminOperationName,
String loggedInUser,
Object returnValue)
Prepare a simulated response to getObjectKeyForAdminVerification
|
void |
prepareIsMonitoring(String sessionId,
String objectId,
Object returnValue)
Prepare a simulated response to isMonitoring
|
void |
prepareIsUserMonitoring(String sessionId,
String userName,
String objectId,
Object returnValue)
Prepare a simulated response to isUserMonitoring
|
void |
prepareListMonitoringUsers(String sessionId,
String objectId,
Object returnValue)
Prepare a simulated response to listMonitoringUsers
|
void |
prepareSetApplicationMonitoringNotificationPreference(com.vasoftware.sf.server.types.ProjectPath projectPath,
String appName,
int preference,
String loggedInUser)
Prepare a simulated response to setApplicationMonitoringNotificationPreference
|
void |
prepareSetApplicationMonitoringNotificationPreference(com.vasoftware.sf.server.types.ProjectPath projectPath,
String appName,
int preference,
String loggedInUser,
Exception exception)
Prepare a simulated response to setApplicationMonitoringNotificationPreference
|
void |
prepareSetApplicationMonitoringNotificationPreferences(String sessionId,
String projectId,
com.collabnet.ce.soap60.types.SoapNamedValues appPreferences)
Prepare a simulated response to setApplicationMonitoringNotificationPreferences
|
void |
prepareSetApplicationMonitoringNotificationPreferences(String sessionId,
String projectId,
com.collabnet.ce.soap60.types.SoapNamedValues appPreferences,
Exception exception)
Prepare a simulated response to setApplicationMonitoringNotificationPreferences
|
void |
prepareSetMonitoringNotificationPreference(String sessionId,
int preference)
Prepare a simulated response to setMonitoringNotificationPreference
|
void |
prepareSetMonitoringNotificationPreference(String sessionId,
int preference,
Exception exception)
Prepare a simulated response to setMonitoringNotificationPreference
|
void |
prepareStartMonitoring(String sessionId,
String objectId)
Prepare a simulated response to startMonitoring
|
void |
prepareStartMonitoring(String sessionId,
String objectId,
Exception exception)
Prepare a simulated response to startMonitoring
|
void |
prepareStartMonitoringByUser(String sessionId,
String userName,
String objectId)
Prepare a simulated response to startMonitoringByUser
|
void |
prepareStartMonitoringByUser(String sessionId,
String userName,
String objectId,
Exception exception)
Prepare a simulated response to startMonitoringByUser
|
void |
prepareStopMonitoring(String sessionId,
String objectId)
Prepare a simulated response to stopMonitoring
|
void |
prepareStopMonitoring(String sessionId,
String objectId,
Exception exception)
Prepare a simulated response to stopMonitoring
|
void |
prepareStopMonitoringByUser(String sessionId,
String userName,
String objectId)
Prepare a simulated response to stopMonitoringByUser
|
void |
prepareStopMonitoringByUser(String sessionId,
String userName,
String objectId,
Exception exception)
Prepare a simulated response to stopMonitoringByUser
|
void |
prepareToSubscriptionTypeInt(String subscriptionType,
Object returnValue)
Prepare a simulated response to toSubscriptionTypeInt
|
void |
prepareVerifyDocumentReviewObjectPermission(String userName,
com.vasoftware.sf.server.types.DocumentReviewKey docDocumentReviewObjectKey,
String permission,
String loggedInUser)
Prepare a simulated response to verifyDocumentReviewObjectPermission
|
void |
prepareVerifyDocumentReviewObjectPermission(String userName,
com.vasoftware.sf.server.types.DocumentReviewKey docDocumentReviewObjectKey,
String permission,
String loggedInUser,
Exception exception)
Prepare a simulated response to verifyDocumentReviewObjectPermission
|
void |
prepareVerifyPermission(String userName,
com.vasoftware.sf.server.types.ObjectKey objectKey,
com.vasoftware.sf.server.types.Path objPath,
String permissionNameForUser,
String permissionNameForCurrentUser,
String loggedInUser)
Prepare a simulated response to verifyPermission
|
void |
prepareVerifyPermission(String userName,
com.vasoftware.sf.server.types.ObjectKey objectKey,
com.vasoftware.sf.server.types.Path objPath,
String permissionNameForUser,
String permissionNameForCurrentUser,
String loggedInUser,
Exception exception)
Prepare a simulated response to verifyPermission
|
void |
prepareVerifyPermissionForMonitoring(String userName,
com.vasoftware.sf.server.types.ObjectKey objectKey,
com.vasoftware.sf.server.types.Path objPath,
String permissionName,
String loggedInUser)
Prepare a simulated response to verifyPermissionForMonitoring
|
void |
prepareVerifyPermissionForMonitoring(String userName,
com.vasoftware.sf.server.types.ObjectKey objectKey,
com.vasoftware.sf.server.types.Path objPath,
String permissionName,
String loggedInUser,
Exception exception)
Prepare a simulated response to verifyPermissionForMonitoring
|
void |
setApplicationMonitoringNotificationPreference(com.vasoftware.sf.server.types.ProjectPath projectPath,
String appName,
int preference,
String loggedInUser)
Simulate a call to setApplicationMonitoringNotificationPreference
|
void |
setApplicationMonitoringNotificationPreferences(String sessionId,
String projectId,
com.collabnet.ce.soap60.types.SoapNamedValues appPreferences)
Simulate a call to setApplicationMonitoringNotificationPreferences
|
void |
setMonitoringNotificationPreference(String sessionId,
int preference)
Simulate a call to setMonitoringNotificationPreference
|
void |
startMonitoring(String sessionId,
String objectId)
Simulate a call to startMonitoring
|
void |
startMonitoringByUser(String sessionId,
String userName,
String objectId)
Simulate a call to startMonitoringByUser
|
void |
stopMonitoring(String sessionId,
String objectId)
Simulate a call to stopMonitoring
|
void |
stopMonitoringByUser(String sessionId,
String userName,
String objectId)
Simulate a call to stopMonitoringByUser
|
int |
toSubscriptionTypeInt(String subscriptionType)
Simulate a call to toSubscriptionTypeInt
|
void |
verifyDocumentReviewObjectPermission(String userName,
com.vasoftware.sf.server.types.DocumentReviewKey docDocumentReviewObjectKey,
String permission,
String loggedInUser)
Simulate a call to verifyDocumentReviewObjectPermission
|
void |
verifyPermission(String userName,
com.vasoftware.sf.server.types.ObjectKey objectKey,
com.vasoftware.sf.server.types.Path objPath,
String permissionNameForUser,
String permissionNameForCurrentUser,
String loggedInUser)
Simulate a call to verifyPermission
|
void |
verifyPermissionForMonitoring(String userName,
com.vasoftware.sf.server.types.ObjectKey objectKey,
com.vasoftware.sf.server.types.Path objPath,
String permissionName,
String loggedInUser)
Simulate a call to verifyPermissionForMonitoring
|
addSimulatedResult, addSimulatedResult, addSimulatedResult, getCallCount, getCallParameters, getUnusedCalls, simulateCallpublic MonitoringAppSoapMockStub(String soapServerUrl)
public void prepareIsMonitoring(String sessionId, String objectId, Object returnValue)
MonitoringAppSoap.isMonitoring(java.lang.String, java.lang.String)public boolean isMonitoring(String sessionId, String objectId) throws RemoteException
isMonitoring in interface IMonitoringAppSoapsessionId - User session idobjectId - the object id for which we are doing the checkcom.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault - when the specified object id is invalid.com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system level error occurs.RemoteExceptionMonitoringAppSoap.isMonitoring(java.lang.String, java.lang.String)public void prepareIsUserMonitoring(String sessionId, String userName, String objectId, Object returnValue)
MonitoringAppSoap.isUserMonitoring(java.lang.String, java.lang.String, java.lang.String)public boolean isUserMonitoring(String sessionId, String userName, String objectId) throws RemoteException
isUserMonitoring in interface IMonitoringAppSoapsessionId - User session idobjectId - the object id for which we are doing the checkcom.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault - when the specified object id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault - when userName isn't the current user, and current user can't view the object.com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system level error occurs.com.collabnet.ce.soap60.fault.IllegalArgumentFault - when the specified userName is invalid.RemoteExceptionMonitoringAppSoap.isUserMonitoring(java.lang.String, java.lang.String, java.lang.String)public void prepareStopMonitoring(String sessionId, String objectId)
MonitoringAppSoap.stopMonitoring(java.lang.String, java.lang.String)public void prepareStopMonitoring(String sessionId, String objectId, Exception exception)
MonitoringAppSoap.stopMonitoring(java.lang.String, java.lang.String)public void stopMonitoring(String sessionId, String objectId) throws RemoteException
stopMonitoring in interface IMonitoringAppSoapsessionId - User session idobjectId - the object id which current user will stop monitoringcom.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault - when the specified object id is invalid.com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system level error occurs.com.collabnet.ce.soap60.fault.PermissionDeniedFault - when current user does not enough permission on the given object.RemoteExceptionMonitoringAppSoap.stopMonitoring(java.lang.String, java.lang.String)public void prepareStopMonitoringByUser(String sessionId, String userName, String objectId)
MonitoringAppSoap.stopMonitoringByUser(java.lang.String, java.lang.String, java.lang.String)public void prepareStopMonitoringByUser(String sessionId, String userName, String objectId, Exception exception)
MonitoringAppSoap.stopMonitoringByUser(java.lang.String, java.lang.String, java.lang.String)public void stopMonitoringByUser(String sessionId, String userName, String objectId) throws RemoteException
stopMonitoringByUser in interface IMonitoringAppSoapsessionId - User session iduserName - user name of the user who needs to stop monitoringobjectId - the object id which the given user will stop monitoringcom.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault - when the specified object id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault - when userName isn't the current user, and current user doesn't have admin perm. on the object.com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system level error occurs.com.collabnet.ce.soap60.fault.IllegalArgumentFault - when the specified user name is invalid.RemoteExceptionMonitoringAppSoap.stopMonitoringByUser(java.lang.String, java.lang.String, java.lang.String)public void prepareStartMonitoring(String sessionId, String objectId)
MonitoringAppSoap.startMonitoring(java.lang.String, java.lang.String)public void prepareStartMonitoring(String sessionId, String objectId, Exception exception)
MonitoringAppSoap.startMonitoring(java.lang.String, java.lang.String)public void startMonitoring(String sessionId, String objectId) throws RemoteException
startMonitoring in interface IMonitoringAppSoapsessionId - User session idobjectId - the object id which current user will start monitoringcom.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault - when the specified object id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault - when current user can't view the object,com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system level error occurs.RemoteExceptionMonitoringAppSoap.startMonitoring(java.lang.String, java.lang.String)public void prepareStartMonitoringByUser(String sessionId, String userName, String objectId)
MonitoringAppSoap.startMonitoringByUser(java.lang.String, java.lang.String, java.lang.String)public void prepareStartMonitoringByUser(String sessionId, String userName, String objectId, Exception exception)
MonitoringAppSoap.startMonitoringByUser(java.lang.String, java.lang.String, java.lang.String)public void startMonitoringByUser(String sessionId, String userName, String objectId) throws RemoteException
startMonitoringByUser in interface IMonitoringAppSoapsessionId - User session iduserName - user name of the user who needs to monitorobjectId - the object id which the given user will start monitoringcom.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault - when the specified object id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault - when userName does not have view permission on the object, when userName isn't the current user, and current user doesn't have admin perm. on the object.com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system level error occurs.com.collabnet.ce.soap60.fault.IllegalArgumentFault - when the given user name is not valid.RemoteExceptionMonitoringAppSoap.startMonitoringByUser(java.lang.String, java.lang.String, java.lang.String)public void prepareListMonitoringUsers(String sessionId, String objectId, Object returnValue)
MonitoringAppSoap.listMonitoringUsers(java.lang.String, java.lang.String)public MonitoringUserSoapList listMonitoringUsers(String sessionId, String objectId) throws RemoteException
listMonitoringUsers in interface IMonitoringAppSoapsessionId - User session idobjectId - the object idcom.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault - when the specified object id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault - when current user can't view the object.com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system level error occurs.RemoteExceptionMonitoringAppSoap.listMonitoringUsers(java.lang.String, java.lang.String)public void prepareGetMonitoringSubscriptions(String sessionId, com.collabnet.ce.soap60.types.SoapFilter[] filters, Object returnValue)
MonitoringAppSoap.getMonitoringSubscriptions(java.lang.String, com.collabnet.ce.soap60.types.SoapFilter[])public MonitoringSubscriptionSoapList getMonitoringSubscriptions(String sessionId, com.collabnet.ce.soap60.types.SoapFilter[] filters) throws RemoteException
getMonitoringSubscriptions in interface IMonitoringAppSoapsessionId - User session idfilters - Array of filters to apply (null to return unfiltered list).com.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.com.collabnet.ce.soap60.fault.InvalidFilterFault - when an unsupported filter exists in the filter collection.com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system level error occurs.RemoteExceptionMonitoringAppSoap.getMonitoringSubscriptions(java.lang.String, com.collabnet.ce.soap60.types.SoapFilter[])public void prepareGetMonitoringSubscriptionsByUser(String sessionId, String userName, com.collabnet.ce.soap60.types.SoapFilter[] filters, Object returnValue)
MonitoringAppSoap.getMonitoringSubscriptionsByUser(java.lang.String, java.lang.String, com.collabnet.ce.soap60.types.SoapFilter[])public MonitoringSubscriptionSoapList getMonitoringSubscriptionsByUser(String sessionId, String userName, com.collabnet.ce.soap60.types.SoapFilter[] filters) throws RemoteException
RemoteExceptionMonitoringAppSoap.getMonitoringSubscriptionsByUser(java.lang.String, java.lang.String, com.collabnet.ce.soap60.types.SoapFilter[])public void prepareGetMonitoringSubscription(String sessionId, String objectId, Object returnValue)
MonitoringAppSoap.getMonitoringSubscription(java.lang.String, java.lang.String)public MonitoringSubscriptionSoapDO getMonitoringSubscription(String sessionId, String objectId) throws RemoteException
getMonitoringSubscription in interface IMonitoringAppSoapsessionId - User session idobjectId - Id of the objectcom.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault - when the specified object id is invalid.com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system level error occurs.RemoteExceptionMonitoringAppSoap.getMonitoringSubscription(java.lang.String, java.lang.String)public void prepareGetMonitoringSubscriptionByUser(String sessionId, String objectId, String userName, Object returnValue)
MonitoringAppSoap.getMonitoringSubscriptionByUser(java.lang.String, java.lang.String, java.lang.String)public MonitoringSubscriptionSoapDO getMonitoringSubscriptionByUser(String sessionId, String objectId, String userName) throws RemoteException
RemoteExceptionMonitoringAppSoap.getMonitoringSubscriptionByUser(java.lang.String, java.lang.String, java.lang.String)public void prepareGetMonitoringNotificationPreference(String sessionId, Object returnValue)
MonitoringAppSoap.getMonitoringNotificationPreference(java.lang.String)public int getMonitoringNotificationPreference(String sessionId) throws RemoteException
getMonitoringNotificationPreference in interface IMonitoringAppSoapsessionId - User session idcom.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system level error occurs.RemoteExceptionMonitoringAppSoap.getMonitoringNotificationPreference(java.lang.String)public void prepareSetMonitoringNotificationPreference(String sessionId, int preference)
MonitoringAppSoap.setMonitoringNotificationPreference(java.lang.String, int)public void prepareSetMonitoringNotificationPreference(String sessionId, int preference, Exception exception)
MonitoringAppSoap.setMonitoringNotificationPreference(java.lang.String, int)public void setMonitoringNotificationPreference(String sessionId, int preference) throws RemoteException
setMonitoringNotificationPreference in interface IMonitoringAppSoapsessionId - User session idpreference - Integer value representing the subscription type; 1:email, 2:digest, 3:nonecom.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system level error occurs.RemoteExceptionMonitoringAppSoap.setMonitoringNotificationPreference(java.lang.String, int)public void prepareSetApplicationMonitoringNotificationPreferences(String sessionId, String projectId, com.collabnet.ce.soap60.types.SoapNamedValues appPreferences)
MonitoringAppSoap.setApplicationMonitoringNotificationPreferences(java.lang.String, java.lang.String, com.collabnet.ce.soap60.types.SoapNamedValues)public void prepareSetApplicationMonitoringNotificationPreferences(String sessionId, String projectId, com.collabnet.ce.soap60.types.SoapNamedValues appPreferences, Exception exception)
MonitoringAppSoap.setApplicationMonitoringNotificationPreferences(java.lang.String, java.lang.String, com.collabnet.ce.soap60.types.SoapNamedValues)public void setApplicationMonitoringNotificationPreferences(String sessionId, String projectId, com.collabnet.ce.soap60.types.SoapNamedValues appPreferences) throws RemoteException
setApplicationMonitoringNotificationPreferences in interface IMonitoringAppSoapsessionId - User session idprojectId - Project idappPreferences - Application preferences.com.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault - when the specified project id is invalid, when an application name is invalid.com.collabnet.ce.soap60.fault.IllegalArgumentFault - when the application preferences are invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault - when current user can view the object.com.collabnet.ce.soap60.fault.SystemFault - when an unexpected system level error occurs.RemoteExceptionMonitoringAppSoap.setApplicationMonitoringNotificationPreferences(java.lang.String, java.lang.String, com.collabnet.ce.soap60.types.SoapNamedValues)public void prepareGetApplicationMonitoringNotificationPreferences(String sessionId, String projectId, Object returnValue)
MonitoringAppSoap.getApplicationMonitoringNotificationPreferences(java.lang.String, java.lang.String)public com.collabnet.ce.soap60.types.SoapNamedValues getApplicationMonitoringNotificationPreferences(String sessionId, String projectId) throws RemoteException
getApplicationMonitoringNotificationPreferences in interface IMonitoringAppSoapsessionId - User session idprojectId - Project idcom.collabnet.ce.soap60.fault.InvalidSessionFault - when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault - when the specified project id is invalid.RemoteExceptionMonitoringAppSoap.getApplicationMonitoringNotificationPreferences(java.lang.String, java.lang.String)public void prepareGetApplicationMonitoringNotificationPreference(com.vasoftware.sf.server.types.ProjectPath projectPath,
String appName,
String loggedInUser,
Object returnValue)
MonitoringAppSoap.getApplicationMonitoringNotificationPreference(com.vasoftware.sf.server.types.ProjectPath, java.lang.String, java.lang.String)public int getApplicationMonitoringNotificationPreference(com.vasoftware.sf.server.types.ProjectPath projectPath,
String appName,
String loggedInUser)
throws RemoteException
RemoteExceptionMonitoringAppSoap.getApplicationMonitoringNotificationPreference(com.vasoftware.sf.server.types.ProjectPath, java.lang.String, java.lang.String)public void prepareSetApplicationMonitoringNotificationPreference(com.vasoftware.sf.server.types.ProjectPath projectPath,
String appName,
int preference,
String loggedInUser)
MonitoringAppSoap.setApplicationMonitoringNotificationPreference(com.vasoftware.sf.server.types.ProjectPath, java.lang.String, int, java.lang.String)public void prepareSetApplicationMonitoringNotificationPreference(com.vasoftware.sf.server.types.ProjectPath projectPath,
String appName,
int preference,
String loggedInUser,
Exception exception)
MonitoringAppSoap.setApplicationMonitoringNotificationPreference(com.vasoftware.sf.server.types.ProjectPath, java.lang.String, int, java.lang.String)public void setApplicationMonitoringNotificationPreference(com.vasoftware.sf.server.types.ProjectPath projectPath,
String appName,
int preference,
String loggedInUser)
throws RemoteException
RemoteExceptionMonitoringAppSoap.setApplicationMonitoringNotificationPreference(com.vasoftware.sf.server.types.ProjectPath, java.lang.String, int, java.lang.String)public void prepareGetApplicationRootFolderKey(com.vasoftware.sf.server.types.ProjectPath projectPath,
String appName,
String loggedInUser,
Object returnValue)
MonitoringAppSoap.getApplicationRootFolderKey(com.vasoftware.sf.server.types.ProjectPath, java.lang.String, java.lang.String)public com.vasoftware.sf.server.types.FolderKey getApplicationRootFolderKey(com.vasoftware.sf.server.types.ProjectPath projectPath,
String appName,
String loggedInUser)
throws RemoteException
RemoteExceptionMonitoringAppSoap.getApplicationRootFolderKey(com.vasoftware.sf.server.types.ProjectPath, java.lang.String, java.lang.String)public void prepareVerifyPermission(String userName, com.vasoftware.sf.server.types.ObjectKey objectKey, com.vasoftware.sf.server.types.Path objPath, String permissionNameForUser, String permissionNameForCurrentUser, String loggedInUser)
MonitoringAppSoap.verifyPermission(java.lang.String, com.vasoftware.sf.server.types.ObjectKey, com.vasoftware.sf.server.types.Path, java.lang.String, java.lang.String, java.lang.String)public void prepareVerifyPermission(String userName, com.vasoftware.sf.server.types.ObjectKey objectKey, com.vasoftware.sf.server.types.Path objPath, String permissionNameForUser, String permissionNameForCurrentUser, String loggedInUser, Exception exception)
MonitoringAppSoap.verifyPermission(java.lang.String, com.vasoftware.sf.server.types.ObjectKey, com.vasoftware.sf.server.types.Path, java.lang.String, java.lang.String, java.lang.String)public void verifyPermission(String userName, com.vasoftware.sf.server.types.ObjectKey objectKey, com.vasoftware.sf.server.types.Path objPath, String permissionNameForUser, String permissionNameForCurrentUser, String loggedInUser) throws RemoteException
RemoteExceptionMonitoringAppSoap.verifyPermission(java.lang.String, com.vasoftware.sf.server.types.ObjectKey, com.vasoftware.sf.server.types.Path, java.lang.String, java.lang.String, java.lang.String)public void prepareVerifyPermissionForMonitoring(String userName, com.vasoftware.sf.server.types.ObjectKey objectKey, com.vasoftware.sf.server.types.Path objPath, String permissionName, String loggedInUser)
MonitoringAppSoap.verifyPermissionForMonitoring(java.lang.String, com.vasoftware.sf.server.types.ObjectKey, com.vasoftware.sf.server.types.Path, java.lang.String, java.lang.String)public void prepareVerifyPermissionForMonitoring(String userName, com.vasoftware.sf.server.types.ObjectKey objectKey, com.vasoftware.sf.server.types.Path objPath, String permissionName, String loggedInUser, Exception exception)
MonitoringAppSoap.verifyPermissionForMonitoring(java.lang.String, com.vasoftware.sf.server.types.ObjectKey, com.vasoftware.sf.server.types.Path, java.lang.String, java.lang.String)public void verifyPermissionForMonitoring(String userName, com.vasoftware.sf.server.types.ObjectKey objectKey, com.vasoftware.sf.server.types.Path objPath, String permissionName, String loggedInUser) throws RemoteException
RemoteExceptionMonitoringAppSoap.verifyPermissionForMonitoring(java.lang.String, com.vasoftware.sf.server.types.ObjectKey, com.vasoftware.sf.server.types.Path, java.lang.String, java.lang.String)public void prepareVerifyDocumentReviewObjectPermission(String userName, com.vasoftware.sf.server.types.DocumentReviewKey docDocumentReviewObjectKey, String permission, String loggedInUser)
MonitoringAppSoap.verifyDocumentReviewObjectPermission(java.lang.String, com.vasoftware.sf.server.types.DocumentReviewKey, java.lang.String, java.lang.String)public void prepareVerifyDocumentReviewObjectPermission(String userName, com.vasoftware.sf.server.types.DocumentReviewKey docDocumentReviewObjectKey, String permission, String loggedInUser, Exception exception)
MonitoringAppSoap.verifyDocumentReviewObjectPermission(java.lang.String, com.vasoftware.sf.server.types.DocumentReviewKey, java.lang.String, java.lang.String)public void verifyDocumentReviewObjectPermission(String userName, com.vasoftware.sf.server.types.DocumentReviewKey docDocumentReviewObjectKey, String permission, String loggedInUser) throws RemoteException
RemoteExceptionMonitoringAppSoap.verifyDocumentReviewObjectPermission(java.lang.String, com.vasoftware.sf.server.types.DocumentReviewKey, java.lang.String, java.lang.String)public void prepareGetObjectKeyForAdminVerification(com.vasoftware.sf.server.types.ObjectKey objKey,
String adminOperationName,
String loggedInUser,
Object returnValue)
MonitoringAppSoap.getObjectKeyForAdminVerification(com.vasoftware.sf.server.types.ObjectKey, java.lang.String, java.lang.String)public com.vasoftware.sf.server.types.ObjectKey getObjectKeyForAdminVerification(com.vasoftware.sf.server.types.ObjectKey objKey,
String adminOperationName,
String loggedInUser)
throws RemoteException
RemoteExceptionMonitoringAppSoap.getObjectKeyForAdminVerification(com.vasoftware.sf.server.types.ObjectKey, java.lang.String, java.lang.String)public void prepareToSubscriptionTypeInt(String subscriptionType, Object returnValue)
MonitoringAppSoap.toSubscriptionTypeInt(java.lang.String)public int toSubscriptionTypeInt(String subscriptionType) throws RemoteException
RemoteExceptionMonitoringAppSoap.toSubscriptionTypeInt(java.lang.String)public void prepareFromSubscriptionTypeInt(int subscriptionType,
Object returnValue)
MonitoringAppSoap.fromSubscriptionTypeInt(int)public String fromSubscriptionTypeInt(int subscriptionType) throws RemoteException
RemoteExceptionMonitoringAppSoap.fromSubscriptionTypeInt(int)Copyright © 2016 CollabNet. All Rights Reserved.