public class ScmAppSoapMockStub extends com.collabnet.ce.soap60.webservices.ClientSoapMockStub implements IScmAppSoap
Constructor and Description |
---|
ScmAppSoapMockStub(String soapServerUrl) |
Modifier and Type | Method and Description |
---|---|
String |
addExternalSystem(String sessionId,
String adapterType,
String title,
String description,
com.collabnet.ce.soap60.types.SoapNamedValues adapterTypeParameters)
Simulate a call to addExternalSystem
|
RepositorySoapDO |
createRepository(String sessionId,
String projectId,
String externalSystemId,
String repositoryDirectory,
String title,
String description,
boolean idRequiredOnCommit,
boolean hideMonitoringDetails,
String comment)
Simulate a call to createRepository
|
Repository2SoapDO |
createRepository2(String sessionId,
String projectId,
String externalSystemId,
String repositoryDirectory,
String title,
String description,
boolean idRequiredOnCommit,
boolean hideMonitoringDetails,
String comment,
RepositoryParameter2SoapDO[] params)
Simulate a call to createRepository2
|
void |
deleteRepository(String sessionId,
String repositoryId)
Simulate a call to deleteRepository
|
String |
getAuthorizedKeys(String sessionId)
Simulate a call to getAuthorizedKeys
|
String |
getAuthorizedKeysForUser(String sessionId,
String username)
Simulate a call to getAuthorizedKeysForUser
|
CommitSoapDO |
getCommitData(String sessionId,
String commitId)
Simulate a call to getCommitData
|
Commit2SoapDO |
getCommitData2(String sessionId,
String commitId)
Simulate a call to getCommitData2
|
String |
getCommitId(String sessionId,
String revision,
String externalSystemId,
String repoPath)
Simulate a call to getCommitId
|
CommitSoapList |
getCommitList(String sessionId,
String repositoryId,
com.collabnet.ce.soap60.types.SoapFilter[] filters)
Simulate a call to getCommitList
|
ExternalSystemSoapDO |
getExternalSystem(String sessionId,
String systemId)
Simulate a call to getExternalSystem
|
ExternalSystemSoapList |
getExternalSystemList(String sessionId)
Simulate a call to getExternalSystemList
|
ReplicableScmExternalSystemSoapList |
getReplicableScmExternalSystemList(String sessionId)
Simulate a call to getReplicableScmExternalSystemList
|
ReplicableScmExternalSystemSoapList |
getReplicableScmExternalSystemList2(String sessionId,
String adapterName)
Simulate a call to getReplicableScmExternalSystemList2
|
ReplicaDataSoapDO |
getReplicaData(String sessionId,
String replicaId)
Simulate a call to getReplicaData
|
ReplicaServerSoapList |
getReplicaListForExternalSystem(String sessionId,
String externalSystemId,
boolean approvedOnly)
Simulate a call to getReplicaListForExternalSystem
|
ReplicaRepositorySoapList |
getReplicaRepositoryList(String sessionId,
String replicaId)
Simulate a call to getReplicaRepositoryList
|
ReplicatedRepositorySoapList |
getReplicatedRepositoryList(String sessionId,
String masterRepositoryId)
Simulate a call to getReplicatedRepositoryList
|
Repository2SoapDO |
getRepository2Data(String sessionId,
String externalSystemId,
String repositoryDirectory)
Simulate a call to getRepository2Data
|
Repository2SoapDO |
getRepository2DataById(String sessionId,
String repositoryId)
Simulate a call to getRepository2DataById
|
RepositorySoapDO |
getRepositoryData(String sessionId,
String externalSystemId,
String repositoryDirectory)
Simulate a call to getRepositoryData
|
RepositorySoapDO |
getRepositoryDataById(String sessionId,
String repositoryId)
Simulate a call to getRepositoryDataById
|
RepositorySoapList |
getRepositoryList(String sessionId,
String projectId)
Simulate a call to getRepositoryList
|
RepositorySoapList |
getRepositoryListForExternalSystem(String sessionId,
String externalSystemId,
String userName)
Simulate a call to getRepositoryListForExternalSystem
|
String[] |
getScmAdapterNames(String sessionId)
Simulate a call to getScmAdapterNames
|
com.collabnet.ce.soap60.types.SoapNamedValues |
getScmAdapterParameterNamesWithType(String sessionId,
String adapterName)
Simulate a call to getScmAdapterParameterNamesWithType
|
String |
getSCMCheckoutCommand(String sessionId,
String repositoryId,
String userName)
Simulate a call to getSCMCheckoutCommand
|
CheckoutCommandSoapList |
getSCMCheckoutCommands(String sessionId,
String repositoryId)
Simulate a call to getSCMCheckoutCommands
|
CheckoutCommandSoapList |
getSCMCheckoutCommandsForReplica(String sessionId,
String repositoryId,
String replicaId)
Simulate a call to getSCMCheckoutCommandsForReplica
|
boolean |
isAdapterTypeValid(com.vasoftware.sf.server.types.NamedValue[] adapterTypeParams,
String givenParamName,
String givenParamValue)
Simulate a call to isAdapterTypeValid
|
RepositorySoapDO |
moveRepository(String sessionId,
String repositoryId,
String projectId)
Simulate a call to moveRepository
|
String |
nullToEmptyString(String string)
Simulate a call to nullToEmptyString
|
void |
prepareAddExternalSystem(String sessionId,
String adapterType,
String title,
String description,
com.collabnet.ce.soap60.types.SoapNamedValues adapterTypeParameters,
Object returnValue)
Prepare a simulated response to addExternalSystem
|
void |
prepareCreateRepository(String sessionId,
String projectId,
String externalSystemId,
String repositoryDirectory,
String title,
String description,
boolean idRequiredOnCommit,
boolean hideMonitoringDetails,
String comment,
Object returnValue)
Prepare a simulated response to createRepository
|
void |
prepareCreateRepository2(String sessionId,
String projectId,
String externalSystemId,
String repositoryDirectory,
String title,
String description,
boolean idRequiredOnCommit,
boolean hideMonitoringDetails,
String comment,
RepositoryParameter2SoapDO[] params,
Object returnValue)
Prepare a simulated response to createRepository2
|
void |
prepareDeleteRepository(String sessionId,
String repositoryId)
Prepare a simulated response to deleteRepository
|
void |
prepareDeleteRepository(String sessionId,
String repositoryId,
Exception exception)
Prepare a simulated response to deleteRepository
|
void |
prepareGetAuthorizedKeys(String sessionId,
Object returnValue)
Prepare a simulated response to getAuthorizedKeys
|
void |
prepareGetAuthorizedKeysForUser(String sessionId,
String username,
Object returnValue)
Prepare a simulated response to getAuthorizedKeysForUser
|
void |
prepareGetCommitData(String sessionId,
String commitId,
Object returnValue)
Prepare a simulated response to getCommitData
|
void |
prepareGetCommitData2(String sessionId,
String commitId,
Object returnValue)
Prepare a simulated response to getCommitData2
|
void |
prepareGetCommitId(String sessionId,
String revision,
String externalSystemId,
String repoPath,
Object returnValue)
Prepare a simulated response to getCommitId
|
void |
prepareGetCommitList(String sessionId,
String repositoryId,
com.collabnet.ce.soap60.types.SoapFilter[] filters,
Object returnValue)
Prepare a simulated response to getCommitList
|
void |
prepareGetExternalSystem(String sessionId,
String systemId,
Object returnValue)
Prepare a simulated response to getExternalSystem
|
void |
prepareGetExternalSystemList(String sessionId,
Object returnValue)
Prepare a simulated response to getExternalSystemList
|
void |
prepareGetReplicableScmExternalSystemList(String sessionId,
Object returnValue)
Prepare a simulated response to getReplicableScmExternalSystemList
|
void |
prepareGetReplicableScmExternalSystemList2(String sessionId,
String adapterName,
Object returnValue)
Prepare a simulated response to getReplicableScmExternalSystemList2
|
void |
prepareGetReplicaData(String sessionId,
String replicaId,
Object returnValue)
Prepare a simulated response to getReplicaData
|
void |
prepareGetReplicaListForExternalSystem(String sessionId,
String externalSystemId,
boolean approvedOnly,
Object returnValue)
Prepare a simulated response to getReplicaListForExternalSystem
|
void |
prepareGetReplicaRepositoryList(String sessionId,
String replicaId,
Object returnValue)
Prepare a simulated response to getReplicaRepositoryList
|
void |
prepareGetReplicatedRepositoryList(String sessionId,
String masterRepositoryId,
Object returnValue)
Prepare a simulated response to getReplicatedRepositoryList
|
void |
prepareGetRepository2Data(String sessionId,
String externalSystemId,
String repositoryDirectory,
Object returnValue)
Prepare a simulated response to getRepository2Data
|
void |
prepareGetRepository2DataById(String sessionId,
String repositoryId,
Object returnValue)
Prepare a simulated response to getRepository2DataById
|
void |
prepareGetRepositoryData(String sessionId,
String externalSystemId,
String repositoryDirectory,
Object returnValue)
Prepare a simulated response to getRepositoryData
|
void |
prepareGetRepositoryDataById(String sessionId,
String repositoryId,
Object returnValue)
Prepare a simulated response to getRepositoryDataById
|
void |
prepareGetRepositoryList(String sessionId,
String projectId,
Object returnValue)
Prepare a simulated response to getRepositoryList
|
void |
prepareGetRepositoryListForExternalSystem(String sessionId,
String externalSystemId,
String userName,
Object returnValue)
Prepare a simulated response to getRepositoryListForExternalSystem
|
void |
prepareGetScmAdapterNames(String sessionId,
Object returnValue)
Prepare a simulated response to getScmAdapterNames
|
void |
prepareGetScmAdapterParameterNamesWithType(String sessionId,
String adapterName,
Object returnValue)
Prepare a simulated response to getScmAdapterParameterNamesWithType
|
void |
prepareGetSCMCheckoutCommand(String sessionId,
String repositoryId,
String userName,
Object returnValue)
Prepare a simulated response to getSCMCheckoutCommand
|
void |
prepareGetSCMCheckoutCommands(String sessionId,
String repositoryId,
Object returnValue)
Prepare a simulated response to getSCMCheckoutCommands
|
void |
prepareGetSCMCheckoutCommandsForReplica(String sessionId,
String repositoryId,
String replicaId,
Object returnValue)
Prepare a simulated response to getSCMCheckoutCommandsForReplica
|
void |
prepareIsAdapterTypeValid(com.vasoftware.sf.server.types.NamedValue[] adapterTypeParams,
String givenParamName,
String givenParamValue,
Object returnValue)
Prepare a simulated response to isAdapterTypeValid
|
void |
prepareMoveRepository(String sessionId,
String repositoryId,
String projectId,
Object returnValue)
Prepare a simulated response to moveRepository
|
void |
prepareNullToEmptyString(String string,
Object returnValue)
Prepare a simulated response to nullToEmptyString
|
void |
prepareRemoveRepositoryFromReplica(String sessionId,
String repositoryId,
String replicaId)
Prepare a simulated response to removeRepositoryFromReplica
|
void |
prepareRemoveRepositoryFromReplica(String sessionId,
String repositoryId,
String replicaId,
Exception exception)
Prepare a simulated response to removeRepositoryFromReplica
|
void |
prepareReplicateRepository(String sessionId,
String repositoryId,
String replicaId)
Prepare a simulated response to replicateRepository
|
void |
prepareReplicateRepository(String sessionId,
String repositoryId,
String replicaId,
Exception exception)
Prepare a simulated response to replicateRepository
|
void |
prepareSetAuthorizedKeys(String sessionId,
String authorizedKeys)
Prepare a simulated response to setAuthorizedKeys
|
void |
prepareSetAuthorizedKeys(String sessionId,
String authorizedKeys,
Exception exception)
Prepare a simulated response to setAuthorizedKeys
|
void |
prepareSetAuthorizedKeys(String sessionId,
String username,
String authorizedKeys)
Prepare a simulated response to setAuthorizedKeys
|
void |
prepareSetAuthorizedKeys(String sessionId,
String username,
String authorizedKeys,
Exception exception)
Prepare a simulated response to setAuthorizedKeys
|
void |
prepareSetAuthorizedKeysForUser(String sessionId,
String username,
String authorizedKeys)
Prepare a simulated response to setAuthorizedKeysForUser
|
void |
prepareSetAuthorizedKeysForUser(String sessionId,
String username,
String authorizedKeys,
Exception exception)
Prepare a simulated response to setAuthorizedKeysForUser
|
void |
prepareSetExternalSystemData(String sessionId,
ExternalSystemSoapDO systemData)
Prepare a simulated response to setExternalSystemData
|
void |
prepareSetExternalSystemData(String sessionId,
ExternalSystemSoapDO systemData,
Exception exception)
Prepare a simulated response to setExternalSystemData
|
void |
prepareSetReplicaData(String sessionId,
ReplicaDataSoapDO replica)
Prepare a simulated response to setReplicaData
|
void |
prepareSetReplicaData(String sessionId,
ReplicaDataSoapDO replica,
Exception exception)
Prepare a simulated response to setReplicaData
|
void |
prepareSetRepositoryData(String sessionId,
Repository2SoapDO repository)
Prepare a simulated response to setRepositoryData
|
void |
prepareSetRepositoryData(String sessionId,
Repository2SoapDO repository,
Exception exception)
Prepare a simulated response to setRepositoryData
|
void |
removeRepositoryFromReplica(String sessionId,
String repositoryId,
String replicaId)
Simulate a call to removeRepositoryFromReplica
|
void |
replicateRepository(String sessionId,
String repositoryId,
String replicaId)
Simulate a call to replicateRepository
|
void |
setAuthorizedKeys(String sessionId,
String authorizedKeys)
Simulate a call to setAuthorizedKeys
|
void |
setAuthorizedKeys(String sessionId,
String username,
String authorizedKeys)
Simulate a call to setAuthorizedKeys
|
void |
setAuthorizedKeysForUser(String sessionId,
String username,
String authorizedKeys)
Simulate a call to setAuthorizedKeysForUser
|
void |
setExternalSystemData(String sessionId,
ExternalSystemSoapDO systemData)
Simulate a call to setExternalSystemData
|
void |
setReplicaData(String sessionId,
ReplicaDataSoapDO replica)
Simulate a call to setReplicaData
|
void |
setRepositoryData(String sessionId,
Repository2SoapDO repository)
Simulate a call to setRepositoryData
|
addSimulatedResult, addSimulatedResult, addSimulatedResult, getCallCount, getCallParameters, getUnusedCalls, simulateCall
public ScmAppSoapMockStub(String soapServerUrl)
public void prepareGetRepositoryList(String sessionId, String projectId, Object returnValue)
ScmAppSoap.getRepositoryList(java.lang.String, java.lang.String)
public RepositorySoapList getRepositoryList(String sessionId, String projectId) throws RemoteException
getRepositoryList
in interface IScmAppSoap
sessionId
- User session id.projectId
- The project id.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.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
ScmAppSoap.getRepositoryList(java.lang.String, java.lang.String)
public void prepareGetRepositoryListForExternalSystem(String sessionId, String externalSystemId, String userName, Object returnValue)
ScmAppSoap.getRepositoryListForExternalSystem(java.lang.String, java.lang.String, java.lang.String)
public RepositorySoapList getRepositoryListForExternalSystem(String sessionId, String externalSystemId, String userName) throws RemoteException
getRepositoryListForExternalSystem
in interface IScmAppSoap
sessionId
- User session id. Must be site admin.externalSystemId
- The external system (SCM adapter) id.userName
- Name of the user.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified external system id is not validcom.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when any of the parameters is null/emptyRemoteException
ScmAppSoap.getRepositoryListForExternalSystem(java.lang.String, java.lang.String, java.lang.String)
public void prepareGetCommitList(String sessionId, String repositoryId, com.collabnet.ce.soap60.types.SoapFilter[] filters, Object returnValue)
ScmAppSoap.getCommitList(java.lang.String, java.lang.String, com.collabnet.ce.soap60.types.SoapFilter[])
public CommitSoapList getCommitList(String sessionId, String repositoryId, com.collabnet.ce.soap60.types.SoapFilter[] filters) throws RemoteException
getCommitList
in interface IScmAppSoap
sessionId
- User session id.repositoryId
- The repository id.filters
- 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.NoSuchObjectFault
- when the specified repository id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.InvalidFilterFault
- If the filters are not valid.RemoteException
ScmAppSoap.getCommitList(java.lang.String, java.lang.String, com.collabnet.ce.soap60.types.SoapFilter[])
public void prepareGetCommitData(String sessionId, String commitId, Object returnValue)
ScmAppSoap.getCommitData(java.lang.String, java.lang.String)
public CommitSoapDO getCommitData(String sessionId, String commitId) throws RemoteException
getCommitData
in interface IScmAppSoap
sessionId
- User session id.commitId
- The commit id.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified commit id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
ScmAppSoap.getCommitData(java.lang.String, java.lang.String)
public void prepareGetCommitData2(String sessionId, String commitId, Object returnValue)
ScmAppSoap.getCommitData2(java.lang.String, java.lang.String)
public Commit2SoapDO getCommitData2(String sessionId, String commitId) throws RemoteException
getCommitData2
in interface IScmAppSoap
sessionId
- User session id.commitId
- The commit id.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified commit id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
ScmAppSoap.getCommitData2(java.lang.String, java.lang.String)
public void prepareGetRepositoryData(String sessionId, String externalSystemId, String repositoryDirectory, Object returnValue)
ScmAppSoap.getRepositoryData(java.lang.String, java.lang.String, java.lang.String)
public RepositorySoapDO getRepositoryData(String sessionId, String externalSystemId, String repositoryDirectory) throws RemoteException
getRepositoryData
in interface IScmAppSoap
sessionId
- User session id.externalSystemId
- The id of the external system that the repository is located onrepositoryDirectory
- The directory on the external system that the repository is located incom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified repository id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
ScmAppSoap.getRepositoryData(java.lang.String, java.lang.String, java.lang.String)
public void prepareGetRepository2Data(String sessionId, String externalSystemId, String repositoryDirectory, Object returnValue)
ScmAppSoap.getRepository2Data(java.lang.String, java.lang.String, java.lang.String)
public Repository2SoapDO getRepository2Data(String sessionId, String externalSystemId, String repositoryDirectory) throws RemoteException
getRepository2Data
in interface IScmAppSoap
sessionId
- User session id.externalSystemId
- The id of the external system that the repository is located onrepositoryDirectory
- The directory on the external system that the repository is located incom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified repository id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
ScmAppSoap.getRepository2Data(java.lang.String, java.lang.String, java.lang.String)
public void prepareGetRepositoryDataById(String sessionId, String repositoryId, Object returnValue)
ScmAppSoap.getRepositoryDataById(java.lang.String, java.lang.String)
public RepositorySoapDO getRepositoryDataById(String sessionId, String repositoryId) throws RemoteException
getRepositoryDataById
in interface IScmAppSoap
sessionId
- User session id.repositoryId
- The id of the repositorycom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified repository id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
ScmAppSoap.getRepositoryDataById(java.lang.String, java.lang.String)
public void prepareGetRepository2DataById(String sessionId, String repositoryId, Object returnValue)
ScmAppSoap.getRepository2DataById(java.lang.String, java.lang.String)
public Repository2SoapDO getRepository2DataById(String sessionId, String repositoryId) throws RemoteException
getRepository2DataById
in interface IScmAppSoap
sessionId
- User session id.repositoryId
- The id of the repositorycom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified repository id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
ScmAppSoap.getRepository2DataById(java.lang.String, java.lang.String)
public void prepareSetRepositoryData(String sessionId, Repository2SoapDO repository)
ScmAppSoap.setRepositoryData(java.lang.String, com.collabnet.ce.soap60.webservices.scm.Repository2SoapDO)
public void prepareSetRepositoryData(String sessionId, Repository2SoapDO repository, Exception exception)
ScmAppSoap.setRepositoryData(java.lang.String, com.collabnet.ce.soap60.webservices.scm.Repository2SoapDO)
public void setRepositoryData(String sessionId, Repository2SoapDO repository) throws RemoteException
setRepositoryData
in interface IScmAppSoap
sessionId
- User session id.repository
- The repository datacom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified repository id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
ScmAppSoap.setRepositoryData(java.lang.String, com.collabnet.ce.soap60.webservices.scm.Repository2SoapDO)
public void prepareGetReplicaData(String sessionId, String replicaId, Object returnValue)
ScmAppSoap.getReplicaData(java.lang.String, java.lang.String)
public ReplicaDataSoapDO getReplicaData(String sessionId, String replicaId) throws RemoteException
getReplicaData
in interface IScmAppSoap
sessionId
- the user sessionreplicaId
- the replica server idcom.collabnet.ce.soap60.fault.InvalidSessionFault
com.collabnet.ce.soap60.fault.PermissionDeniedFault
com.collabnet.ce.soap60.fault.SystemFault
com.collabnet.ce.soap60.fault.NoSuchObjectFault
RemoteException
ScmAppSoap.getReplicaData(java.lang.String, java.lang.String)
public void prepareSetReplicaData(String sessionId, ReplicaDataSoapDO replica)
ScmAppSoap.setReplicaData(java.lang.String, com.collabnet.ce.soap60.webservices.scm.ReplicaDataSoapDO)
public void prepareSetReplicaData(String sessionId, ReplicaDataSoapDO replica, Exception exception)
ScmAppSoap.setReplicaData(java.lang.String, com.collabnet.ce.soap60.webservices.scm.ReplicaDataSoapDO)
public void setReplicaData(String sessionId, ReplicaDataSoapDO replica) throws RemoteException
setReplicaData
in interface IScmAppSoap
sessionId
- user session idreplica
- the replica server data to be setcom.collabnet.ce.soap60.fault.InvalidSessionFault
com.collabnet.ce.soap60.fault.PermissionDeniedFault
com.collabnet.ce.soap60.fault.SystemFault
com.collabnet.ce.soap60.fault.NoSuchObjectFault
com.collabnet.ce.soap60.fault.VersionMismatchFault
RemoteException
ScmAppSoap.setReplicaData(java.lang.String, com.collabnet.ce.soap60.webservices.scm.ReplicaDataSoapDO)
public void prepareGetSCMCheckoutCommand(String sessionId, String repositoryId, String userName, Object returnValue)
ScmAppSoap.getSCMCheckoutCommand(java.lang.String, java.lang.String, java.lang.String)
public String getSCMCheckoutCommand(String sessionId, String repositoryId, String userName) throws RemoteException
getSCMCheckoutCommand
in interface IScmAppSoap
sessionId
- User session id.repositoryId
- The id of the repositoryuserName
- User name.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified repository id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
ScmAppSoap.getSCMCheckoutCommand(java.lang.String, java.lang.String, java.lang.String)
public void prepareGetSCMCheckoutCommands(String sessionId, String repositoryId, Object returnValue)
ScmAppSoap.getSCMCheckoutCommands(java.lang.String, java.lang.String)
public CheckoutCommandSoapList getSCMCheckoutCommands(String sessionId, String repositoryId) throws RemoteException
getSCMCheckoutCommands
in interface IScmAppSoap
sessionId
- User session id.repositoryId
- The id of the repositorycom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified repository id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
ScmAppSoap.getSCMCheckoutCommands(java.lang.String, java.lang.String)
public void prepareGetSCMCheckoutCommandsForReplica(String sessionId, String repositoryId, String replicaId, Object returnValue)
ScmAppSoap.getSCMCheckoutCommandsForReplica(java.lang.String, java.lang.String, java.lang.String)
public CheckoutCommandSoapList getSCMCheckoutCommandsForReplica(String sessionId, String repositoryId, String replicaId) throws RemoteException
getSCMCheckoutCommandsForReplica
in interface IScmAppSoap
sessionId
- User session id.repositoryId
- The id of the repositoryreplicaId
- The id of the replica to which checkout command should pointcom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified repository id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
ScmAppSoap.getSCMCheckoutCommandsForReplica(java.lang.String, java.lang.String, java.lang.String)
public void prepareCreateRepository(String sessionId, String projectId, String externalSystemId, String repositoryDirectory, String title, String description, boolean idRequiredOnCommit, boolean hideMonitoringDetails, String comment, Object returnValue)
ScmAppSoap.createRepository(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean, boolean, java.lang.String)
public RepositorySoapDO createRepository(String sessionId, String projectId, String externalSystemId, String repositoryDirectory, String title, String description, boolean idRequiredOnCommit, boolean hideMonitoringDetails, String comment) throws RemoteException
createRepository
in interface IScmAppSoap
sessionId
- User session id.projectId
- The project that will host the new repositoryexternalSystemId
- The id of the external system on which the new repository will be createdrepositoryDirectory
- The directory on the external system for the new repositorytitle
- The name of the new repositorydescription
- The description for the new repositoryidRequiredOnCommit
- Whether an artifact ID is required for commits to this repositoryhideMonitoringDetails
- Controls whether monitoring messages for commit include full detailscomment
- The comment for documenting the creation of the repositorycom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified repository id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
ScmAppSoap.createRepository(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean, boolean, java.lang.String)
public void prepareCreateRepository2(String sessionId, String projectId, String externalSystemId, String repositoryDirectory, String title, String description, boolean idRequiredOnCommit, boolean hideMonitoringDetails, String comment, RepositoryParameter2SoapDO[] params, Object returnValue)
ScmAppSoap.createRepository2(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean, boolean, java.lang.String, com.collabnet.ce.soap60.webservices.scm.RepositoryParameter2SoapDO[])
public Repository2SoapDO createRepository2(String sessionId, String projectId, String externalSystemId, String repositoryDirectory, String title, String description, boolean idRequiredOnCommit, boolean hideMonitoringDetails, String comment, RepositoryParameter2SoapDO[] params) throws RemoteException
createRepository2
in interface IScmAppSoap
sessionId
- User session id.projectId
- The project that will host the new repositoryexternalSystemId
- The id of the external system on which the new repository will be createdrepositoryDirectory
- The directory on the external system for the new repositorytitle
- The name of the new repositorydescription
- The description for the new repositoryidRequiredOnCommit
- Whether an artifact ID is required for commits to this repositoryhideMonitoringDetails
- Controls whether monitoring messages for commit include full detailscomment
- The comment for documenting the creation of the repositoryparams
- The repository parametercom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified repository id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
ScmAppSoap.createRepository2(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean, boolean, java.lang.String, com.collabnet.ce.soap60.webservices.scm.RepositoryParameter2SoapDO[])
public void prepareDeleteRepository(String sessionId, String repositoryId)
ScmAppSoap.deleteRepository(java.lang.String, java.lang.String)
public void prepareDeleteRepository(String sessionId, String repositoryId, Exception exception)
ScmAppSoap.deleteRepository(java.lang.String, java.lang.String)
public void deleteRepository(String sessionId, String repositoryId) throws RemoteException
deleteRepository
in interface IScmAppSoap
sessionId
- The user's SOAP session idrepositoryId
- The id of the repository to be deletedcom.collabnet.ce.soap60.fault.InvalidSessionFault
- If the user's session is invalidcom.collabnet.ce.soap60.fault.PermissionDeniedFault
- If the user doesn't have proper permissions to delete the repositorycom.collabnet.ce.soap60.fault.SystemFault
- All other faultscom.collabnet.ce.soap60.fault.NoSuchObjectFault
- If repository id doesn't existRemoteException
ScmAppSoap.deleteRepository(java.lang.String, java.lang.String)
public void prepareMoveRepository(String sessionId, String repositoryId, String projectId, Object returnValue)
ScmAppSoap.moveRepository(java.lang.String, java.lang.String, java.lang.String)
public RepositorySoapDO moveRepository(String sessionId, String repositoryId, String projectId) throws RemoteException
moveRepository
in interface IScmAppSoap
sessionId
- The user's SOAP session idrepositoryId
- The id of the repository to moveprojectId
- The id of the project to move the repository tocom.collabnet.ce.soap60.fault.InvalidSessionFault
- If the user's session is invalidcom.collabnet.ce.soap60.fault.NoSuchObjectFault
- If either the repository id or project id doesn't existcom.collabnet.ce.soap60.fault.ObjectAlreadyExistsFault
- If the destination project is the same as the current projectcom.collabnet.ce.soap60.fault.PermissionDeniedFault
- If the user doesn't have proper permissions on either the repository or the projectcom.collabnet.ce.soap60.fault.SystemFault
- All other faultsRemoteException
ScmAppSoap.moveRepository(java.lang.String, java.lang.String, java.lang.String)
public void prepareGetScmAdapterNames(String sessionId, Object returnValue)
ScmAppSoap.getScmAdapterNames(java.lang.String)
public String[] getScmAdapterNames(String sessionId) throws RemoteException
getScmAdapterNames
in interface IScmAppSoap
sessionId
- The user's SOAP session idcom.collabnet.ce.soap60.fault.InvalidSessionFault
- If the session is invalidcom.collabnet.ce.soap60.fault.PermissionDeniedFault
- If the user is not a site administratorcom.collabnet.ce.soap60.fault.SystemFault
- If anything else goes wrongRemoteException
ScmAppSoap.getScmAdapterNames(java.lang.String)
public void prepareGetScmAdapterParameterNamesWithType(String sessionId, String adapterName, Object returnValue)
ScmAppSoap.getScmAdapterParameterNamesWithType(java.lang.String, java.lang.String)
public com.collabnet.ce.soap60.types.SoapNamedValues getScmAdapterParameterNamesWithType(String sessionId, String adapterName) throws RemoteException
getScmAdapterParameterNamesWithType
in interface IScmAppSoap
sessionId
- The user's SOAP session idadapterName
- The SCM adapter's namecom.collabnet.ce.soap60.fault.InvalidSessionFault
- If the session is invalidcom.collabnet.ce.soap60.fault.NoSuchObjectFault
- If the adapter name is not availablecom.collabnet.ce.soap60.fault.PermissionDeniedFault
- If the user is not a site administratorcom.collabnet.ce.soap60.fault.SystemFault
- If anything else goes wrongRemoteException
ScmAppSoap.getScmAdapterParameterNamesWithType(java.lang.String, java.lang.String)
public void prepareAddExternalSystem(String sessionId, String adapterType, String title, String description, com.collabnet.ce.soap60.types.SoapNamedValues adapterTypeParameters, Object returnValue)
ScmAppSoap.addExternalSystem(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.collabnet.ce.soap60.types.SoapNamedValues)
public String addExternalSystem(String sessionId, String adapterType, String title, String description, com.collabnet.ce.soap60.types.SoapNamedValues adapterTypeParameters) throws RemoteException
addExternalSystem
in interface IScmAppSoap
sessionId
- is the user session id.adapterType
- is be the adapter type created, which is one value of the call "getScmAdapterNames()".title
- is the title of the external system.description
- is the description of the external system.adapterTypeParameters
- is the list of parameters of names and associated values for the given adapter type. The list of the needed parameters and their expected associated data type is retrieved by calling "getScmAdapterParameterNamesWithType(adapterType)".com.collabnet.ce.soap60.fault.InvalidSessionFault
- When the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- If the adapter does not exist internally.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- When the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- When wrong parameters are provided or an unexpected system error occurs.RemoteException
ScmAppSoap.addExternalSystem(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.collabnet.ce.soap60.types.SoapNamedValues)
public void prepareGetExternalSystem(String sessionId, String systemId, Object returnValue)
ScmAppSoap.getExternalSystem(java.lang.String, java.lang.String)
public ExternalSystemSoapDO getExternalSystem(String sessionId, String systemId) throws RemoteException
getExternalSystem
in interface IScmAppSoap
sessionId
- the user session id.systemId
- The GUID of the external system.com.collabnet.ce.soap60.fault.InvalidSessionFault
- When the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- If the external system does not exist internally.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- When the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- When wrong parameters are provided or an unexpected system error occurs.RemoteException
ScmAppSoap.getExternalSystem(java.lang.String, java.lang.String)
public void prepareGetExternalSystemList(String sessionId, Object returnValue)
ScmAppSoap.getExternalSystemList(java.lang.String)
public ExternalSystemSoapList getExternalSystemList(String sessionId) throws RemoteException
getExternalSystemList
in interface IScmAppSoap
sessionId
- the user session id.com.collabnet.ce.soap60.fault.InvalidSessionFault
- When the specified session id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- When the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- When wrong parameters are provided or an unexpected system error occurs.RemoteException
ScmAppSoap.getExternalSystemList(java.lang.String)
public void prepareSetExternalSystemData(String sessionId, ExternalSystemSoapDO systemData)
ScmAppSoap.setExternalSystemData(java.lang.String, com.collabnet.ce.soap60.webservices.scm.ExternalSystemSoapDO)
public void prepareSetExternalSystemData(String sessionId, ExternalSystemSoapDO systemData, Exception exception)
ScmAppSoap.setExternalSystemData(java.lang.String, com.collabnet.ce.soap60.webservices.scm.ExternalSystemSoapDO)
public void setExternalSystemData(String sessionId, ExternalSystemSoapDO systemData) throws RemoteException
setExternalSystemData
in interface IScmAppSoap
sessionId
- the user session id.systemData
- the external system data to be updatedcom.collabnet.ce.soap60.fault.NoSuchObjectFault
- If the external system does not exist internally.com.collabnet.ce.soap60.fault.SystemFault
- When wrong parameters are provided or an unexpected system error occurs.com.collabnet.ce.soap60.fault.InvalidSessionFault
- When the specified session id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- When the user has insufficient privileges.com.collabnet.ce.soap60.fault.InvalidOperationFault
- When an attempt is made to set different adapterName or adapterCatrogory.RemoteException
ScmAppSoap.setExternalSystemData(java.lang.String, com.collabnet.ce.soap60.webservices.scm.ExternalSystemSoapDO)
public void prepareIsAdapterTypeValid(com.vasoftware.sf.server.types.NamedValue[] adapterTypeParams, String givenParamName, String givenParamValue, Object returnValue)
ScmAppSoap.isAdapterTypeValid(com.vasoftware.sf.server.types.NamedValue[], java.lang.String, java.lang.String)
public boolean isAdapterTypeValid(com.vasoftware.sf.server.types.NamedValue[] adapterTypeParams, String givenParamName, String givenParamValue) throws RemoteException
RemoteException
ScmAppSoap.isAdapterTypeValid(com.vasoftware.sf.server.types.NamedValue[], java.lang.String, java.lang.String)
public void prepareGetCommitId(String sessionId, String revision, String externalSystemId, String repoPath, Object returnValue)
ScmAppSoap.getCommitId(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
public String getCommitId(String sessionId, String revision, String externalSystemId, String repoPath) throws RemoteException
getCommitId
in interface IScmAppSoap
sessionId
- User session id.revision
- The Revision NumberexternalSystemId
- External system id.repoPath
- Repository path.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the session is invalid (expired / time out)com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user does not have read access.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified repository id is invalid.RemoteException
ScmAppSoap.getCommitId(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
public void prepareGetReplicableScmExternalSystemList(String sessionId, Object returnValue)
ScmAppSoap.getReplicableScmExternalSystemList(java.lang.String)
public ReplicableScmExternalSystemSoapList getReplicableScmExternalSystemList(String sessionId) throws RemoteException
getReplicableScmExternalSystemList
in interface IScmAppSoap
sessionId
- User session id.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
ScmAppSoap.getReplicableScmExternalSystemList(java.lang.String)
public void prepareGetReplicableScmExternalSystemList2(String sessionId, String adapterName, Object returnValue)
ScmAppSoap.getReplicableScmExternalSystemList2(java.lang.String, java.lang.String)
public ReplicableScmExternalSystemSoapList getReplicableScmExternalSystemList2(String sessionId, String adapterName) throws RemoteException
getReplicableScmExternalSystemList2
in interface IScmAppSoap
sessionId
- User session id.adapterName
- the adapter name or null
to list replicable systems for all adapters.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
ScmAppSoap.getReplicableScmExternalSystemList2(java.lang.String, java.lang.String)
public void prepareGetReplicatedRepositoryList(String sessionId, String masterRepositoryId, Object returnValue)
ScmAppSoap.getReplicatedRepositoryList(java.lang.String, java.lang.String)
public ReplicatedRepositorySoapList getReplicatedRepositoryList(String sessionId, String masterRepositoryId) throws RemoteException
getReplicatedRepositoryList
in interface IScmAppSoap
sessionId
- the session keymasterRepositoryId
- the repository Id for which to find replicascom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified master repository id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
ScmAppSoap.getReplicatedRepositoryList(java.lang.String, java.lang.String)
public void prepareGetReplicaListForExternalSystem(String sessionId, String externalSystemId, boolean approvedOnly, Object returnValue)
ScmAppSoap.getReplicaListForExternalSystem(java.lang.String, java.lang.String, boolean)
public ReplicaServerSoapList getReplicaListForExternalSystem(String sessionId, String externalSystemId, boolean approvedOnly) throws RemoteException
getReplicaListForExternalSystem
in interface IScmAppSoap
sessionId
- the user session id.externalSystemId
- The GUID of the external system.approvedOnly
- The GUID of the external system.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- When wrong parameters are provided.com.collabnet.ce.soap60.fault.InvalidSessionFault
- When the specified session id is invalid.RemoteException
ScmAppSoap.getReplicaListForExternalSystem(java.lang.String, java.lang.String, boolean)
public void prepareGetReplicaRepositoryList(String sessionId, String replicaId, Object returnValue)
ScmAppSoap.getReplicaRepositoryList(java.lang.String, java.lang.String)
public ReplicaRepositorySoapList getReplicaRepositoryList(String sessionId, String replicaId) throws RemoteException
getReplicaRepositoryList
in interface IScmAppSoap
sessionId
- the session keyreplicaId
- the replica Id for which to find repositoriescom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified replica id is invalid.RemoteException
ScmAppSoap.getReplicaRepositoryList(java.lang.String, java.lang.String)
public void prepareReplicateRepository(String sessionId, String repositoryId, String replicaId)
ScmAppSoap.replicateRepository(java.lang.String, java.lang.String, java.lang.String)
public void prepareReplicateRepository(String sessionId, String repositoryId, String replicaId, Exception exception)
ScmAppSoap.replicateRepository(java.lang.String, java.lang.String, java.lang.String)
public void replicateRepository(String sessionId, String repositoryId, String replicaId) throws RemoteException
replicateRepository
in interface IScmAppSoap
sessionId
- the session keyrepositoryId
- the id of the given repositoryreplicaId
- the id of the given replicacom.collabnet.ce.soap60.fault.IllegalArgumentFault
- when the repositoryId or replicaId are null or emptycom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified master repository or replica are not validcom.collabnet.ce.soap60.fault.SystemFault
- if replica command creation failscom.collabnet.ce.soap60.fault.PermissionDeniedFault
- if the user has no permissionRemoteException
ScmAppSoap.replicateRepository(java.lang.String, java.lang.String, java.lang.String)
public void prepareRemoveRepositoryFromReplica(String sessionId, String repositoryId, String replicaId)
ScmAppSoap.removeRepositoryFromReplica(java.lang.String, java.lang.String, java.lang.String)
public void prepareRemoveRepositoryFromReplica(String sessionId, String repositoryId, String replicaId, Exception exception)
ScmAppSoap.removeRepositoryFromReplica(java.lang.String, java.lang.String, java.lang.String)
public void removeRepositoryFromReplica(String sessionId, String repositoryId, String replicaId) throws RemoteException
removeRepositoryFromReplica
in interface IScmAppSoap
sessionId
- the session keyrepositoryId
- the id of the given repositoryreplicaId
- the id of the given replicacom.collabnet.ce.soap60.fault.IllegalArgumentFault
- when the repositoryId or replicaId are null or emptycom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified master repository or replica are not validcom.collabnet.ce.soap60.fault.SystemFault
- if replica command creation failscom.collabnet.ce.soap60.fault.PermissionDeniedFault
- if the user has no permissionRemoteException
ScmAppSoap.removeRepositoryFromReplica(java.lang.String, java.lang.String, java.lang.String)
public void prepareGetAuthorizedKeysForUser(String sessionId, String username, Object returnValue)
ScmAppSoap.getAuthorizedKeysForUser(java.lang.String, java.lang.String)
public String getAuthorizedKeysForUser(String sessionId, String username) throws RemoteException
getAuthorizedKeysForUser
in interface IScmAppSoap
sessionId
- the session keyusername
- name of the usercom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges (the sessionId is not of a site admin).com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
ScmAppSoap.getAuthorizedKeysForUser(java.lang.String, java.lang.String)
public void prepareGetAuthorizedKeys(String sessionId, Object returnValue)
ScmAppSoap.getAuthorizedKeys(java.lang.String)
public String getAuthorizedKeys(String sessionId) throws RemoteException
getAuthorizedKeys
in interface IScmAppSoap
sessionId
- the session keycom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
ScmAppSoap.getAuthorizedKeys(java.lang.String)
public void prepareSetAuthorizedKeys(String sessionId, String authorizedKeys)
ScmAppSoap.setAuthorizedKeys(java.lang.String, java.lang.String)
public void prepareSetAuthorizedKeys(String sessionId, String authorizedKeys, Exception exception)
ScmAppSoap.setAuthorizedKeys(java.lang.String, java.lang.String)
public void setAuthorizedKeys(String sessionId, String authorizedKeys) throws RemoteException
setAuthorizedKeys
in interface IScmAppSoap
sessionId
- the session keyauthorizedKeys
- the string containing authorized keys, separated by '\n' character.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
ScmAppSoap.setAuthorizedKeys(java.lang.String, java.lang.String)
public void prepareSetAuthorizedKeysForUser(String sessionId, String username, String authorizedKeys)
ScmAppSoap.setAuthorizedKeysForUser(java.lang.String, java.lang.String, java.lang.String)
public void prepareSetAuthorizedKeysForUser(String sessionId, String username, String authorizedKeys, Exception exception)
ScmAppSoap.setAuthorizedKeysForUser(java.lang.String, java.lang.String, java.lang.String)
public void setAuthorizedKeysForUser(String sessionId, String username, String authorizedKeys) throws RemoteException
setAuthorizedKeysForUser
in interface IScmAppSoap
sessionId
- the session keyusername
- username for whom the authorized keys to be setauthorizedKeys
- the string containing authorized keys, separated by '\n' character.RemoteException
- when username is invalidScmAppSoap.setAuthorizedKeysForUser(java.lang.String, java.lang.String, java.lang.String)
public void prepareSetAuthorizedKeys(String sessionId, String username, String authorizedKeys)
ScmAppSoap.setAuthorizedKeys(java.lang.String, java.lang.String)
public void prepareSetAuthorizedKeys(String sessionId, String username, String authorizedKeys, Exception exception)
ScmAppSoap.setAuthorizedKeys(java.lang.String, java.lang.String)
public void setAuthorizedKeys(String sessionId, String username, String authorizedKeys) throws RemoteException
setAuthorizedKeys
in interface IScmAppSoap
sessionId
- the session keyusername
- username for whom the authorized keys to be setauthorizedKeys
- the string containing authorized keys, separated by '\n' character.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified username is invalid.RemoteException
ScmAppSoap.setAuthorizedKeys(java.lang.String, java.lang.String)
public void prepareNullToEmptyString(String string, Object returnValue)
ScmAppSoap.nullToEmptyString(java.lang.String)
public String nullToEmptyString(String string) throws RemoteException
RemoteException
ScmAppSoap.nullToEmptyString(java.lang.String)
Copyright © 2017 CollabNet. All Rights Reserved.