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)
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)
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)
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,
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,
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,
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)
Prepare a simulated response to setApplicationMonitoringNotificationPreference
|
void |
prepareSetApplicationMonitoringNotificationPreference(com.vasoftware.sf.server.types.ProjectPath projectPath,
String appName,
int preference,
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)
Prepare a simulated response to verifyDocumentReviewObjectPermission
|
void |
prepareVerifyDocumentReviewObjectPermission(String userName,
com.vasoftware.sf.server.types.DocumentReviewKey docDocumentReviewObjectKey,
String permission,
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)
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,
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)
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,
Exception exception)
Prepare a simulated response to verifyPermissionForMonitoring
|
void |
setApplicationMonitoringNotificationPreference(com.vasoftware.sf.server.types.ProjectPath projectPath,
String appName,
int preference)
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)
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)
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)
Simulate a call to verifyPermissionForMonitoring
|
addSimulatedResult, addSimulatedResult, addSimulatedResult, getCallCount, getCallParameters, getUnusedCalls, simulateCall
public 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 IMonitoringAppSoap
sessionId
- 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.RemoteException
MonitoringAppSoap.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 IMonitoringAppSoap
sessionId
- 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.RemoteException
MonitoringAppSoap.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 IMonitoringAppSoap
sessionId
- 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.RemoteException
MonitoringAppSoap.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 IMonitoringAppSoap
sessionId
- 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.RemoteException
MonitoringAppSoap.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 IMonitoringAppSoap
sessionId
- 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.RemoteException
MonitoringAppSoap.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 IMonitoringAppSoap
sessionId
- 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.RemoteException
MonitoringAppSoap.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 IMonitoringAppSoap
sessionId
- 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.RemoteException
MonitoringAppSoap.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 IMonitoringAppSoap
sessionId
- 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.RemoteException
MonitoringAppSoap.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
RemoteException
MonitoringAppSoap.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 IMonitoringAppSoap
sessionId
- 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.RemoteException
MonitoringAppSoap.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
RemoteException
MonitoringAppSoap.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 IMonitoringAppSoap
sessionId
- 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.RemoteException
MonitoringAppSoap.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 IMonitoringAppSoap
sessionId
- 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.RemoteException
MonitoringAppSoap.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 IMonitoringAppSoap
sessionId
- 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.RemoteException
MonitoringAppSoap.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 IMonitoringAppSoap
sessionId
- 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.RemoteException
MonitoringAppSoap.getApplicationMonitoringNotificationPreferences(java.lang.String, java.lang.String)
public void prepareGetApplicationMonitoringNotificationPreference(com.vasoftware.sf.server.types.ProjectPath projectPath, String appName, Object returnValue)
MonitoringAppSoap.getApplicationMonitoringNotificationPreference(com.vasoftware.sf.server.types.ProjectPath, java.lang.String)
public int getApplicationMonitoringNotificationPreference(com.vasoftware.sf.server.types.ProjectPath projectPath, String appName) throws RemoteException
RemoteException
MonitoringAppSoap.getApplicationMonitoringNotificationPreference(com.vasoftware.sf.server.types.ProjectPath, java.lang.String)
public void prepareSetApplicationMonitoringNotificationPreference(com.vasoftware.sf.server.types.ProjectPath projectPath, String appName, int preference)
MonitoringAppSoap.setApplicationMonitoringNotificationPreference(com.vasoftware.sf.server.types.ProjectPath, java.lang.String, int)
public void prepareSetApplicationMonitoringNotificationPreference(com.vasoftware.sf.server.types.ProjectPath projectPath, String appName, int preference, Exception exception)
MonitoringAppSoap.setApplicationMonitoringNotificationPreference(com.vasoftware.sf.server.types.ProjectPath, java.lang.String, int)
public void setApplicationMonitoringNotificationPreference(com.vasoftware.sf.server.types.ProjectPath projectPath, String appName, int preference) throws RemoteException
RemoteException
MonitoringAppSoap.setApplicationMonitoringNotificationPreference(com.vasoftware.sf.server.types.ProjectPath, java.lang.String, int)
public void prepareGetApplicationRootFolderKey(com.vasoftware.sf.server.types.ProjectPath projectPath, String appName, Object returnValue)
MonitoringAppSoap.getApplicationRootFolderKey(com.vasoftware.sf.server.types.ProjectPath, java.lang.String)
public com.vasoftware.sf.server.types.FolderKey getApplicationRootFolderKey(com.vasoftware.sf.server.types.ProjectPath projectPath, String appName) throws RemoteException
RemoteException
MonitoringAppSoap.getApplicationRootFolderKey(com.vasoftware.sf.server.types.ProjectPath, 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)
MonitoringAppSoap.verifyPermission(java.lang.String, com.vasoftware.sf.server.types.ObjectKey, com.vasoftware.sf.server.types.Path, 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, 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)
public void verifyPermission(String userName, com.vasoftware.sf.server.types.ObjectKey objectKey, com.vasoftware.sf.server.types.Path objPath, String permissionNameForUser, String permissionNameForCurrentUser) throws RemoteException
RemoteException
MonitoringAppSoap.verifyPermission(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)
MonitoringAppSoap.verifyPermissionForMonitoring(java.lang.String, com.vasoftware.sf.server.types.ObjectKey, com.vasoftware.sf.server.types.Path, java.lang.String)
public void prepareVerifyPermissionForMonitoring(String userName, com.vasoftware.sf.server.types.ObjectKey objectKey, com.vasoftware.sf.server.types.Path objPath, String permissionName, Exception exception)
MonitoringAppSoap.verifyPermissionForMonitoring(java.lang.String, com.vasoftware.sf.server.types.ObjectKey, com.vasoftware.sf.server.types.Path, java.lang.String)
public void verifyPermissionForMonitoring(String userName, com.vasoftware.sf.server.types.ObjectKey objectKey, com.vasoftware.sf.server.types.Path objPath, String permissionName) throws RemoteException
RemoteException
MonitoringAppSoap.verifyPermissionForMonitoring(java.lang.String, com.vasoftware.sf.server.types.ObjectKey, com.vasoftware.sf.server.types.Path, java.lang.String)
public void prepareVerifyDocumentReviewObjectPermission(String userName, com.vasoftware.sf.server.types.DocumentReviewKey docDocumentReviewObjectKey, String permission)
MonitoringAppSoap.verifyDocumentReviewObjectPermission(java.lang.String, com.vasoftware.sf.server.types.DocumentReviewKey, java.lang.String)
public void prepareVerifyDocumentReviewObjectPermission(String userName, com.vasoftware.sf.server.types.DocumentReviewKey docDocumentReviewObjectKey, String permission, Exception exception)
MonitoringAppSoap.verifyDocumentReviewObjectPermission(java.lang.String, com.vasoftware.sf.server.types.DocumentReviewKey, java.lang.String)
public void verifyDocumentReviewObjectPermission(String userName, com.vasoftware.sf.server.types.DocumentReviewKey docDocumentReviewObjectKey, String permission) throws RemoteException
RemoteException
MonitoringAppSoap.verifyDocumentReviewObjectPermission(java.lang.String, com.vasoftware.sf.server.types.DocumentReviewKey, java.lang.String)
public void prepareGetObjectKeyForAdminVerification(com.vasoftware.sf.server.types.ObjectKey objKey, String adminOperationName, Object returnValue)
MonitoringAppSoap.getObjectKeyForAdminVerification(com.vasoftware.sf.server.types.ObjectKey, java.lang.String)
public com.vasoftware.sf.server.types.ObjectKey getObjectKeyForAdminVerification(com.vasoftware.sf.server.types.ObjectKey objKey, String adminOperationName) throws RemoteException
RemoteException
MonitoringAppSoap.getObjectKeyForAdminVerification(com.vasoftware.sf.server.types.ObjectKey, java.lang.String)
public void prepareToSubscriptionTypeInt(String subscriptionType, Object returnValue)
MonitoringAppSoap.toSubscriptionTypeInt(java.lang.String)
public int toSubscriptionTypeInt(String subscriptionType) throws RemoteException
RemoteException
MonitoringAppSoap.toSubscriptionTypeInt(java.lang.String)
public void prepareFromSubscriptionTypeInt(int subscriptionType, Object returnValue)
MonitoringAppSoap.fromSubscriptionTypeInt(int)
public String fromSubscriptionTypeInt(int subscriptionType) throws RemoteException
RemoteException
MonitoringAppSoap.fromSubscriptionTypeInt(int)
Copyright © 2016 CollabNet. All Rights Reserved.